Why would I need a mega menu? As your website grows and its hierarchy of pages becomes more complex, you may realize that simple horizontal…
Background I’ve been recently working on a project to create a content feed like Instagram and Facebook. There are various available content types including photos,…
Staying up to date with the latest security patches is a crucial step to avoid getting hacked. Google recently published an article showcasing a proof-of-concept…
JavaScript Object Notation (JSON) is a robust medium for storing and transferring data. It is the de facto standard for web-based client-to-server communication and is…
I often use Chordify to jam to my favorite tunes. It is powered by a machine learning model that listens to a song and detects…
One of the most convenient features of Odoo is its translation system. Odoo can detect strings from various sources like field definitions, XML views, and…
I recently came across a key feature of object-oriented programming that has been implemented in some programming languages and is commonly known as function overloading…
There are many Docker logging platforms available with agents that can be installed to track metrics and monitor the performance and availability of your clusters.…
If you have installed Ubuntu Server 18.04 on your Raspberry Pi 4, you might notice that the Bluetooth hardware is disabled by default. To enable…
Suppose you have a branch called feature/landing-page-business which was created from the develop branch. After making and pushing some commits to feature/landing-page-business, you try to…