Learn how to provide effective feedback to foster growth, improve performance, and build stronger teams.
Discover how centralized ESLint configurations streamline development workflows, ensuring consistency, reducing risk, and accelerating software delivery.
Discover insights from my journey of doing interviews, where hiring challenges meet candidate victories. Learn how to showcase your skills, tackle tech assessments, and excel in behavioral interviews. Lets bridge the gap software engineers and interview success.
Discover the micro-frontend architecture. In this post I'll talk about what are micro-frontends, and the motivation behind them.
Configure GitHub Actions to use temporary credentials to improve your continuous deployment practices.
A practical and secure way to store your .env files in AWS Secrets Manager. Improve your local development and CI/CD pipelines.
A easy how to guide to get you started with processing of real time event using Lambda and storing it in DynamoDB
If you want to build a static website with Next.js you might find that the image loaders add a lot of complexity that you might not want. In this post I'll explain how to just use an old style static loader for your images.
Learn why you should be replacing SSH in your AWS EC2 instances and should start using SSM. Reduce the attack surface and have a safe cloud.
Learm how to implement G-Suite (SSO) single sign-on to manage your AWS account.
If you want to build a blog with Next.js that supports two or more authors. This Next.js blog will show the author and show their name and picture with their posts.