Zod is 150x times slower than regular typeof checks

Comparing Zod with regular typeof native checks showing Zod 150 times slower. Don't use in production
Zodtypescriptjavascript

Block user access to port using nftables

Tutorial on how to block a certain user form accessing any program on a specific port like SSH
nftablessecuritylinux

Deploy Node.js app for production using systemd

Learn how to deploy Node.js application on your server using systemd without depending on PM2 or any other useless package.
nodejsnode.jslinuxsystemd

Getting Started with Orange Pi (PC2)

Tutorial for getting started with Orange Pi (PC2) on how to flash image and LED blinking using gpio.
orangepiorange PIIoTembedded

How to install Nginx on Debian 11

Short tutorial with tested examples for beginners and mid-range users on how to install and configure Nginx on Linux Debian 11.
nginxdebianlinuxsysadmin

How to install RedisJSON on Debian

Quick guide on how to install RedisJSON on Debian and configure the latest Redis database
redislinuxdebian

Programming the cheap Atmel Attiny13a using Arduino - The easy way

How to flash & program the Atmel Attiny13a using the Arduino IDE with an ISP AVR Programmer
atmelattiny13ahardwareIoTArduinoembedded

Running MIPS on Linux using qemu

MIPS is an RISC architecture widely used by embedded devices such as routers. Here's a quick brief about how I was running MIPS using QEMU on Linux.
mipslinuxhack