zaidhassan.hashnode.devGame Development Workshop | Day 1 - HTML & CSSIntroduction to Game Development Workshop This is a beginner-friendly workshop. We will start with HTML and CSS basics, then dive into JavaScript, explore version control, and finally learn basic game logic by building a Flappy Bird game. Overview of...Nov 2, 2024·10 min read
zaidhassan.hashnode.devReact 02 : Hello WorldIntroduction This is the second article of our 'React with me' series. In this series, we are learning React.js, a powerful JavaScript library for making dynamic user interfaces. Recap Earlier in the series, we discussed how to set up our React devel...Aug 15, 2024·10 min read
zaidhassan.hashnode.devReact 01 : setupWhat is React? React is a powerful JavaScript library used for building dynamic and interactive user interfaces (UI). It was created by Facebook and is now maintained by Meta along with a community of developers. React has quickly become one of the m...Aug 10, 2024·5 min read
zaidhassan.hashnode.devDifferent ways to center a divDifferent ways to center a div demonstrates how we can center a div using different css properties. It discusses use of 'flex box', 'css grid' and a third way which is not very conventional, i.e by using 'position'. https://codepen.io/zaid-hassan-the...Jan 21, 2024·2 min read
zaidhassan.hashnode.devBasic Linux/Unix commands that you need to knowIn this article, we will go through some Linux commands that will help you use your Linux/Unix operating system through a terminal Let's get started First of all, open your terminal, most probably The keybinding to open a terminal session will be Alt...Aug 10, 2023·3 min read