Tech Journal

Prevent useEffect’s callback firing during initial render

React’s useEffect hook has indeed made life a lot easier. But there are times when you would most certainly miss the fine-grained…

4 years ago

Jest for a Typescript-based React app

I recently had to install and configure Jest in a React app written using Typescript and ran into quite a…

4 years ago

Fix React Issues in Lerna using Yarn Workspaces

Lerna comes to our rescue when we are to manage multiple inter-dependent packages within a repository. Have a package that…

4 years ago

Managing state in Flutter using Redux

This tutorial explains in detail how Redux can be integrated into your Flutter app to help manage the state of…

5 years ago

DIY Remote Camera using Raspberry Pi, Pi Camera, and Socket.IO

There may be situations where you may have to take pictures remotely and view them. With a Raspberry Pi single-board…

5 years ago

WordPress Gutenberg Editor: Applying a custom format to a text selection

Needless to say, WordPress’ Gutenberg editor has made life easy for a lot of people. You no more need additional…

5 years ago

Creating a LAMP stack using Docker Compose

Docker helps keep your development and production environment constant allowing swift migration of apps from development to production. Since I…

5 years ago

Automatically backing up your files on a web server and uploading them to Google Drive using a Python script

Regularly backing up your web server content, or any content for that matter, is essential to avoid data loss in…

5 years ago

An ideal SSD + HDD configuration for Windows 10

An SSD comes with a lot of advantages. It’s quick and fast and makes your PC boot faster, which, you…

5 years ago

Setup Raspbian Stretch on Raspberry Pi 3 without a monitor

Setting up your Raspberry Pi device with Rasbian can be easy if you have the luxury of an HDMI monitor.…

6 years ago