Automating Google Search with Selenium and PythonIntroduction: In this article, i'll walk you through a Python script that automates a Google search using the Selenium WebDriver library. You'll see each step of the code, which is designed to open a web browser, navigate to Google's homepage, perfor...Oct 8, 2023·2 min read
My Journey Into TechThis is an update from my last post about switching from JavaScript to Python and how that has been for almost the past 1 year. I struggled to advance as a programmer with JavaScript, there were a lot of difficulties I experienced with the "console.l...Jun 16, 2023·3 min read
Managing Development, Testing, and Staging Configurations: Best PracticesIn software development, it's crucial to have separate configurations for various environments such as development, testing, and staging. This practice ensures that your application behaves consistently across different phases of the development life...Mar 5, 2023·3 min read
Unlocking the Potential of Python: A Comprehensive Guide to Python Programming {Whitepaper}Abstract:Python has emerged as one of the most popular and versatile programming languages in the software development landscape. This white paper aims to provide a comprehensive guide to Python programming, covering fundamental concepts, best practi...Jan 4, 2023·28 min read
Python Data Structures Cheat Sheet: A Quick Reference GuideIntroduction Data Manipulation is a very important aspect of dealing with data within the Python programming ecosystem. The language comes with inbuilt data structures for efficient packaging and management of data. In this article, I present you wit...Dec 12, 2022·2 min read
10 things I wish I knew before I started my programming journeyMy 10 things list Programming paths are endless and can be overwhelming The skill doesn't guarantee a job The difference between coding and programming The language you choose affects your journey in a big way It's okay to quit a language You'd alw...Jul 27, 2022·5 min read
JavaScript is not for meJavascript isn't for me. This is a confession that was very heavy for me to make and surprisingly filled me with a lot of shame because everybody I have been learning coding with has been doing incredible stuff using Javascript with ease. So I have ...Jul 26, 2022·2 min read