8 followers
Backend Developer and Technical Writer
Introduction Continuous integration is an important aspect of the software development life cycle. It not only benefits the developers but also the...
A step-by-step guide on how to streamline Docker workflows with Jenkins. · Introduction In the modern software development life cycle, Docker plays an...
How to leverage Selenium and Python for efficient automation of online form submission. · Introduction Testing user registration manually by filling out...
Introduction to Unit Testing in Python When creating a program, it is important to ensure it works as it should. In large and complex programs, it may...
A guide on building a simple calculator with python. · Almost everyone is conversant with calculators. A calculator is a device that enables a user to...
Introduction A password generator is a software that performs the task of generating good passwords for a user. It considers the criteria for a...