What is Git?In today’s world of software development, version control is an essential component of collaborative coding. Among the plethora of version…Aug 12, 2023Aug 12, 2023
Python : Code Reusability using FunctionsWhen it comes to reusing code in Python, it all starts and ends with the humble “function”.Dec 13, 20221Dec 13, 20221
Jenkins Installation On CentOS7Step-by-Step process to install Jenkins on your CentOS machine like a pro !!Mar 30, 2022Mar 30, 2022
Python : Conditionals Cheat SheetWe have built-in Python operators that allow us to compare values, and some logical operators we can use to combine values.Feb 2, 2022Feb 2, 2022