Memory Management ParadigmsAt the time of publishing this article, I am learning about Rust, and what fascinates me most is its emphasis on secure code practices. One of the main reasons for this security is Rust's unique memory management system, which introduces the concepts...Jan 6, 2025·5 min read
Conventional Commits: Writing Better Commit MessagesWell, we all are in a hurry especially in our projects to get them ready to show the world how great of a developer we are, all while neglecting an essential aspect of the whole process which is the commits using version control systems! Having a goo...May 11, 2024·3 min read
Dockerize & Deploy a MERN Stack application on AWS EC2Recently, I had to deploy a MERN (MongoDB, Express.js, React, Node.js) application on an AWS EC2 instance. Despite putting in hours of research, I found a notable lack of comprehensive resources guiding the deployment of both the React application bu...Mar 9, 2024·6 min read