My Blog
Telegram about-me about-me
WEB

Node.js or Client-Side JavaScript? My Experience with Website Stability

When you invest months or even years of hard work and sleepless nights into developing a complex pro...

15. 07. 2026
WEB

Introduction to API Development with Node.js and Express.js

Modern web applications operate on the principle of decoupled backend and frontend architectures. Th...

11. 07. 2026
WEB

How to Protect and Obfuscate JavaScript Code in Node.js

JavaScript is inherently an interpreted language, meaning that its source code remains readable to a...

11. 07. 2026
WEB

How to Install Node.js on PC and Run It in PhpStorm

Node.js has become an essential tool for modern web development. While most know it as an environmen...

19. 06. 2026
WEB

Comprehensive Guide to Adding Icons (Favicon) to a Website

The website icon (Favicon) is that small image that distinguishes your site from others in browser t...

09. 05. 2026
WEB

How to Organize Code with Include and Require

As your website grows, writing the same code (e.g., menu or footer) on every page separately becomes...

27. 04. 2026
WEB

Displaying data from a MySQL database on a webpage using PHP PDO

Once we have data safely stored in the database, it's time to display it to visitors. When outputtin...

19. 04. 2026
WEB

How to properly design a database for multi-language websites

When starting to build a website in multiple languages, we often wonder if we need to create a separ...

15. 04. 2026
WEB

Understanding and Setting the SameSite Attribute for Cookies

Browsers have recently tightened security. If you see a warning about the SameSite attribute on...

06. 03. 2026
WEB

How to Force the Footer to the Bottom of the Page Using the calc() Function

On websites with little content, it often happens that the footer doesn\'t stay at the bottom of the...

03. 03. 2026
WEB

How to Prevent Whole Page Scrolling (Scroll Chaining)

Has it ever happened to you that while scrolling down within a smaller window (div), once you ...

03. 03. 2026
WEB

How to Create an Interactive Hamburger Icon

An interactive hamburger icon is a key element of mobile websites. It allows us to hide the navigati...

03. 03. 2026