pazet.hashnode.devFrom 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...Jan 23·4 min read
pazet.hashnode.devObject 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...Jan 22·1 min read
pazet.hashnode.devWhat 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...Oct 23, 2023·2 min read
pazet.hashnode.devObject 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.Oct 12, 2023·1 min read
pazet.hashnode.devC 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.Sep 12, 2023·1 min read