All PostsBrowse all my projects, tutorials and articles

πŸ’Ό
23
Total Posts
πŸ’»
17
Projects
πŸŽ“
4
Tutorials
βŒ›
4h 16m
Review time
πŸ”
πŸ“ Categories
🎯 Filters
↕️Sort by
23 Total Posts
FeaturedBilingualNew
Project
T-Guide - Smart Audio Guide and Urban Route Builder
πŸ“– 18 minAdvanced

T-Guide - Smart Audio Guide and Urban Route Builder

A full-stack web and Android application for self-guided city tours with audio guides, real-time GPS navigation, a drag-to-snap map sheet, route builder, curated tours, and a full admin panel β€” built on React 19, Leaflet, and Capacitor 8.

React 19TypeScriptViteReact RouterLeafletOSRMCapacitor 8DockerGHCRJWTFeature-Sliced Design
FeaturedNew
Project
Docker & Kubernetes Complete - From Single Containers to Compose and K8s
πŸ“– 20 minIntermediate

Docker & Kubernetes Complete - From Single Containers to Compose and K8s

A multi-branch educational repository that walks the full container journey: single-container runs, cross-container networking, volumes, Docker Compose orchestration, a production-style PHP stack, and the step up into Kubernetes β€” clusters, control plane, and worker nodes.

DockerDocker ComposeKubernetesNode.jsExpressReactMongoDBMySQLNginxPHP-FPMLaravel
FeaturedBilingualNew
Project
Multi-Layer QA Pipeline for Full-Stack Applications
πŸ“– 18 minAdvanced

Multi-Layer QA Pipeline for Full-Stack Applications

Full-stack project demonstrating a structured, multi-layer testing strategy including unit, integration, BDD, API, performance, frontend, and E2E testing.

JavaSpring BootPostgreSQLFlywayTestcontainersJUnit 5CucumberAngularTypeScriptCypressPostmanJMeter
FeaturedBilingualNew
Project
NeuroBoard AI - Seller Workspace with AI Ad Assistant
πŸ“– 15 minIntermediate

NeuroBoard AI - Seller Workspace with AI Ad Assistant

AI-powered seller workspace for managing classified ads with smart description generation, price guidance, contextual chat, multilingual UX, and a Vercel-friendly demo mode.

React 19TypeScriptViteReact RouterTanStack QueryReact Hook FormZodZustandNode.jsOllamaDocker ComposeVercel
FeaturedNew
Tutorial
Docker for Frontend Developers: Beyond 'It Works on My Machine'
πŸ“– 20 minIntermediate

Docker for Frontend Developers: Beyond 'It Works on My Machine'

Transform your frontend development workflow with Docker. Learn how containerization solves real-world problems in modern web development, from eliminating 'works on my machine' issues to streamlining CI/CD pipelines. Discover practical patterns for React, Vue, and Next.js applications that ensure consistent environments across every stage.

DockerContainerizationFrontendDevOpsCI/CDMicroservices
FeaturedBilingual
Article
VKR SPA Library: A Framework-Agnostic JavaScript Solution for Building Single-Page Applications with an Integrated Admin Panel
πŸ“– 25 minAdvanced

VKR SPA Library: A Framework-Agnostic JavaScript Solution for Building Single-Page Applications with an Integrated Admin Panel

A comprehensive Bachelor's thesis project on designing and implementing a modular JavaScript library for SPA development. Features include client-side routing, state management, UI components, and a built-in CMS panel, all built without external frameworks.

Vanilla JavaScript (ES6+)Design PatternsHTML5 Web APIsSCSS & CSSNode.js & GulpPHP (Backend API)UML Modeling
New
Tutorial
Understanding Node.js Event Loop: The Heart of Asynchronous Programming
πŸ“– 18 minIntermediate

Understanding Node.js Event Loop: The Heart of Asynchronous Programming

Deep dive into Node.js Event Loop architecture. Learn how Node.js handles thousands of concurrent connections with a single thread. Explore practical patterns for building scalable, high-performance applications with real-world examples.

Node.jsJavaScriptEvent LoopAsynchronous ProgrammingV8 Enginelibuv
Tutorial
Mastering Modern JavaScript: From ES6 to ES2025
πŸ“– 15 minIntermediate

Mastering Modern JavaScript: From ES6 to ES2025

Comprehensive guide to mastering JavaScript in 2025. Learn modern features, best practices, and advanced patterns used by professional developers.

JavaScriptES6+TypeScriptNode.jsAsync/AwaitPromisesFunctional Programming