What is Backend? The Invisible Power Behind Every ApplicationWhen you interact with an app or a website, you only see the surface—the user interface. But what happens beneath the surface when you click "Buy Now" on an e-commerce site or stream a video? How does the application fetch data, process payments, or ...Sep 25, 2024·4 min read
Containerizing an Microservices Application: Node.js, Angular, Java, and Nginx (E-Commerce)Nov 24, 2023·5 min read
Deploying a Complete Web App with AWS Elastic BeanstalkIn this project, I've created a complete web application and made it accessible to everyone using AWS Elastic Beanstalk. I've outlined the process of setting up your application on AWS, so by the end of this project, you'll have your web app ready to...Oct 31, 2023·3 min read
AWS Lift and Shift ProjectIn the world of cloud computing, there's a transformative approach known as "Lift and Shift." It's a strategy that allows you to migrate your existing on-premises applications to the cloud, specifically to Amazon Web Services (AWS), with minimal code...Oct 31, 2023·9 min read
Creating a Seamless AWS CI/CD Pipeline with AWS ServicesIntroduction In this blog post, I'm excited to share my recent experience of creating a complete Continuous Integration and Continuous Delivery (CI/CD) pipeline on Amazon Web Services (AWS). I'll guide you through each step, making it easy to underst...Oct 9, 2023·9 min read
What is cloud computing?Introduction Think of cloud computing as a super-convenient way to store, manage, and access your digital stuff. It's like having a magical internet storage and computer system that you can use from anywhere. In this blog, we'll take a closer look at...Sep 23, 2023·3 min read
Introduction to Bash Scripting: Automating Tasks for Efficient WorkflowsIn the world of computers and technology, automation plays a crucial role in making tasks easier and more efficient. One way to achieve this is through Bash scripting. Don't worry if you're not familiar with these terms – we'll break them down in thi...Aug 23, 2023·3 min read
What are Microservices?Introduction: In the rapidly evolving world of creating computer programs, there's a new concept that's getting a lot of attention – microservices. If you're a person who writes code, you might have come across this term. But you might still be wonde...Aug 19, 2023·3 min read