programming How to Avoid a Major Database Disaster with this Simple Trick Discover how to prevent catastrophic database errors with a simple trick: using transactions. Learn how to safely modify data by starting a transaction, reviewing changes, and committing only when you're sure. Protect your application and data integrity effortlessly. By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 3 Aug 2024
programming Write Better JavaScript Using ||=, &&=, and ??= Operators Discover the hidden treasures in JavaScript with ||=, &&=, and ??= operators. Learn how these lesser-known tools can streamline your code, making it more clean and easier to read. By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 29 Jul 2024
programming How to Become a Better Programmer - 5 Tips for Productivity Are you looking to level up your programming skills and become a better programmer? Whether you're a beginner or an experienced coder, there are always By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 18 Jun 2023
programming How to Use TypeScript Aliases to Clean Up Your Import Statements When working with any technology it is important to maintain your code clean and organized. One way to achieve this in TypeScript is by using By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 25 Apr 2023
music production How to Create Music with Artificial Intelligence using MIDI The use of AI (Artificial Intelligence) has revolutionized our world, including the music industry, allowing musicians to explore new ways of creating music. There are By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 22 Apr 2023
tools Effortlessly Backup and Restore Your Ubuntu/Debian Systems with apt-clone tool apt-clone is a simple command-line tool that lets you create state files of all installed packages for your Debian/Ubuntu systems, making it easy to restore on freshly installed systems or into a directory. Learn how to use apt-clone to backup and restore your system with ease. By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 13 Apr 2023
network What is the /etc/hosts file? The /etc/hosts file is simply a plain text system file that allows you to map hostnames to IP addresses on your computer. It can By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 27 Dec 2022
Infrastructure Dockerfile vs docker-compose.yml: Understanding the Differences Docker is a tool that helps you package and deploy applications easily. It uses two main files to manage Docker containers: the Dockerfile and the By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 22 Dec 2022
backend 10 Great npm and Node.js tools to manage your projects better Are you a Node.js developer looking for ways to streamline your workflow and manage your projects more efficiently? Look no further! Here are 10 By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 19 Dec 2022
backend How To Get Any Network Request with Chrome DevTools and Postman Are you looking for a quick and easy way to replicate an endpoint call from any website? Look no further! In this tutorial, I'll show By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 19 Dec 2022
backend Fish-like autosuggestions in bash shell In my previous post I introduced you to fish shell. I suggest you to read it before continue here, especially the part about autosuggestions. If By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 3 Oct 2022
cyber security Privacy-respecting, hackable metasearch engine - searX pronunciationsɜːks What is searX? Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 29 Sep 2022
projects Interesting projects and tools, discovered on Github - Part 1 We programmers are constantly looking for new and more interesting tools with which to become more productive or to add them to our new project. By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 27 Sep 2022