Bits8Byte

Bits8Byte

Follow
Follow
homeJavaCucumberbadges

Grasping Reactive Programming in Java: A Basic Guide with Reactor

Dec 7, 20234 min read

The Reactor is an implementation of the reactive programming paradigm. Reactive programming is an asynchronous programming paradigm concerned with...

Grasping Reactive Programming in Java: A Basic Guide with Reactor

Upgrading to JUnit 5 with Cucumber 7: Reasons to Consider

Jul 7, 20234 min read

As a software developer, testing is an essential part of ensuring the quality and reliability of our applications. With the latest versions of JUnit...

Upgrading to JUnit 5 with Cucumber 7: Reasons to Consider

Java Threads & Concurrency API: Part 2

Aug 13, 20212 min read

ExecutorService Creating Threads with ExecutorService In Part I of this article, we discussed what threads are in Java, how to create them, the...

Java Threads & Concurrency API: Part 2

Java Threads & Concurrency API — Part I

Jul 12, 20213 min read

What is a Thread? Thread is the smallest unit of execution that can be scheduled by the OS. What is a Task? A task is a single unit of work performed...

Java Threads & Concurrency API — Part I

How to Become Dispensable at Work: A Goal to Consider?

Jun 27, 20213 min read

Regardless of the industry you work in, how frequently have you been acknowledged for your contributions because you are the only team member with...

How to Become Dispensable at Work: A Goal to Consider?

Lambda Expression with Primitive Types in Java: Performance Impact?

Jun 18, 20212 min read

A significant feature introduced for developers in Java 8+ is the language-level support for lambda expressions. When using lambda expressions, we aim...

Lambda Expression with Primitive Types in Java: Performance Impact?