A detailed guide on deploying a MERN stack application on AWS EC2, covering server setup, environment configuration, HTTPS implementation using Caddy, and automated deployment via GitHub Actions.
Technical Blog
Deep dives into web development, AI engineering, and modern programming practices. From React patterns to building intelligent applications with LLMs.
A comprehensive guide on diagnosing and resolving cookie transmission issues in a MERN stack application deployed on AWS EC2, focusing on proper cookie attribute settings and cross-origin configurations.
A comprehensive guide to preparing for interviews with a focus on implementing CRUD forms in React, understanding and using Axios, and managing cross-origin issues.
A detailed explanation of the handleFlip and handleFlipAll functions in React and how they leverage the Array.prototype.every method for elegant card flipping logic. Additionally, explore other elegant uses of Array methods with exercises.