0 results found in this keyword

Kevin Kouomeu

Kevin Kouomeu

85 posts

I'm a Freelance Software Engineer working in Nantes, France 🇫🇷 . My goal is to learn in public and share what I have learned with the developers community on Java, JavaScript and DevOps technologies.

Stay in touch :

  26 Mar 2024

Why Using Private Constructors with Java in Object-Oriented Programming

This blog post will talk about why private constructors are used in modern software development....

Read More

  24 Mar 2024

Resolving java.lang.NoClassDefFoundError in Java 11+ for javax.xml.bind.JAXBException

This error commonly arises when migrating Java projects to Java 11 or later versions due to the removal of JAXB APIs in Java 11....

Read More

  21 Mar 2024

How to Read Environment Variables from Node.js

In this blog post, you will learn how to read the content of a .env file and unlock the full potential of this tool....

Read More

  19 Mar 2024

How to Run a Function on All Elements of an Object in JavaScript

In this blog post, you will learn how you can run a function on all elements of an object in Javascript...

Read More

  13 Feb 2024

Why You Need a No-args Constructor in Your JPA Entity

This short post will show you how and why you should have a no-args constructor in your JPA Entity...

Read More

  09 Feb 2024

How to Easily Install Your Self-hosted Ghost Blog with Docker on Linux Server

In this blog post I will describe in step by step, how you can install your Ghost blog instance with docker, in your own linux server....

Read More