KNKimuchu Njugunainpazet.hashnode.dev·Jan 23 · 4 min readFrom Git Push to Production; How CI/CD Pipelines Really WorkIf you have ever pushed code to Git and magically seen it appear live on a website, you have already used CI/CD, even if you did not fully understand what was happening. What really happens after git push? Let us walk through this together slowly and...00
KNKimuchu Njugunainpazet.hashnode.dev·Jan 22 · 1 min readObject Relational MappingThis is a programming technique that allows developers to work with Relational databases in a more object-oriented manner. It bridges the gap between Object-Oriented Programming and Relational Database Systems, making it easier to manage database ope...00
KNKimuchu Njugunainpazet.hashnode.dev·Oct 23, 2023 · 2 min readWhat happens when you type google.com in your browser and press "ENTER"Accessing the Google search page involves a series of key steps; Firstly, when you enter "google.com" into your browser, it initiates a DNS request. This request functions like seeking a friend's house address; the DNS provides the IP address of Go...00
KNKimuchu Njugunainpazet.hashnode.dev·Oct 12, 2023 · 1 min readObject Relational Mapping (ORM)This is a programming technique that allows developers to work with Relational databases in a more object -oriented manner. It bridges the gap between Object Oriented Programming and the relational database systems.00
KNKimuchu Njugunainpazet.hashnode.dev·Sep 12, 2023 · 1 min readC Programming LanguageIn the tech world, you might probably heard of the mighty C language, mother of modern programming languages. In my articles, I will highlight, and discuss on this beautiful language. Stay tuned.00