Can Static Analysis replace Code Reviews?

In my last post, I explained how to do code reviews properly. I recommended taking advantage of static analysis tools like Findbugs, PMD, Klocwork or Fortify to... Read all

Service Injection in Doctrine DBAL Type

When you think of a Doctrine 2 DBAL Type you think of an atomic thing, but how can you work programmatically on this type without defining an event? A DBAL Type... Read all

Understanding TCP/IP Network Stack & Writing Network Apps

We cannot imagine Internet service without TCP/IP. All Internet services we have developed and used at NHN are based on a solid basis, TCP/IP. Understanding how... Read all

Spring Tool Suite (STS) and Groovy/Grails Tool Suite (GGTS) 3.0.0 releases

We are proud to announce that the newest major release of our Eclipse-based developer tooling is now available. This is a major release not only in terms of new... Read all

Tools for Renaming the Package of a Dependency with Maven

If you need to rename the Java package of a 3rd party library, e.g. to include it directly in your project while avoiding possible conflicts, you can use one of... Read all

We’re not Japanese and we don’t build cars

In 1979 a group of western dignitaries visited Japan to learn more about the manufacturing models that had been applied to great success. Konosuke Matsushita,... Read all

How to Run a MySQL Database in a Docker Container

Learn to set up a containerized MySQL database with Docker, including steps for running, accessing, connecting from your host, and cleaning up the container. Read all

Right-Sizing GPU and CPU Resources for Training and Inferencing Using Kubernetes

Learn how to harness advances in Kubernetes to optimize resource allocation by prioritizing workloads dynamically and efficiently based on need. Read all

Network Guardians: Crafting a Spring Boot-Driven Anomaly Detection System

This article series will take you through the process of developing a network anomaly detection system using the Spring Boot framework in a robust manner. Read all

Why Haven’t You Upgraded to HTTP/2?

Let’s understand more about the benefits of upgrading to HTTP/2 and how it can impact consumers of your application or service. Read all

 

 

 

 

Top