Amblem
Furkan Baytekin

Software Category

The blog posts I've written for you in the Software category. Here are total of 102 blog posts.

Blogs

Using Linux Capabilities to Bind to Port 80 Without Root

Using Linux Capabilities to Bind to Port 80 Without Root

Secure non-root web servers with Linux capabilities and systemd

Smart Game Server Backups with Bash: Hourly, Weekly, and Monthly Rotation

Smart Game Server Backups with Bash: Hourly, Weekly, and Monthly Rotation

Create automated hourly game server backups with this simple Bash script

Writing Reliable Docker Healthchecks That Actually Work

Writing Reliable Docker Healthchecks That Actually Work

Master Docker healthchecks to build reliable containerized applications

From Script to Service: Writing Custom Systemd Units in Linux

From Script to Service: Writing Custom Systemd Units in Linux

Convert Linux scripts to systemd services

Implementing SSOT-Compatible JWT Authentication in NestJS with RSA Keys

Implementing SSOT-Compatible JWT Authentication in NestJS with RSA Keys

Build a secure JWT auth system in NestJS with RSA keys and JWKS endpoint

Why 0.1 + 0.2 != 0.3 in Programming and How to Fix It

Why 0.1 + 0.2 != 0.3 in Programming and How to Fix It

Why 0.1 + 0.2 != 0.3: Solving Floating-Point Arithmetic Issues

How Computers Understand Time

How Computers Understand Time

Discover how computers track time and handle global time zones accurately

Understanding Preload, Prefetch, and Preconnect for Faster Websites

Understanding Preload, Prefetch, and Preconnect for Faster Websites

Master resource hints to make your website blazing fast

How Do Browsers Decide How to Render Content Based on Content-Type?

How Do Browsers Decide How to Render Content Based on Content-Type?

How content types define the line between frontend & backend development

What is a CSRF Token and How to Implement It in Go

What is a CSRF Token and How to Implement It in Go

Protect your apps from CSRF attacks with this complete implementation guide

Implementing Role-Based Access Control (RBAC) in Flask with SQLite: A Comprehensive Guide

Implementing Role-Based Access Control (RBAC) in Flask with SQLite: A Comprehensive Guide

Secure your Flask app with Role-Based Access Control using SQLite

Throttling in Backend Development

Throttling in Backend Development

Protect your APIs with smart throttling - A practical guide