All PostsBrowse all my projects, tutorials and articles

πŸ’Ό
20
Total Posts
πŸ’»
14
Projects
πŸŽ“
4
Tutorials
βŒ›
3h 25m
Review time
πŸ”
πŸ“ Categories
🎯 Filters
↕️Sort by
20 Total Posts
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