IIlyesinilyes-bhd.hashnode.dev·May 16, 2023 · 4 min readDockerizing your Node application👨💻 Most of us have likely heard about Docker. This article aims to explain what Docker is and how it can aid in day-to-day coding. It will also discuss why companies and startups utilize Docker. We'll also provide essential Docker commands and gui...00
IIlyesinilyes-bhd.hashnode.dev·Apr 13, 2023 · 5 min readBasic Git Commands – How to Use Git with Github in a Real ProjectGit is a powerful version control system that is widely used in the software development industry. Git allows developers to track changes in their code, collaborate with other developers, and manage code versions effectively. Today we will be looking...00
IIlyesinilyes-bhd.hashnode.dev·Apr 8, 2023 · 5 min readBuilding your 'Hello World!' microservice application with Express and TypescriptIn early software development, the best practice to develop a software application is by using a monolithic architecture. However, monolithic applications require extra effort to respond to changes in the system. If any particular component develops ...00