Learn the differences between binary semaphores and reentrant locks and see which one is best suited in common situations
Also find me here:
Baeldung Author
Anshul Bansal
I am a full-stack JEE developer with 8 years of experience. Seasoned in technologies like Grails & Groovy, Spring, and Hibernate with various domains. You can discover my technical content here at Baeldung or on https://dev.to/smartyansh.
Here's what I've written (so far):
Redis vs MongoDB
Filed under Persistence
Learn some features offered by Redis and MongoDB and see when to use Redis or MongoDB by comparing them against each other
Distributed Performance Testing with JMeter
Filed under Testing
A quick and practical guide to distributed performance testing with JMeter.
Performing Calculations in the Database vs. the Application
Filed under Persistence, Programming
Explore the advantages and disadvantages of performing calculations in the database and application code
DAO vs Repository Patterns
Filed under Persistence, Programming
Understand the difference between the DAO and Repository patterns with a Java example.
A Guide to async-profiler
Explore async-profiler along with various profiling techniques it offers
Version Comparison in Java
Filed under Java
Explore a few ways to compare version strings in Java through various libraries
View Bytecode of a Class File in Java
Filed under Java
Explore ways to view the bytecode of a class file in Java
Spring Security With Auth0
Learn how to integration Auth0 with Spring Security
Spring Security With Okta
Filed under Spring Security
Explore Spring Security with Okta along with a minimalistic setup of the Okta developer account
Memcached vs Redis
Filed under Persistence
Learn about the similarities and differences between Memcached and Redis.
HTTP/2 in Jetty
Filed under DevOps
Learn how to configure a Jetty server-side application with HTTP/2 Push support.
Optical Character Recognition with Tesseract
Filed under Java, Programming
In this tutorial, we’ll explore Tesseract, an optical character recognition (OCR) engine, with a few examples of image-to-text processing.
Introduction to Takes
Filed under Java
Learn about Takes – an immutable and object-oriented web framework for Java