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
Stable Diffusion Meet ComfyUI Meet ComfyUI! The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface. By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 19 May 2024
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
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
AI How computers "see" When it comes to image processing and machine learning, it's important to understand how computers represent and interpret visual data. In this post, we'll explore By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 10 Apr 2023
programming Understand Mathematics With The Help of Programming. Translated Mathematical Notations to JavaScript Code. As a self-taught programmer, reading academic papers can be intimidating. However, understanding mathematical notation is essential for many fields, including computer science. That's why I've By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 7 Jan 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
backend How to install and setup fish shell with default bash styles (minimal setup) Installing && Customizing The Fish Shell - step by step FISH - the F/riendly I/nteractive S/H/ell Is a smart and user-friendly command By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 30 Sep 2022
programming 15 must-have Visual Studio Code extensions List of the best visual studio code extensions that every developer should try 1. Better Comments Improve your code commenting by annotating with alert, informational, By 🌿 𝖘𝖎𝖒𝖊𝖔𝖓 🌿 12 Sep 2022