14 followers
Hello, I’m Ankit Kumar!
A highly motivated software engineer, who applies the principles of software engineering to the design, development, maintenance, testing, and evaluation of the software.
React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Concurrency refers to having more than one task in progress at once,...
What are interceptors ? Interceptors allow you to modify the request or response before it is sent or received by the server. Interceptors are useful...
Before going to it’s principles, let first understand a bit about it. What is Functional Programming Functional programming is a paradigm which has...
Deep linking is when a link sends users directly into a specific point in the app experience, rather than an external website or app homepage. Whats...
JavaScript has three ways to declare variables. var width = 100; let height = 200; const key = "Tech Talks"; var The scope of a variable defined with...
We are going to learn JavaScript, by answering the most frequently asked javascript interview questions. JavaScript Interview Questions and Answers...