May 31, 2018 · 4 min read
Right way of delaying execution synchronously in JavaScript without using Loops or Timeouts!
I recently found a better way to delay JavaScript execution by the use of async and await keywords. Sharing my experience with a Jest test case.
JavaScript, Web Development, Programming, Agile & Process, Lifestyle
May 30, 2018 · 9 min read
Get the right dimensions for social preview image!
Walking through my journey in creating a simple snippet that helps us get the right dimension for thumbnails for links that are shared in social networks.
JavaScript, Programming, Design & UX, Social & Culture
May 26, 2018 · 1 min read
Habanero Adventures
Had a worst experience of mixing chillies and I went on fire in my tummy. Would be a funny read how I made a hummus and screwed up.
Lifestyle
May 23, 2018 · 5 min read
ES6 arrow functions and arguments
We thought ES6 fat arrow functions cannot have arguments? Not exactly, but there's a way to pass arguments.
JavaScript, Programming
May 20, 2018 · 3 min read
Getting rid of the X-Powered-By in Express JS Middle-ware using Blood, Sweat & Tears
An article on how to get rid of X-Powered-By headers in all versions of Express JS and Node JS.
JavaScript, Web Development, Programming, Entertainment
May 18, 2018 · 3 min read
When you have a tea time, why shouldn't Git have it too? Learn about it.
Just found an Easter Egg in git's source code. This one's pretty interesting, done by Linus Torvalds himself. Learn about this new thing here!
DevOps & Tools, Programming, Entertainment
May 13, 2018 · 5 min read
Crazy Image EXIF Orientation Bug (or Feature?)
Get an idea about what is EXIF in photos, how does the orientation tag affect the display of your images and how to fix them.
Web Development, Programming, Career & Achievement, Design & UX
May 8, 2018 · 6 min read
Changing the colour of SVG Images using CSS & jQuery
A scalable approach to convert linked SVG Images into inline SVGs and use CSS & jQuery to manipulate then, eg., change colours.
JavaScript, Web Development, Programming, Design & UX
May 3, 2018 · 5 min read
Implement a Quick Captcha using JavaScript
A simple, quick and efficient way of implementing JavaScript based client side CAPTCHA.
JavaScript, Programming, Security
April 28, 2018 · 7 min read
Generating Screenshots of URLs using Google's secret magic API
A simple and quick way of generating screenshots without any external software or libraries using Google's Page Speed Insights API.
Web Development, DevOps & Tools, Programming, Social & Culture
April 18, 2018 · 5 min read
Creating a TOC for my Ghost Blog
Being lazy I found a way to automate getting the Table of Contents from my Ghost Blogging Platform to Markdown to construct my Contents section.
JavaScript, Programming, Lifestyle
April 13, 2018 · 9 min read
Oh My Zsh Cheat Sheet
As a big fan of the CLI, I really hate using my computer mouse! OhMyZ.sh is one of the best tools that helped me. Look at why with this article.
DevOps & Tools, Programming, Design & UX