9 followers
Hello 👋 and welcome to my blog, let's learn together!
Anisat is a Frontend Developer who enjoys building web UI, loves contributing to open source organizations and writing technical articles.
Javascript is one of the most widely used programming languages in web development. Mastering the basics of this language well enough gives you an edge and makes it a lot more easier when you decide to pick up frameworks like Vue, React and Angular l...
What are Components? In React, applications are divided into components (parts or sections) based on functionalities and these components serves the same purpose as to what JavaScript functions does. It is important to note that in React, components...
React has gained huge popularity over the last few years and is being used by large companies such as Netflix, Amazon, Instagram, and a whole bunch of others. It is an open source, frontend library used for building user interfaces. It was created by...
So you have decided to learn to code specifically to learn about web development but you really have no idea on how to get started or probably you've searched through the internet and found tonnes of resources on it, as a result, felt overwhelmed or ...
In the world of web development today, numerous tools are developed and released online by companies, community members, in a nutshell by generous people simply to make life easier for web developers. These tools have proven to be very helpful by sav...
INTRODUCTION Object-oriented programming (OOP) is one of the many approaches to solving problems in software development process using objects. JavaScript being a widely used language in software development, this article would explore how the basic ...