top of page
Search


Spring ThreadPoolTaskExecutor Configuration
ThreadPoolTaskExecutor ThreadPoolTaskExecutor is a java bean that allows for configuring a ThreadPoolExecutor in a bean style by setting...
Nataraj Srikantaiah
Aug 5, 20213 min read
319 views
0 comments


How to build a basic Circuit Breaker
In the previous article, we went through the basics of circuit breakers, discussed their state cycle, now let’s head towards building a...
Rishi Sharma
Aug 5, 20215 min read
30 views
0 comments


A Quick Guide to Circuit Breaker in Microservices Architecture
The closest circuit breaker that we can relate to in our daily lives is MCB, which is present in every home to protect devices from...
Rishi Sharma
Aug 5, 20212 min read
48 views
0 comments


Rate Limiting Algorithms: Everything you need to know
Why do we require an API Rate Limiting? Rate Limiting helps to protect our services against abusive behaviors targeting an application...
Nataraj Srikantaiah
Aug 5, 20214 min read
503 views
0 comments


How do you secure REST API?
RESTful web services are resources on the web that can be used to get specific information. These services basically portray the working...
Girish Ameta
Aug 4, 20213 min read
58 views
0 comments


Cognitive Technologies of AI
Where do we see automation, machine learning, and cognitive technologies seep into our lives? From a traditional categorization...
Deepak Nachnani
Aug 4, 20212 min read
25 views
0 comments


Robots will massively replace humans in the near future
Robots will massively replace humans in the next 10 years.” Pierre Pinna on AI, Big Data and how to react as C-suite, company, and...
Robin Kiera
Aug 4, 20219 min read
97 views
0 comments


Exploring Solr Internals: How it works?
Solr is a great search platform built on top of Lucene which works pretty well out of the box but there are times when you would want to...
Shamik Ray
Aug 3, 20213 min read
39 views
0 comments


An Ultimate Guide to GPT-3
On the 11th of June, 2020, the world was not ready for OpenAI to release a beta version of their latest language training model, GPT-3....
Aish Sankhé
Aug 3, 20212 min read
30 views
0 comments


AI Tech Tools and its effect on the Digital World
In digitalization, AI (Artificial Intelligence) is the frontier technology that is helping people in many ways. It is a wide-ranging tool...
Farooq
Aug 3, 20216 min read
28 views
0 comments


Here is everything you need to know about Blockchain
Simply put, Blockchain technology is a decentralized peer-to-peer (P2P) distributed ledger that is secure and records transactions across...
Prateek Koul
Aug 3, 20214 min read
160 views
1 comment


Will HR be replaced by AI?
Artificial intelligence has streamlined many human resources processes. These sophisticated computer programs excel at recognizing...
Meghan Biro
Aug 3, 20213 min read
49 views
1 comment


Benefits of DevOps for Software Development Companies
Before we see the benefits of this great practice, let me start with the simple meaning of DevOps and its origin. It is important to...
Kaliprasad Ruddarraju
Aug 2, 20216 min read
73 views
1 comment


DevOps and SRE- Selection of Monitoring Tools
DevOps and SRE: How to choose monitoring tools? In this short article, I would like to cover the tools we have in the monitoring space...
Kaliprasad Ruddarraju
Aug 2, 20215 min read
106 views
0 comments


Imagine if Ironman & Captain America were your Product Managers...
Over the course of a series of blogs, we have established that a Product Manager wears multiple hats depending on the team, product, and...
Yashaswi Prateek
Aug 1, 20213 min read
17 views
0 comments


Data Migration from BigQuery to MongoDB
In this article, I’ll introduce the problem, the approaches thought off, and the one which we decided to use. Challenge: We wanted to...
Hussain Poonawala
Jul 27, 20213 min read
22 views
0 comments
bottom of page