Blog
Setting up cpp-httplib with Cmake For Building REST API
Setting up cpp-httplib with Cmake For Building REST API
Ways to Do Web Scraping
I will be discussing the ways to do webscraping in this blog post.
Learning To Build Chrome Extensions
Notes from watching from a video on youtube on building chrome extensions.
Arabic Vocabulary-9
A curated list of Arabic words paired with their English meanings
Setting up a python project with virtualenv & creating the requirements.txt file
Setting up a python project with virtualenv & creating the requirements.txt file
Software Engineering Jargons for Non Tech.
This blog post explains software engineering terms for the non tech people.
Gitignore for Python Projects - A Comprehensive Guide
When working on Python projects, managing your .gitignore file effectively ensures that only relevant files are tracked by version control, keeping your repository clean and manageable. This guide walks you through creating a robust .gitignore for Python projects and includes essential patterns for ignoring common temporary and environment-specific files. We'll also add configurations to avoid Vim and Neovim swap files.
Containerizing Python Scripts for Beginners
This is a tutorial explaining how to containerize a python script.