Software Development
-
The Unit Test Time Machine
What do you call refactoring without unit tests? Anyone? Yes. It’s a trick question isn’t it? Refactoring without unit tests…
Read More » -
Git switch and restore
If you’ve been using Git for a while you’re probably used to the ubiquitous git checkout command, which is somewhat…
Read More » -
The value of no-code is clear: build faster and allow a lot more people to build
I shared earlier how no-code can help build solutions faster and allow a lot more people to participate in building…
Read More » -
IntelliJ/Android Studio Plugin Development Tutorial – Getting Started
In this intellij plugin development tutorial, we’ll be taking a look at how to build a simple plugin for IntelliJ.…
Read More » -
[MEGA DEAL] The 2020 Complete Raspberry Pi & Arduino A-Z Hero Maker Course Bundle (74%)
Unleash the Developer in You with 96+ Hours of Training in Computing, Programming & Coding on Raspberry Pi, ESP32, and…
Read More » -
How to increase the number of tabs in IntelliJ Idea
Hello Friends, This is a quick small post on increasing the tab limits in the Intellij idea. I recently started…
Read More » -
Set Up Your Free Serverless Webhook – in Minutes!
Note: This article is several months obsolete; after all, these days, who would want to deploy a serverless webhook from…
Read More » -
SQL GROUP BY and HAVING Example – Write SQL Query to find Duplicate Emails – LeetCode Solution
Write a SQL query to find all duplicate emails in a table named Person. +----+---------+ | Id | Email |…
Read More » -
Three Types of Code Migration
As code gets old, it often becomes necessary to modernise it. There are a few motivations for this: We’ve found…
Read More »