Learn how to run or skip Scenarios selectively in Cucumber.
Also find me here:
Baeldung Author
Sameer Srivastava
Hello! I'm Sameer, a passionate software developer who loves coding and exploring new technologies. I enjoy diving deep into the latest tech trends and applying them to practical scenarios. Currently, I work at Tesco as a Software Development Engineer II (SDE 2), where I design and develop robust software solutions. When I'm not coding, you'll find me engaging with the tech community and sharing insights on various social platforms. Feel free to connect with me to discuss technology, coding, or any exciting projects!
Here's what I've written (so far):
Baeldung on Java
- All
- Spring WebFlux (2)
- Reactive (2)
- Testing (1)
- Spring Data (1)
- Spring Boot (1)
- Java String (1)
- Gradle (1)
- Data (1)
How to Solve “java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking”
Filed under Reactive, Spring WebFlux
Learn about a common mistake that can happen while using Spring Webflux and understand how to avoid it.
Difference Between GroupId and ConsumerId in Apache Kafka
Filed under Data
Learn the difference between GroupId and ConsumerId in Apache Kafka.
String vs StringBuffer Comparison in Java
Filed under Java String
Compare String and StringBuffer classes.
How to configure Redis TTL with Spring Data Redis?
Filed under Spring Boot, Spring Data
Explore various approaches to setting Redis TTL via Spring Data Redis.
How to Resolve Spring Webflux DataBufferLimitException
Filed under Reactive, Spring WebFlux
Explore what DataBufferLimitException is and how to fix it on both the server and client sides.
How to Configure Conditional Dependencies in Gradle
Filed under Gradle
Learn how to configure conditional dependencies in a Gradle project.