React is one of the most popular JavaScript libraries in the web development field today. Since interest in learning React is also increasing rapidly day by day, I have decided to write more posts and make more tutorials about React on my channel. As a Frontend Developer, I have personally
Monthly Archives: October 2020
A few months ago, I decided to release Caer, a Computer Vision package available in Python. I found the process to be excruciatingly painful. You can probably guess why — little (and confusing) documentation, lack of good tutorials, and so on. So I decided to write this article in the hope
React is one of the most popular JavaScript libraries and it is frequently used to make user interfaces. We just released a 9-hour course that will teach you to build 15 different projects using React. A few weeks ago we released a 10-hour React fundamentals course and this new project-based
The word void means “completely empty space” according to the dictionary. This term, when used in programming, refers to a return of “nothing” – an “empty value” so to speak. What is the void keyword? When a function is void, it means that the
Here are the things that I wish I knew at the beginning of my journey as a Software Developer so I could’ve stressed less.
From hard drives and flash drives to a wide range of other devices, USB media offers a fast, simple way to transport, share and store data when digital transfer isn’t possible. However, their highly accessible and portable nature can make them a complete business security nightmare, with data leakage, theft, and loss all common occurrences, […]
I have always been obsessed with how technologies work, namely computers. But my passion was hindered by a voice in my head that echoed time and time again – “you are not smart enough to study computer science.” I thought I needed to be highly skilled in quantitative mathematics and be
JavaScript’s this keyword is one of the hardest aspects of the language to grasp. But it is critically important for writing more advanced JavaScript code. In JavaScript, the this keyword allows us to: Reuse functions in different contexts, andIdentify which object to focus on when a method is invoked.When
New web developers often try to learn everything at once without mastering any one skill. But before you learn the latest JavaScript framework, make sure you know the fundamentals of HTML and CSS. Colby Fayock is an experienced front end developer and prolific freeCodeCamp contributor. He has been teaching others
MVC frameworks such as Ruby on Rails, Laravel, and Angular are often used in web development. MVC stands for “Model View Controller” and is a common way to separate the main parts of an application. And we’ve released a course on the freeCodeCamp.org YouTube channel that will teach you
