Blog
Thoughts on development, tools, and building things.

Captchas are annoying, painful innovations in tech let’s explore another way.
Captchas are using by 1000s of websites to prevent “bots” accessing the resource. They do a good job of preventing bots to access websites especially the image verification captchas

How to extract image data from Instagram via Node.js
Today I want to teach you, how to scrape data from Instagram using the technologies we developers love the most!

Quick Intro to Machine learning for beginners.
When researching Machine learning, things such as natural language processing, conversational AI, computer vision and reinforcement learning are often talked about.

WEB SCRAPING ISN'T COOL

Nativescript is amazing.
At first, I couldn’t believe that I could use my web skills creating a native Android application, however, I did it. My app is a news app that grabs news from various places and displays them neatly on the app.

Top JavaScript Frameworks
When deciding on a framework, one must first understand what a framework really is and how...
Top 3 tips on writing cleaner code
Clean code, hmm sounds challenging. 91% of beginner coders worldwide struggle...