Amblem
Furkan Baytekin

Software Category

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

Blogs

Single Responsibility & Advanatges in Compiled Languages

Single Responsibility & Advanatges in Compiled Languages

How SRP makes compiled languages more efficient and maintainable

Mastering the Screen Command: Manage Your VPS Like a Pro

Mastering the Screen Command: Manage Your VPS Like a Pro

Master the screen command to keep your Linux processes running smoothly

From XSS to Total Control: How a Simple Script Can Compromise Everything

From XSS to Total Control: How a Simple Script Can Compromise Everything

From harmless alerts to system takeover: The danger of XSS attacks revealed

SQL Injection: The Sneaky Hack That Won’t Die (And How to Stop It)

SQL Injection: The Sneaky Hack That Won’t Die (And How to Stop It)

Stop SQL injections with proven security practices and modern safeguards

Mastering Debouncing: Optimize User Input with JavaScript and React

Mastering Debouncing: Optimize User Input with JavaScript and React

Master debouncing techniques in JavaScript and React for better performance

Understanding Tagged Template Literals in JavaScript

Understanding Tagged Template Literals in JavaScript

Master tagged template literals, level up your JavaScript string processing

Lazy Loading Images and Components: A Speed Boost for Your Web Apps

Lazy Loading Images and Components: A Speed Boost for Your Web Apps

Build fast, CLS-free image gallery with React lazy loading & placeholders

Web Accessibility 101: Building Inclusive Sites That Shine

Web Accessibility 101: Building Inclusive Sites That Shine

Build accessible web forms: a practical guide to inclusive web development

Building an LRU Cache in JavaScript: Least Recently Used Cache

Building an LRU Cache in JavaScript: Least Recently Used Cache

Build a fast LRU cache in JavaScript-optimize your app's memory usage

Memoizing Expensive Functions in JavaScript: A Real-World Performance Boost

Memoizing Expensive Functions in JavaScript: A Real-World Performance Boost

Speed up JS functions with memoization: simple guide to function caching

Fetch vs XHR: A Deep Dive into Web Dev’s Past and Present

Fetch vs XHR: A Deep Dive into Web Dev’s Past and Present

Build your own fetch API polyfill & understand modern web request handling

Standard Streams (stdin, stdout, stderr) & Pipes ( | )

Standard Streams (stdin, stdout, stderr) & Pipes ( | )

How to use standard streams and pipes for program input/output handling