#web
Introduction to JavaScript
JavaScript is the programming language that makes websites interactive. While HTML gives a page its structure and CSS controls how it looks, JavaScript is what makes things happen — responding to clicks, updating content, validating forms, and much more. If you’ve ever clicked a button on a website and something changed without the page reloading, that was JavaScript at work. In this tutorial, we’ll cover the fundamentals you need to start writing JavaScript. Read more →
April 3, 2026
Node.js
Node.js is a powerful, server-side JavaScript runtime that allows you to build scalable and efficient network applications. Node.js is designed for server-side (back-end) development, although it can also be used to run desktop applications such as scripts, utility applications, or even video games. In this introductory tutorial, we’ll explore the basics of Node.js and guide you through creating your first Node server. Prerequisites Before we dive into Node.js, you’ll need to have the following installed on your computer: Read more →
November 4, 2023
JavaScript
Master JavaScript, the language of the web. From basics to advanced concepts like async programming and frameworks. Read more →
October 12, 2023
How the Web Works
In today’s digital age, we rely on the web for everything from shopping and entertainment to communication and information access. But have you ever wondered how the websites and web applications you use daily come to life? In this post, we’ll take you on a journey behind the scenes and explore how web development works, from writing code to delivering a seamless user experience. The Foundation: HTML, CSS, and JavaScript At the core of web development are three fundamental technologies: HTML (Hypertext Markup Language), CSS (Cascading Style Sheets), and JavaScript. Read more →
September 26, 2023
Create a Hello World web page
Creating a “Hello, World!” HTML page is a simple yet essential starting point for web development. In this tutorial, you’ll learn how to create an HTML file and display a basic “Hello, World!” message in your web browser. The web page will be stored on your local machine so no hosting will be required. Prerequisites: A text editor (e.g., Notepad on Windows, TextEdit on macOS, Visual Studio Code, Sublime Text, etc. Read more →
September 26, 2023