JavaScript Variables, Scope and Hoisting
11/10/2020Variables, Scope and Hoisting in JavaScript Introduction We must understand how variable scope and variable hoisting work in JavaScript, if…
Welcome to my digital notebook of everything I have learned and discovered over the years. This space is a collection of my work — notes, articles, tutorials, and workshop topics with exercises. Everything here is related to web technologies, coding, and creative problem-solving.
On this site, you can explore my blog where I share detailed guides and insights on web development, CSS, React, and other technologies I experiment with. You can also check out tutorials and challenges to learn alongside me, or browse my projects to see hands-on examples of my work.
Whether you’re here to read, learn, or get inspired, I hope you find something useful.


Master the fundamental skills of the most in-demand IT areas
I am inVariables, Scope and Hoisting in JavaScript Introduction We must understand how variable scope and variable hoisting work in JavaScript, if…
The CSS :root pseudo-class selector is used to select the highest-level parent of a given specification. In the HTML specification, the…
Overview and practice Express.js is the best choice when it comes to building web applications with Node.js. However, when saying web…
What is GitHub ? 🤔 GitHub is a code-hosting platform. It lets you and others work together on projects from anywhere. 👉 Before anything…
Git is not GitHub. Git is the system, and GitHub is a repository hosting service (the most popular of many). 👉 After this lesson you will…
Functional & class components in React 🤔 🤓 React is a framework that allows us to encapsulate code so to make it more reusable. These…
Why containerize a React app Containerization solves a common problem in frontend teams: "works on my machine". A container bundles the app…
The Docker workflow, end‑to‑end Docker feels simple when you run docker build and docker run, but the workflow underneath is a disciplined…
Compose in the architecture: what it is and what it is not Docker Compose is a local and single‑host orchestration tool, not a production…
What Is a Container? You can think of a software container as a container in the real world. The idea is to put your application and its…
The problem Docker quietly solves The most common developer pain I see isn’t “how do I write the code?” It’s “how do I run the code the same…
Why I did this My blog already builds on push, but I wanted a repeatable, production‑like workflow I can test locally. Docker and Kubernetes…
Subscribe for updates ✉️
Subscribe