Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Java Code Geeks programming Blog  > 

Java Code Geeks Blog


javacodegeeks.com
Java 2 Java developers resource center, Java tutorials, Java news, Java How-To and more
2021-09-12 12:15
JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known as Jupiter) contains many exciting innovations, including support for new feat… Read More
2021-09-10 07:00
Introduction In this article, I will demonstrate how to create and deploy a service with Cloud Run for Anthos. You can go through my previous article to understand the basics of Cloud Run fo… Read More
2021-09-10 04:00
Introduction The word serverless took the world by storm. Let’s talk a bit about this concept called serverless. We all know serverless means running a piece of code on cloud without w… Read More
2021-09-05 12:15
Logging is an inevitable part of debugging. Well, at least in modern high-level programming languages and architectures. It wasn’t thirty years ago, in Assembly, but it is now. Sometim… Read More
2021-09-02 04:00
Java 16 introduces a new Stream.mapMulti method which allows you to replace elements in a stream with multiple elements. The example below shows how you can use mapMulti to replace each stri… Read More
2021-09-01 04:00
Since Reactor has taken over the Java world it was inevitable the a reactive sql library would be there.In this blog we shall use r2dbc with h2 and reactor. We shall start with the dependenc… Read More
2021-08-31 04:00
Ever since the start of the digital revolution, we have witnessed the utmost requirement of storing data effectively and efficiently. Data is the lifeblood of business solutions and having a… Read More
2021-08-30 04:00
Grpc is a high performance, open source universal RPC framework.There are various benefits for using gRPC. It simplifies development by providing client/server codeIt supports multiple langu… Read More
2021-08-25 04:00
I have been exploring Google Cloud Build recently and this post is a simple introduction to this product. You can think of it as a tool that enables automation of deployments. This post thou… Read More
2021-08-24 04:00
The latest Python version has become increasingly common among users since its addition to Ubuntu 21.04 a couple of months ago. That gives developers plenty of reason to start using it in th… Read More
2021-08-23 04:01
A rebuttal of points raised in this article by James O Coplien. It’s worth noting that James O Coplien is a well respected father of modern software engineering, so it’s odd to b… Read More
2021-08-22 12:15
I present now the case against CI/CD: It’s expensive to set up CI/CD pipelines, and the cost of doing so is not paid backIt’s expensive to maintain CI/CD pipelines so they keep w… Read More
2021-08-20 04:00
When we talk about automation, one of the tools that comes first to our mind is Selenium. We all know that the Selenium WebDriver is a remarkable tool for web automation. The primary reason… Read More
2021-08-15 12:14
Making constructors pre-process the arguments before encapsulating them seems to be bad practice. However, very often it’s necessary to do exactly that: perform some manipulations with… Read More
2021-08-11 04:00
This post uses Tensorflow with Keras API for a classification problem of predicting diabetes based on a feed-forward neural network also known as multilayer perceptron and uses Pima Indians… Read More
2021-08-02 04:00
 Faker is an Open Source Python package that generates synthetic data that could be used for many things such as populating a database, do load testing or anonymize production data for… Read More
2021-07-26 06:00
Start Your Data Science Journey with 7 Courses & 23.5 Hours of Content on SQL — Retrieve, Analyze, Manipulate Data and More! Hey fellow geeks, This week, on our JCG Deals store, we… Read More
2021-07-22 04:00
Hello. In this tutorial, we will implement a Node.js JWT (JSON Web Token) to protect the application endpoints from unauthorized access. The Node.js framework is commonly used to create serv… Read More
2021-07-21 04:00
Hello. In this tutorial, we will create a simple node.js application and perform the CRUD operations with the MongoDB. The node.js framework is commonly used to create server-based applicati… Read More
2021-07-20 04:00
Apache Camel 3.11 has just been released. This is a LTS release which will be supported for 1 year with regular patch and security releases. This blog post first details the noteworthy chang… Read More
2021-07-18 12:15
In Java, we often have framework support for importing settings from the file system of our application. If we’re lucky, and we often are, these settings can be customised and overridd… Read More
2021-07-17 12:15
When our software outputs JSON, it can be hard to test. Consider this code: 1 2 assertThat(someJson)    .isEqualTo(expectedJson); Assuming the rendering of the resulting json… Read More
2021-07-15 04:00
One of the advanced mesh constructs or topologies are multi mesh or cross mesh designs that aids in inter-cluster communication. With such a topology, each cluster will implement its own mes… Read More
2021-07-11 12:15
In this post we will learn how we can use Kotlin extension functions to provide a simple and elegant type conversion mechanism. Maybe you have used Apache Sling before. In this case, you are… Read More
2021-07-10 12:15
If you’ve worked with Go before, you’ve probably seen this runtime error. 1 panic: runtime error: invalid memory address or nil pointer dereference The current solution is checki… Read More
2021-07-09 04:00
Hello. In this tutorial, we will create a simple node.js web server and handle the HTTP requests. The node.js framework is commonly used to create server-based applications which are further… Read More
2021-07-08 04:00
 In my career I have noticed that often organizations are reluctant on providing Engineering teams with licenses for software to draw diagrams. In the best case scenarios MS Visio is us… Read More
2021-06-30 07:00
Previously we had an introduction on the BigQuery Storage API and we proceeded reading data using the Arrow format. In this tutorial we shall read Data using the Avro format. What applied on… Read More
2021-06-29 04:00
Hello! In this tutorial, we will learn about Express.js File Upload. More specifically, we will handle the file upload in the node.js application. To perform the file upload we will use a si… Read More
2021-06-28 06:00
Be an In-Demand, Tech Professional in the Ever-Growing IT Field with 41 Hours of Content on IoT, Java, Robotics, Data Science & More Hey fellow geeks, This week, on our JCG Deals store… Read More
2021-06-28 04:00
In an earlier post about idempotency and safety of HTTP methods we learned that idempotency is a positive API feature. It helps making an API more fault-tolerant as a client can safely retry… Read More
2021-06-25 04:00
Previously we had an introduction on the BigQuery Storage API. As explained the storage API of BigQuery supports two formats. For this tutorial we will choose the Arrow Format. First let&rsq&hell…Read More

Share the post

Java Code Geeks

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×