Welcome to My Galactic Hub!

Greetings, fellow traveler of the cosmos! Whether you're a tech Jedi, a curious Padawan, or just a passerby, may the Force be with you as you explore my digital galaxy.

OOP with Python

OOP with Python

2021

Covered the basics of python programming language, stuff like syntax, internal libraries, keywordsm, functions, loops, return statements and classes just to name a few

Visit Timeline
Source Control Management with git

Source Control Management with git

2021

Covered the basics git such as staging, committing, pull requests, branching, forking, commands etc and working with some git as a service providers such as bitbucket and github

Visit Timeline
Pytest (Python testing framework)

Pytest (Python testing framework)

2021

Covered the basics to writing tests usiing pytest, due to its large community and open source nature there's numerous plugins for pytest to help in stuff like reportin, writing gherkin...key important functionality that will ease code reusability and reduce duplication and complicated logic is the use of fixtures and fixture scopes

Visit Timeline
Containerization (Docker)

Containerization (Docker)

2022

Started by looking into virtualization technology and why the need for hypervisors, the drawbacks and introduction of Containerization, the benefits, then the architecture of docker, key terms like images, containers, Dockerfiles and how to interact with these objects via docker cli

Visit Timeline
Jenkins (Continuous Integration, Delivery and automation tool)

Jenkins (Continuous Integration, Delivery and automation tool)

2022

Started by looking into using jenkins to automate given workflows by using jenkins jobs defined in groovy scripts. Due to it's open source nature and wide community jenkins suppports tons and tons of other technology in form of plugins such as docker containers, integration with instant messaging platforms, integration with LDAP...

Visit Timeline
UI testing with Selenium

UI testing with Selenium

2022

Started with basic overview of tech behind selenium, it's functionality, it's support for multiple browsers, programming languages... and use cases in automating browser interactions (web scraping), writing e2e tests for web applications...

Visit Timeline
UI testing with Playwright

UI testing with Playwright

2023

Selenium is good and all but man Playwright is the man lol. Due to several drawbacks and effort needed to stabilize selenium scripts/tests, I looked into Playwright a tool developed by microsoft for e2e UI testing. It has inbuilt assertion methods, waits, background API call interception, supports multiple browsers and programming languages just to name a few

Visit Timeline
Flask (Python web application framework)

Flask (Python web application framework)

2023

Fun fact: this website is built on flask. Like it says in the documentation, flask is a lightweight web application framework that makes building webapps/services quick and easy

Visit Timeline