© 2026 Hashnode
It's now time to strengthen up those javascript skills with another mini-project. This time along, I am making a Tic-Tac-Toe game. This game consists of simple layout and style, equipped with adequate functionality, following the basic rules of the g...

After breaking my pact with procrastination here I am with another article! This one is all about integrating the aspect of websites that provides functionality. Crossing the static HTML & CSS, javascript is about adding life to those pages by aligni...

🌱 Introduction When I first learned Python, I wanted to create something real — not just run print statements or calculate factorials. I wanted to build something that felt like an actual program. That’s how I ended up building a Mini ATM System in ...

We have to keep track of all the books, how many copies there are, and whether or not they are available for students to borrow. This makes managing a library an extremely challenging operation. Using switch statements, we will construct a simple Ja...
