How To Use a VPN to Change Your Public IP Address From the Command Line

March 08, 2021

A tutorial on setting a VPN and using it from the CLI to hide our IP and location

Autosave Your Shell Config in a GitHub Gist

March 05, 2021

Don’t lose your aliases again when switching computers!

Find Out Our Public IP Address and Country From the Command Line

March 04, 2021

A quick explanation and a couple of handy one-liners

Use gist-paste to Save Text Files as GitHub Gists From the Command Line

March 03, 2021

A quick tip to save time on saving and sharing documents

Running Code Snippets on Chrome’s Console

March 02, 2021

A quick guide for web developers on this great time-saver when executing JavaScript on the go.

The Right Way To Log Objects in Node.js

March 01, 2021

And a few other methods that you can also use, but beware of the caveats!

Quick Async One-Liners With Async Immediately Invoked Function Expressions

February 26, 2021

A neat trick for a job interview or to save time on quick scripts

Quick Refactor: Keep Casing in VSCode Search + Replace

February 25, 2021

A simple Visual Studio Code trick to save precious time while refactoring

Persist CSS Changes Done in Chrome’s Dev-Tools

February 24, 2021

Avoid losing all those changes on the elements tab if you accidentally reload your browser

Using JavaScript To Test Browser Support for a CSS Pseudo-Class

February 23, 2021

An obscure (but effective) way to do CSS feature detection with JavaScript. In the example, we test for a feature that only Microsoft browsers have.

The Ugliest 6 Reasons To Not Enrol In A Coding Bootcamp.

October 02, 2020

There are some ugly parts that people don’t talk about. Before deciding to enrol, mind all the possible outcomes.

How I Doubled My Income in 3 Months

September 30, 2020

The story of my career change, and how first choices aren’t usually the best for your future

5 Remarkable Git Commands That Will Boost Your Coding Productivity

September 29, 2020

These are custom made, they don’t appear in the Git docs! Saved me countless headaches in the last two years…

5 cool JS tricks to impress your teammates

September 25, 2020

Some web-dev wisdom, not just limited to JS!

Creating a Blackjack game

February 11, 2020

A memento of my first ever JavaScript project circa February 2018.

Displaying data with variable length

January 15, 2020

Never trust the design.

6 Things I Learned in May 2019

May 30, 2019

Some cool React.js libraries, PropTypes, node_modules updates and an Easter Egg.

You are using browser events wrong

May 15, 2019

Stop listening.

9 Things I Learned in April 2019

April 30, 2019

This time tips and tricks on CSS Modules, a lot of BASH and GIT stuff, macOS apps, using searchable components and fighting Chrome's autocomplete styling.

12 Things I Learned in March 2019

March 31, 2019

Tips and tricks including but not limited to Pandas, JavaScript sliders and swipers, a flights API, BASH automations and some other nifty ideas.

Downloading Reddit Images in Bulk

January 29, 2019

Get all the neat desktop goodness from /r/wallpapers with this command line utility built in Node.js

Picking Random Comments On Instagram

January 15, 2019

A web app to make Instagram contests suck less.

Hello World

December 31, 2018

Mandatory