All Articles
Page 2
Using A and AAAA Records to Serve Different Websites for Desktop and Mobile Devices
Delivering tailored content to users based on their device type
Read MoreHandling CORS Issues in Next.js 14 within Client Components
Different ways of handling CORS issue in Next.js 14 when making API calls from client components.
Read MoreShell Programming Basics With Examples
Here is a small introduction to the basics of Shell Programming
Read MoreAccessing Secure String in Next.js from SSM Parameter Store
Learn how to correctly access secure strings from AWS SSM Parameter Store in a Next.js project, avoiding common pitfalls during the build and deployment phases.
Read MoreUnderstanding how canvas fingerprinting works through code
Learn about canvas fingerprinting, a technique used for tracking users by leveraging the unique characteristics of their devices and browsers.
Read MoreHow and When to use AWS Parameters Store
How to Use Parameter Store in Amplify, Lambda, and Node.js Applications
Read MoreWhy you might choose AWS Parameter Store over AWS Secrets Manager
When deciding between AWS Systems Manager Parameter Store and AWS Secrets Manager, it's important to consider the nature of the data you're storing
Read MoreMonorepo alternative to sharing routes for NextJs 14 in 2024
How you can achieve code sharing at page level without setting up a monorepo using Nextjs 14 colocation capability
Read More