AWS API Gateway with a Custom Domain Using AWS CDK

In this blog post, we'll illustrate how CDK can be utilized to provision code for execution within a Lambda function, integrated with API Gateway. We'll then deploy this setup with a custom domain, leveraging Certificate Manager and your chosen DNS registrar, thereby circumventing Route 53 configuration and associated charges.

Deploy a Static Website on S3 with a Custom Domain Using AWS CDK

In this blog post, we'll illustrate how CDK can be utilized to provision a static s3 web site. We'll then deploy this setup with a custom domain, leveraging Certificate Manager and your chosen DNS registrar, thereby circumventing Route 53 configuration and associated charges.

Effortless Page Routing Using HTMX

React can often be excessive for your web application, and there are instances when utilizing only a web server alongside HTMX can produce equivalent results for creating an interactive application.

The Importance of ISO 8601 Date Format

In the world of software development, precision and consistency are paramount. One area where this rings especially true is in handling date and time data. Ambiguity and misinterpretation can lead to software bugs, missed deadlines, and even financial losses. To mitigate these risks, software developers should embrace ISO 8601 as the standard for representing dates and times.

Clean Architecture: Express API

Creating a clearly defined, well-documented, and easily readable API is important for making the API easy to use, reducing errors, improving efficiency, and ensuring scalability over time