Filters

Programming Languages
Backend Technologies
Frontend Technologies

Introduction to C Programming

Author Picture

By Yagiz Gural

20 Feb 2025

· 6 min read

Banner
This article introduces the C programming language, its history, core concepts, and why it remains one of the most important languages in computer science.

Understanding Event Loop in NodeJS

Author Picture

By Yagiz Gural

3 March 2025

· 5 min read

Banner
This is an example of how you can write a markdown file with code snippets.This is an example of how you can write a markdown file with code snippets.This is an example of how you can write a markdown file with code snippets.This is an example of how you can write a markdown file with code snippets.This is an example of how you can write a markdown file with code snippets.This is an example of how you can write a markdown file with code snippets.

Understanding Head-of-Line Blocking

Author Picture

By Yagiz Gural

20 Feb 2025

· 6 min read

Banner
This article explains Head-of-Line (HOL) Blocking, what it is, why it happens in networking and web protocols, and how modern technologies work to mitigate it.

Understanding OWASP Principles: A Beginner-Friendly Introduction

Author Picture

By Yagiz Gural

2 Feb 2025

· 5 min read

Banner
The Open Web Application Security Project (OWASP) is a globally recognized organization dedicated to improving the security of software. OWASP provides resources, tools, and best practices to help developers, security professionals, and organizations build secure applications.This guide introduces key OWASP principles in a beginner-friendly manner.

Understanding Promises in JavaScript

Author Picture

By Yagiz Gural

20 Feb 2025

· 6 min read

Banner
This article explains JavaScript Promises, how they work, and how to use them effectively in asynchronous programming. Learn how to handle asynchronous tasks with Promise chaining and error handling.

Understanding SSTables and LSM Trees

Author Picture

By Yagiz Gural

20 Feb 2025

· 6 min read

Banner
This article explains SSTables and Log-Structured Merge (LSM) Trees, how they work together, and why they are widely used in modern databases for high write throughput.