排序
Parallel Testing: The Essential Guide
Parallel Testing: The Essential Guide, Parallel Testing: The Essential Guide With more and more software engineering teams gravitating to the CI/CD model, the onus to reduce the ti...
From Python to Java: Using JShell
From Python to Java: Using JShell, From Python to Java (2 Part Series) 1 From Python to Java: Comprehensions and Streams 2 From Python to Java: Using JShell For most of my career, ...
Why would I want to study the Java Servlet API
Why would I want to study the Java Servlet API,There’s a lot of gold in them thar hills and gold can symbolize the value of knowledge. The Java servlet service method teaches us a...
Dissertation Starts Here
Dissertation Starts Here,This week marks the beginning of my dissertation year of my MSc in Computer Science. It's a very unorthodox course as there are no lectures. No reading mat...
Le Pattern Builder et les données obligatoires
Le Pattern Builder et les données obligatoires, Introduction Dans cet article je vous propose de redécouvrir le pattern builder permettant de rendre plus lisible la création d’...
Java – Convert Word Doc or Docx to PDF
Java - Convert Word Doc or Docx to PDF,Before you send a Word document to someone else, you may consider converting the document to PDF so it looks the same on different devices an...
Minimum Operations to Make two strings Equal
Minimum Operations to Make two strings Equal,The idea behind this code is that we check for the longest common subsequence(LCS) in both the strings and once we get it, we simply su...
Groovy 4.0: 10 New Features That Make It AWESOME!
Groovy 4.0: 10 New Features That Make It AWESOME!,The latest Groovy 4.0 introduced many interesting features. In this video, I share with you my TOP 10 new features that make the l...
Upgrade your JHipster project to Java 17
Upgrade your JHipster project to Java 17, Run and deploy a JHipster project with Java 17 Created: April 5, 2022 9:38 AM Tags: java, jhipster, spring In this short article, I’ll ex...
How to create slim docker Java Images using a minimal JRE
How to create slim docker Java Images using a minimal JRE,This can be read as well here In this post, I will explain how you can create slim docker images by creating customized JR...
How to Create a Java Project with Maven
How to Create a Java Project with Maven,Maven is a popular tool for managing software projects. It can help you create, build, test, document, and deploy your app. Maven is a great...
Processing images in Java with OpenCV and Quarkus
Processing images in Java with OpenCV and Quarkus,If you are into Computer vision, you probably are familiar with OpenCV. Its an amazing library that has almost everything one need...