VOOZH about

URL: https://www.javacodegeeks.com/author/sayem-ahmed

⇱ MD Sayem Ahmed, Author at Java Code Geeks


  • Enterprise Java👁 Image
    MD Sayem AhmedApril 30th, 2020
    0 1,017

    Clean Code from the Trenches – Writing Executable Specifications with JUnit 5, Mockito, and AssertJ

    Executable Specifications are tests that can also serve as design specifications. They enable technical and business teams to get on…

    Read More »
  • DevOps👁 Image
    MD Sayem AhmedFebruary 18th, 2020
    0 330

    A Beginner-friendly Introduction to Kubernetes for Developers: What is Kubernetes?

    Just a few months ago, I had the chance to get my hands dirty with Kubernetes for the very first…

    Read More »
  • Core Java👁 Image
    MD Sayem AhmedJanuary 17th, 2019
    0 479

    Different States of Java Threads

    Introduction In Java, threads can have States. The Thread.State enum defines the different states that a Java thread can have.…

    Read More »
  • Core Java👁 Image
    MD Sayem AhmedJanuary 1st, 2019
    0 355

    A brief overview of the Fork/Join Framework in Java

    Introduction The Fork/Join framework is a framework to solve a problem using a concurrent divide-and-conquer approach. They were introduced to…

    Read More »
  • Core Java👁 Image
    MD Sayem AhmedMay 2nd, 2018
    0 1,524

    Java Tips: Creating a Monitoring-friendly ExecutorService

    In this article we will be extending an ExecutorService implementation with monitoring capabilities. This monitoring capability will help us to measure…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedApril 24th, 2018
    2 1,214

    JPA Tips: Avoiding the N + 1 select problem

    Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    MD Sayem AhmedNovember 2nd, 2017
    0 250

    Replacing exceptions with error notifications during input validation in Java

    In my previous article I wrote about an input validation design which replaces hard-to-maintain-and-test if-else blocks. However, as some readers pointed…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    MD Sayem AhmedMay 12th, 2017
    0 251

    Clean Code from the trenches

    Clean Code from the trenches – Validation Let’s directly start with an example. Consider a simple web service which allows…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedMarch 7th, 2017
    1 1,113

    Dealing with Java’s LocalDateTime in JPA

    A few days ago I ran into a problem while dealing with a LocalDateTime attribute in JPA. In this blog post…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close