~ Floating Pi ~
I have recently had alot of thoughts about playing with LEDs and related components – into oh-so-sparkly LED land we go. No, lol, to microcenter we go. XD A friend Continue reading ~ Floating Pi ~
I have recently had alot of thoughts about playing with LEDs and related components – into oh-so-sparkly LED land we go. No, lol, to microcenter we go. XD A friend Continue reading ~ Floating Pi ~
💡 Note: This tutorial focuses on MacOS and Linux development environments. If you are using Windows, please consider running Linux under WSL or having a dedicated Linux distro on your Continue reading How to upgrade your runtime to the latest version of Polkadot SDK and not die trying
Docker has transformed how developers build, ship, and run applications by using containers (lightweight, portable environments that package software and all its dependencies). This containerization simplifies deployment across diverse environments Continue reading Understanding Docker Security Basics: Building a Strong Foundation
I created a dynamic Custom Button Styler using HTML, CSS, and JavaScript! 🖌️🎨 🌈 What it does: With user inputs, you can instantly customize a button in real-time: ✅ Change Continue reading 🎯 Day 6 – Mini Project – Custom Button Styler
Task 1 String Format You are given a string and a positive integer. Write a script to format the string, removing any dashes, in groups of size given by the Continue reading PWC 322 String Format
As you know, we love unusual tech at Lingo.dev. So when in my last essay, David commented he was surprised to not see “dialog” HTML element, it hit me – Continue reading HTML5 Elements You Didn’t Know You Need
Abstract: Di tengah pertumbuhan investasi kripto di Indonesia yang luar biasa – dengan 18,51 juta investor dan volume perdagangan mencapai Rp17 triliun per bulan – lanskap kripto lokal sedang mengalami Continue reading Masa Depan Kripto di Indonesia: 5 Tren untuk 2025 dan Lebih Jauh
A while back, I built a utility script to process thousands of items with an asyncfunction. I thought slapping await inside a for() loop would do the trick. Spoiler: it Continue reading [JS] One Mistake I Made with await in a Loop
Google Cloud Run functions seem like the godsend of serverless computing until you hit reach the many different limitations all ultimately related to runtime. I’m talking about the max timeout Continue reading Using Pub/Sub to Build a Serverless Async Processing Pipeline on GCP
Everyone wants to rank. Few want to do the work. So here comes AI — pitched as the savior of content velocity and keyword coverage. Just prompt, publish, and profit… Continue reading AI for SEO? Still Useless Without Strategy.
What if your logs could validate themselves while running — tagging violations without dropping a single event? CerbiStream brings governance to your logs, adds structure, encrypts them, and routes them Continue reading CerbiStream: Real-Time Governance-Enforced Logging for .NET
Ever been passed over for a Junior role despite 10 years of experience? That was me. Armed with $100 for a domain and a ChatGPT subscription, I decided to build Continue reading When I Was Rejected as a Junior, I Built a SaaS in 27 Days
To upgrade self-hosted n8n instance on a DigitalOcean 1-Click Droplet, which typically uses Docker and Docker Compose, follow these step-by-step instructions. This guide assumes you have SSH access to your Continue reading How to upgrade n8n uses Docker on DigitalOcean
One of the most common and persistent threats to any server exposed to the internet is the brute force SSH attack. These are automated attempts to guess login credentials by Continue reading Detecting SSH Brute Force Attacks with Python: Building a Simple Monitor