Open in app

Sign In

Write

Sign In

Ankit Kumar
Ankit Kumar

26 Followers

Home

About

Pinned

How to create a custom Decorator for Circuit Breaker in Typescript/Javascript Applications

To understand “How to create Decorators in Typescript for Circuit Breakers”, we need to understand What are decorators in typescript? What are circuit breakers in software systems? Let's first read a bit about decorators Decorators are a way to decorate functions, members of a class, or a class itself, with extra functionality. When you apply a decorator…

Circuit Breaker

4 min read

How to create a custom Decorator for Circuit Breaker in Typescript/Javascript Applications
How to create a custom Decorator for Circuit Breaker in Typescript/Javascript Applications
Circuit Breaker

4 min read


May 29

Whta is React Concurrency

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, and concurrent tasks can overlap depending on which is more urgent. What is concurrency? It is a way to structure a program by breaking it into pieces that can be…

React

4 min read

React

4 min read


May 25

Functional Programming Principles in JavaScript

Lets understand what are principles for Functional Programming using Javascript Before going to it’s principles, let first understand a bit about it. What is Functional Programming Functional programming is a paradigm which has its roots in mathematics, primarily stemming from lambda calculus. Its main focus is on “what to solve” in contrast to an…

Functional Programming

6 min read

Functional Programming

6 min read


May 25

Understanding Promise.all() in details

A promise is a placeholder for a value that’s going to be available sometime later. The promise helps handle asynchronous operations. The Promise.all() method is one of the promise concurrency methods. It can be useful for aggregating the results of multiple promises. It is typically used when there are multiple…

JavaScript

6 min read

JavaScript

6 min read


May 22

How to implement axios interceptors in Next.Js application

What are interceptors ? Interceptors allow you to modify the request or response before it is sent or received by the server. Interceptors are useful because they allow developers to add custom functionality to requests and responses without modifying the actual code that makes the request. There are two types of interceptors: Request Interceptor…

Axios

2 min read

Axios

2 min read


Feb 12

Useful Ways to Enhance Teamwork Within Your Organisation

Almost everyone appreciates the importance of teamwork, but few realize how much it boosts business productivity. Research conducted by Atlassian discovered that 67% of high-achieving teams engage in candid feedback. Meanwhile, 89% of surveyed employees said transparent decision-making increased their team’s performance. If you’re looking to enhance teamwork within your…

Teamwork

5 min read

Useful Ways to Enhance Teamwork Within Your Organisation
Useful Ways to Enhance Teamwork Within Your Organisation
Teamwork

5 min read


Jul 26, 2022

Marketing Yourself as a Job Candidate: Key points to Stand Out from the Crowd

Job searching is more than just submitting your CV and waiting for a positive response. In a competitive and vast Information Technology job market, it is vital that you stand out from the crowd. Having the needed skills and experience is not always enough to crack the interview. …

Jobs

5 min read

Marketing Yourself as a Job Candidate: Key points to Stand Out from the Crowd
Marketing Yourself as a Job Candidate: Key points to Stand Out from the Crowd
Jobs

5 min read


Jun 12, 2021

What’s the difference between var, let, and const keywords?

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 the keyword “var” is limited to the “function” within which it is defined. If it is defined outside any function, the scope of the variable is global. var is function…

JavaScript

3 min read

JavaScript

3 min read


Feb 21, 2021

100 most asked JavaScript Interview Questions and Answers — Part 2

We are going to learn JavaScript, by answering the most frequently asked javascript interview questions. JavaScript Interview Questions and Answers Series Part 1 Part 2 Welcome to the Tech Talks tutorial If you guys want to practice for JavaScript Interview on mock video interview, please drop me an email at admin@ankitkumar.dev Questions Question 22. How to remove…

JavaScript

9 min read

100 most asked JavaScript Interview Questions and Answers — Part 2
100 most asked JavaScript Interview Questions and Answers — Part 2
JavaScript

9 min read


Feb 21, 2021

100 most asked JavaScript Interview Questions and Answers — Part 1

JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB, and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented…

JavaScript

12 min read

100 most asked JavaScript Interview Questions and Answers — Part 1
100 most asked JavaScript Interview Questions and Answers — Part 1
JavaScript

12 min read

Ankit Kumar

Ankit Kumar

26 Followers

Fullstack Software Architect | Blockchain Architect | Mentor

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Tony Stubblebine

    Tony Stubblebine

  • Andrey Nikishaev

    Andrey Nikishaev

  • FAUN Developer Community

    FAUN Developer Community

  • Santal Tech

    Santal Tech

See all (104)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams