© 2023 Hashnode
#beginners-learningtocode-100daysofcode
Starting with web development can be a bit complex process. Because there are a lot of things that make you feel puzzled when you start it. Especially if you don't have any proper guidance then it can become very hard too. Beginners often g…
An array is a data structure that stores a collection of values such as numbers, strings, objects, and other arrays. The values in an array are organized linearly and can be accessed by their index, which is their numerical position on the …
Different Technology in Making a Website Technology that are involved in making a website are basically categorized as Frontend, and backend web development. Frontend and backend are like architectura…
I’m going to start this set of my #100daysofcode slightly differently. While scrolling I usually see others discuss what they learned regarding their practice of code, I don’t see a lot of people shar…
Typescript is a superset of JavaScript that provides more robust features and error checking at compile time. One of the primary features of Typescript is its strong typing system, which provides supp…
Think About Your Goals and Interests First, consider what you want to achieve with programming. Do you want to work on websites, build mobile apps, or work with data? Each programming language has its…
Introduction Welcome! If you're new to web development, you might be familiar with CSS and the different ways you can use it to style your websites. But do you know what styled-components are? styled …
useRef Hook useRef is a hook provided by React that allows us to create a mutable reference to an element or a value that persists across component renders. Returns a mutable object with a property c…
I had three interviews before accepting my first position as a software engineer. I considered two interviews very useful and one that was just a waste of my time. There were two “whiteboard” interviews and a “virtual take home.” I often ge…
Are you a beginner looking to learn a programming language, or an experienced programmer looking to transition and learn Python? Take a seat and unwind! Because this article will explain in detail the…