#web-development
Read more stories on Hashnode
Articles with this tag
Learn how to accurately and easily type data retrieved from a DynamoDB table via the AWS SDK using TypeScript and how to avoid using any types! · This...
Learn how to build a REST API with API key authentication using AWS API Gateway, DynamoDB, Lambda, and the AWS CDK as well as how to test it with Postman.
Here's how to build a dark/light theme toggle in Next.js using TailwindCSS and the next-themes npm package to make it load and transition flicker-free ·...
For a long time, the monolithic application structure has been the go-to, but as technology has moved on, new methods and structures have arisen. One...
When we first learn to code in JavaScript we quickly learn the console method console.log() and then for many stop there because it works in the vast...
The <html> element represents the root element of an HTML document, which is sometimes also referred to as the top-level element. The reason for this...