Improve latency of API
November 20, 2023Make API Fast Addressing very high latency in API endpoints can be a complex task, and the approach depends on the specific factors…
Written by Sudhansu Gouda who lives and works in Bengaluru building useful things. You should connect with him on LinkedIn
Make API Fast Addressing very high latency in API endpoints can be a complex task, and the approach depends on the specific factors…
How React Works React is a JavaScript library for building user interfaces, primarily for single-page applications where the user interacts…
CAP Theorem (Consistency, Availability, Partition Tolerance) CAP theorem states it is impossible for a distributed system to simultaneously…
Polyfills forEach The method is used to iterate over elements in an array and execute a provided function once for each array element. It…
ES6 - What's New? Arrow Functions Template Literals Destructuring Assignment Let and Const Default Parameters Rest Parameters Spread…
Basics Arrays Pop The pop() method of Array instances removes the last element from an array and returns that element. Push The push…
CSS Universal Selector Matches any element type’s name Ruleset Used for identification of selectors, which can be attached with other…
Exception Handling What is an exception in Java? Exception is abnormal behaviour that occurs at time of execution of an application which…
Kubernetes Open source container orchestration tool Developed by Google Helps manage containerised applications in different deployment…
Why Spring Boot? Spring based applications have lot of configuration If we use Spring MVC, we need to configure ComponentScan…
I am SUD. 🌱 I am full stack developer mostly spending my time on React, Spring Boot and PostgreSQL. If I'm not coding on weekdays, then…
Hello World