Tag: JavaScript
-
Simple Explanation on Sorting Algorithms with JavaScript | Part 1
Our next stop in the series of “Understanding Data Structure and Algorithms with JavaScript 🚀” is Sorting Algorithms. The sorting process is a very important fundamental concept in the computer science branch. Sorting Algorithms helps in arranging the given data either in ascending or descending order. I am going to divide this blog into two parts…
-
Simple Explanation on Searching Algorithms with JavaScript
Our next stop in the series of “Understanding Data Structure and Algorithms with JavaScript 🚀” is Searching Algorithms with JavaScript. Searching Algorithms is one of the important fundamental functions in computer science. Searching Algorithms help to find a particular element/data which is present in the data stack or not, where the data stack may be…
-
Understanding Array, String, and Object Data Structure with JavaScript
Our first stop in our blog series on “Understanding Data Structure and algorithm with JavaScript 🚀” is Array, String, and Object manipulation. To grasp the good hold in Data structure using JavaScript, these are the major three topics that serve as the most important basic components which build the base in learning and understanding any…
-
What is Big O Notation – Space and Time Complexity
Big O Notation is one of the most important topics for a developer to understand in order to become a good programmer. Let us understand in this way that, you and your developer friend designed two different algorithms to solve a particular problem. Both algorithms are not only different in naming variables but have significantly…
-
A simple React Hook Form Validation with Formik and Yup
A Form is a very important component of any webpage. It allows developers to make the users directly input their data for various fields ranging from the login page to even a simple quiz test. It is just the replication of a simple form which you fill on paper into digital format with various fields,…
-
Programming Languages used at FAANG/ FAAMG
Almost every software engineer wants to get a job at the FAANG or FAAMG. Facebook, Apple, Amazon, Netflix, Microsoft, and Google are some of the dream companies for software engineers. You must have wondered sometimes about which languages you should learn to get a job in these Tech Giants. Which programming languages the FAANG companies…