How to Find “Good First Issues” on GitHub: A Practical, Step-by-Step GuideIf you want to contribute to open source but don’t know where to start, you’re not alone. Many developers want to dive in but struggle to find issues that are both approachable and meaningful. The gooNov 24, 2025·4 min read
What is Technical Writing? A Beginner’s Introduction - Part 1Have you ever tried using a new phone, and you weren’t quite sure how to set it up? But then you found a simple guide that walked you through it, step-by-step, and suddenly everything made sense? That guide is an example of technical writing. But fir...Jul 31, 2025·4 min read
How to Create Engaging Technical Documentation with MarkdownIn technical writing, clarity, consistency, and user engagement are paramount. Markdown, a lightweight markup language, has emerged as a favorite tool for creating technical documentation due to its simplicity and versatility. Whether you are a seaso...May 19, 2025·4 min read
How OpenStreetMap Aided Relief Efforts in the Turkey and Syria EarthquakesOn February 6, 2023, powerful earthquakes struck Turkey and Syria, causing widespread devastation. Buildings crumbled, roads were blocked, and thousands of people were in urgent need of help. Amidst the chaos, OpenStreetMap (OSM) emerged as a guide o...Oct 24, 2024·2 min read
8 Extensions for Java Development in VS CodeVisual Studio Code (VS Code) has become a popular code editor for Java developers due to its versatility, performance, and extensive ecosystem of extensions. These extensions can significantly enhance the Java development experience in VS Code, provi...Jun 26, 2024·2 min read
How To Create a Simple Pomodoro Timer ToolIn this guide, let's build a simple Pomodoro timer tool. This project is ideal for you to practice HTML, CSS, and Javascript. Step 1: Set up your Project Create a new folder for your project and inside it create three files which are: ` index.html, `...Jun 6, 2024·4 min read
How to Create a Contribution Guide for Your Open-Source ProjectIf you're a seasoned open-source developer or just starting, having a well-defined contribution guide is crucial for attracting contributors and maintaining a healthy project. Let's dive into the key steps and provide practical examples to help you g...Jun 5, 2024·4 min read