A Comprehensive Guide to Web: What Occurs When You Enter https://www.google.com in Your BrowserDec 16, 2023·9 min read
How we created a job appCasjob simplifies casual job hunting and hiring by connecting seekers and employers. The team includes Gbolahan Oyeniyi and myself, Gbolahan focused on frontend design and user experience, while I handled backend development and project management. T...Feb 25, 2024·6 min read
Servers Unveiled: A Kid-Friendly Guide to the Internet's BackboneHello, young explorers! Today, we're about to embark on an exciting journey into the heart of the digital world, where we'll uncover the mysteries of servers. Don't worry; we'll break it down so simply that even a 12-year-old can grasp it. What's a S...Oct 27, 2023·5 min read
A Comprehensive Guide to Python's cmd.Cmd Class for Interactive CLIsIntroduction: Python's cmd module simplifies the creation of interactive command-line programs, and at its core is the cmd.Cmd class, which provides a foundation for building custom command-line interfaces. In this beginner's guide, we'll explore the...Oct 6, 2023·3 min read