Recently, there was a Java meetup held at work (Deepsource) where I gave my first ever talk, "How...
Look, I get it. The past few years have been full of cryptocurrency scams, thinly veiled Ponzi...
While hiring developers for your organisation, what are the biggest challenges you have come across?...
One fine evening in the first lockdown of 2020, there I was, sitting idly, not knowing what to do....
I was recently reading Code Complete, a really good book on writing better software. Naturally, I had...
So I recently came across a huge React codebase that was hard to understand. There was no proper docu...
Last time around I told you why I'm making this programming language, and how I'm going to go about d...
A lot of people that talk about building their own programming language, have a lot of lofty goals fo...
Say you have an idea for a new side project, but dont know what topic to base it on (for example: Bea...
As programmers, we require lots of reading on a daily basis. Be it code, documentation or any article...
What do you do when you have nothing else left to do? I freak out. So there I was, furio...
By interactive tutorial I mean, tutorials that contain unit tests for the tasks that you are supposed...
I have a basic REST API in a server file. If I want to run tests on the routes, how do I do so? I ca...
I've noticed that the posts I make under a Dev organisation usually get lesser views and (consequentl...
What kind of programming tutorials do you prefer? Videos or text? I personally prefer using text/blo...
By monolith I mean a full stack MVC (Model-View-Controller) application. For example, in Ruby on Rai...
This is Debugging Story of the Week. A series where each week I post my favourite Debugging story fro...
https://debugg.me This past month I've been hard at work improving Debugg as per the feedback I have...
What is the best web framework to learn? This is a common question among people just starting out in...
This post is a solution to the "Adam doesn't know routing" problem on Debugg. Visit Debugg at https:/...
Visit Debugg at https://debugg.me If you have a developer job, I'm sure you've gone through the proc...
Simply put, if the government shuts down all cellular services and internet access, what do I use to...
Here we will be using (the programming language) Go, if you don't have it installed, you can do so fr...
Okay that title is not entirely true, so sue me (please don't). We won't be building a text editor in...
Floyd is a framework for building GraphQL backends, with first-class support for Typescript....
How many times have you had your code say, 'this is undefined' or 'that is not a function at so and s...
It's great that GitHub is announcing all these cool new features that developers need, but with open...
We all know that consumer devices (our phones, laptops, desktops, etc.) are getti...