Hello Guys đź‘‹
I'm Baha eddine chammakhi, a Software engineer đź’».
Excels in turning ideas into products, loves challenges, and thrives in dynamic tech environments.
Â
Blog Posts
Getting Started with NodeJS and express
Lets dive into Nodejs and create a simple api with it
Feb 11, 2021
Node.js
Software Development
Dockerizing a React App with Nginx, using multi-stage builds
Docker is a containerization tool used to speed up the development and deployment processes, It's the most popular solution for containerization. Containers allow us to run and develop an application in the same environment, regardless of what machine you're on
Oct 28, 2020
DevOps
React.js
Wanna use S3 but no AWS account provided for now?
Started building a backend, of course, you will need somewhere to store those files (images/videos…).
In this case, you have two options :
• use Linux filesystem
• Use third party object storage server
Jun 27, 2020
DevOps
How to build a simple CD pipeline for your nodejs project
Continuous deployment is the process of automatically deploying an application, the goal of this practice is to minimize the time pushing a new line of code and using it live on production.
Jun 25, 2020
DevOps
Â