Öğretici & eğitici makaleler
Oyun geliştirme, web, Discord botları ve tasarım üzerine notlar, rehberler ve denemeler.
What Is Docker? Containers and Images Explained
What is Docker, how containers differ from virtual machines and how images work — the basics of isolation with examples.
Writing Meta Title and Description That Get Clicks
Practical rules, length limits and real examples for writing a meta title and description that earn clicks and please Google.
Laravel Blade Component and Slots: A Practical Guide
Learn to build reusable UI pieces with Laravel Blade component, props and slots step by step.
Metin2 Costume System: Setup and Adding New Costumes
A step-by-step guide to enabling the Metin2 costume system server-side, configuring item_proto and defining new body and weapon costumes.
Color Palette Creation: Balance With the 60-30-10 Rule
Build a balanced design through color palette creation using the 60-30-10 ratio rule, the right tools and accessible contrast.
Discord Ticket Bot: Button-Based Support System
Build a discord ticket bot that opens a private channel on a button click: permission overwrites, a close button and duplicate checks, step by step.
CSS Animation: transition and keyframes guide
CSS animation basics: smooth transitions, @keyframes-driven motion, performance tips and real, copy-paste examples.
epoll server: A High-Performance Network Server in C++
How to build a scalable TCP server with a Linux epoll server that handles thousands of concurrent connections on a single thread.
Laravel Livewire 3: Reactive UI Without Writing JS
Build dynamic, reactive components with Laravel Livewire without writing JavaScript: setup, data binding, actions and performance tips.
Adding a New Map in Metin2: From Map Index to Atlas
A guide to adding a new map in Metin2: server map index, atlasinfo, Setting/Town files and flawless client-server sync.
Discord Moderation Bot: Ban, Kick and Mute Commands
Build a permission-aware Discord moderation bot: ban, kick and timeout commands with role-hierarchy checks and audit log reasons.
Logo Types: Wordmark, Icon and Combination Marks
What are the main logo types? I break down wordmarks, lettermarks, icons and combination marks with examples and when to use each one.
Laravel Queue and Jobs: Background Processing Guide
Use a Laravel queue to push slow work like mail and notifications to the background: create jobs, run workers, handle failures.
Metin2 Mob Proto Editing: Add a New Monster
We explain the Metin2 mob proto fields in plain terms, then create a custom monster on a free VNUM and register it correctly on server and client.
Resolving Git Merge Conflicts: A Step-by-Step Guide
Hit a Git merge conflict? No need to panic: learn to read the conflict markers and resolve the change safely, step by step.
Technical SEO: Crawling and Indexing Fundamentals
What technical SEO is, how to manage crawl budget, and how robots.txt and indexing controls shape how Google sees your site.
C++ Multithread Server: A Scalable Architecture Guide
How to build a scalable, safe c++ multithread server with thread pools, an event loop and proven concurrency patterns.
Discord Level Bot: XP System and Role Rewards
Build a Discord level bot from scratch with discord.js: XP per message, rank cards and automatic role rewards.
Laravel Sanctum: API Authentication Guide
Set up token-based API authentication and SPA sessions with Laravel Sanctum, step by step with real, working code examples.
Metin2 Item Proto Editing: Adding New Items
A complete step-by-step flow for adding a new weapon or armor to your Metin2 item proto on both the server and the client.
Font Pairing: Typography Basics and Balance
The rules of font pairing: serif/sans combinations, contrast, hierarchy and readability balance for typography that actually works.
CSS Grid: A Practical Guide to Modern Layouts
Learn to build two-dimensional, flexible and maintainable page layouts with CSS Grid using row and column templates, step by step.
Laravel API Building: RESTful Endpoint Design
Learn Laravel API building step by step: design clean, consistent RESTful endpoints with resource controllers, API Resources and versioning.
Metin2 Anti-Hack: Server-Side Cheat Protection Guide
A practical Metin2 anti hack guide: server-side validation layers against speedhack, wallhack and metin stone cheats.