-
Core Java
Java: Creating Terabyte Sized Queues with Low-Latency
Queues are often fundamental components in software design patterns. But, what if there are millions of messages received every second…
Read More » -
Software Development
RealVPN: Lifetime Subscription
Reliable, Convenient, & Online Access Anywhere with Any Devices Hey fellow geeks, This week, on our JCG Deals store, we…
Read More » -
JavaScript
Testing promise rejection in JavaScript with Jest
The code Let’s consider a simple function that returns a Promise that can either resolve or reject depending on the…
Read More » -
JavaScript
Testing exceptions in JavaScript with Jest
The code Let’s consider a simple function that checks for equality of two passwords, and it throws an error when…
Read More » -
Software Development
How we can leverage Artificial Intelligence to Automate Software Application Testing
Today, saying that a lot of hype surrounds Artificial Intelligence would be an understatement, as we see the term associated…
Read More » -
Software Development
Simple Things That Are Actually Hard: User Authentication
You build a system. User authentication is the component that is always there, regardless of the functionality of the system.…
Read More » -
JavaScript
JavaScript Master Class
Everything You Need to Know to Become a JavaScript Developer Hey fellow geeks, This week, on our JCG Deals store,…
Read More » -
Core Java
The final days of finalizers in Java
If you are developing in Java long enough, you are surely aware of the Object::finalize() method and the concept of…
Read More » -
Kotlin
Service to Service call patterns – GKE with Anthos Service Mesh on a single cluster
This is second in a series of posts exploring service to service call patterns in some of the application runtimes…
Read More »