Coding
28 technical posts
Guides and notes from actually building things — Python from first steps to OOP, APIs, data wrangling, and the tools that survived real use. Personal essays live under Writing.
2026
2 posts- 29 JanThis Free AI Assistant Actually Does Your Work (ChatGPT Can't) | Moltbot Review 2026Moltbot is a free, open-source AI assistant that runs on your computer and actually executes tasks. Unlike ChatGPT, it remembers everything and automates work.
- 25 JanThe Vibe Coding Stack of 2026: Build Apps Without ExperienceBest list of tools to help you build your own app in 2026 even if you do not know how to code.
2025
1 post2024
1 post2023
2 posts- 15 AprHow to read and write Sequential data gracefully in PythonLearn how to properly read and write sequential data for day-to-day software engineering in Python. Discover the differences between using a list and using a list efficiently.
- 07 JanUpload CSV Data To MongoDBLearn how to import CSV data using Pandas and import that data to MongoDB using Python in a few steps.
2022
17 posts- 21 JulQuick Guide to Object-Oriented Programming With PythonLearn about Class, Object and many other aspects of Object-Oriented Programming(OOPs) with Python. Everything you need to know about OOPs fundamentals.
- 15 JulDelete Files & Directories Using PythonLearn how to list files & directories using python. Understand how to delete files & directories using os and shutil modules in python.
- 22 JunOrganize Any Files and Folders Using PythonLearn how to operate files using Python. Understand how to use OS and Path modules to get metadata, move files and create directories using Python.
- 02 JunCreate and Use Functions in PythonLearn all about python functions. Understand different types of arguments one can pass. Understand different use cases of Python functions.
- 17 JunFile Handling in PythonLearn basic file handling such as how to read, write, delete and append data into the file(s). Also, learn how to rename and move files using Python.
- 10 JunModules and Packages in PythonUnderstand what are modules and packages in Python. Learn the difference between Modules and Packages and how to use them in real life.
- 07 MayVariables & Data Types in PythonLearn everything there is to know about variables and data types available in python and how you can use them in day-to-day development.
- 29 MayConditions and Loops in PythonEasy way to learn about loops and conditions in Python. Learn about For and While loops Python. Explore if, elif and else conditional statements in Python.
- 22 MayDive into Daunting Lists and Dictionaries in PythonLearn and understand how to use list and dictionary data types in Python. Understand List and Dictionary methods in Python.
- 14 MayFun with Fantastic String Data Type in PythonLearn all in-built string manipulation methods in python. Learn how to reverse, split and replace the string in python.
- 26 AprRequests Library in PythonLearn basics of Requests Library for Python and how to interact with APIs. Understand core concepts of Requests module and passing authentication for APIs.
- 26 AprIntroduction to PythonA step-by-step guide on how to install and verify python on Windows, Mac and Linux-based operating systems.
- 26 AprA Comprehensive Guide to Extract Tweets using TweepyThis step-by-step guide will teach you how to extract Tweets based on Keywords, Hashtags, Usernames and Pagination using the Python library Tweepy.
- 24 AprPython 101 SeriesPython 101 series will teach you all basics you need to get into Python world. Python series have all basic covered so you can at least do a google search.
- 20 AprThings You Should Do Before You Fail Any Technical InterviewUnderstand mistakes people made during technical interviews and learn how to overcome common mistakes. Best resources for technical coding interviews.
- 30 OctA Date With the Datetime Module in Python | Part - 2How to get name of month and weekday using python. Learn and explore how to display in specific formats using strftime.
- 22 OctA Date With the Datetime Module in Python | Part - 1How to get current date with month, year and day using python. Explore Datetime module in Python.
2021
4 posts- 27 JulTop 3 Frontend Frameworks | How to Choose Right One?Choosing the right web development framework can be very hard from top framework lists. Angular, React and Vue can be very intimating choices.
- 19 AugHow to Get Data from the Twitter API in JavaScriptHow to Get Data from the Twitter API using JavaScript? An easy to follow 3 steps guide for beginners to fetch any kind of data from Twitter.
- 15 JulHow to Create and Publish a Package to npm RegistryUnderstand how to create and test the NPM package with detailed example. Learn how to create account on NPM registry and publish the NPM package.
- 02 AprIntroduction to Twitter Search APILearn how to use Twitter API's search endpoint and its different filter options. We will see how to fetch tweets based on name, keyword, hashtag and manymore.
2020
1 postThe current versions of these live on YouTube.
Same tools, shown working, in a fraction of the reading time.