Published: August 19 2023
Detailed instructions on how to setup an AWS VPC from scratch then deploy a .NET 6 API to AWS Lambda with a SQL Database on AWS RDS (Relational Database Service) and Email via AWS SES (Amazon Simple Email Service).
Published: August 02 2023
The thing I got stuck on was how to define the type for a ...rest parameter in a TypeScript interface.
How to build a simple user registration, login and user management (CRUD) application with Next.js 13 (App Router) and MongoDB using TypeScript
HTML encoding simply replaces HTML special characters like angle brackets with HTML entities so they can be displayed as plain text in a web page.
A slug is typically all lower case, separated by dashes (hyphens) instead of spaces and doesn't contain any special characters.
I ran into a weird problem this morning that had me stumped for a few hours. One of my client components was causing Chrome to lock up and max out my CPU without giving me any error message.
I created the below function recently to encapsulate error handling logic for multiple JS object methods in a single place.
Just ran into this error after updating from Node 16 to Node 18.
I recently integrated Google AdSense into my AngularJS blog and this is how I got it working.
In part 8 of this Angular tutorial series we're going to Dockerize our app to run in a production ready Docker container with Nginx.