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

Why I Hate React But Can’t Stop Using It

Why I Hate React But Can’t Stop Using It

A critical look at React's performance tradeoffs & why developers still use

History Sniffing on Legacy CSS: How Browsers Used to Leak Your Past

History Sniffing on Legacy CSS: How Browsers Used to Leak Your Past

Learn a classic web privacy exploit that exposed users' browsing histories

Writing a Watermark API in Next.js

Writing a Watermark API in Next.js

Building a Simple Watermark API with Next.js and Sharp

JavaScript Strict Mode: Cleaner, Safer Code

JavaScript Strict Mode: Cleaner, Safer Code

Master JavaScript's strict mode for safer, more maintainable code

JavaScript Decorators: Native Support, TypeScript, and Beyond

JavaScript Decorators: Native Support, TypeScript, and Beyond

Master JavaScript decorators to write cleaner, more powerful code

JavaScript's Proxy and Reflect: A Deep Dive into Meta-Programming

JavaScript's Proxy and Reflect: A Deep Dive into Meta-Programming

Master JavaScript's Proxy & Reflect for powerful meta programming

JavaScript is an Odd Language...

JavaScript is an Odd Language...

10 Weird JavaScript Behaviors That Will Make You Question Everything

Lesser-Known JavaScript Concepts You Should Know

Lesser-Known JavaScript Concepts You Should Know

Explore JavaScript's hidden features and improve your programming skills

Understanding the Dependency Inversion Principle with TypeScript and Databases

Understanding the Dependency Inversion Principle with TypeScript and Databases

How DIP makes database interactions more flexible & testable in TypeScript

Understanding the Interface Segregation Principle with a Meal Example in PHP

Understanding the Interface Segregation Principle with a Meal Example in PHP

Implement ISP with a real-world PHP meal prep example

Liskov Substitution Principle via Content Management System

Liskov Substitution Principle via Content Management System

How LSP makes content management systems more flexible and maintainable

Applying the Open-Closed Principle to a Repository Cloner in FastAPI

Applying the Open-Closed Principle to a Repository Cloner in FastAPI

How OCP makes FastAPI more flexible and maintainable