8 followers
software developer
Mastering data structures and algorithms is key to becoming a successful software engineer. Knowing which data structure to use can save you as an...
In programming, unit-testing is a software testing method by which units of code are tested to determine if they are fit for use. this is done by...
Javascript is a text-based programming language used to make web pages interactive. Combining javascript, Html, and CSS you can transform a static...
Objects, as the name suggests can be compared to real-life objects. You can define an object as a tangible thing with property and types, for example,...
In javascript, you can declare a variable with var, let, and const keywords. But do you know the difference between them?. In this article, we will...
Have you ever wondered how React makes it possible to navigate through pages in an application without the entire page reloading?. Not to worry, in...