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-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
2021-06-23 04:00
As I mentioned in Hashtag Jakarta EE #76, the Jakarta EE Platform project is in the process of determining the Java SE requirements for Jakarta EE 10. In this post, I try to shed some light… Read More
2021-06-22 04:00
Hello in this tutorial, we will understand Cookies and implement them in an Express.js application. 1. Introduction Cookies are a piece of any information sent from the server and are stored… Read More
2021-06-21 04:00
Hello in this tutorial, we will build a REST API in a Node.js environment running on an Express.js server. 1. Introduction RESTful API stands for the standard web service interface used by t… Read More
2021-06-19 12:15
A quick guide to understand primitive int representation of Stream as interface IntStream to support integer operations and with the useful examples. 1. Overview In this tutorial, We’l… Read More
2021-06-18 04:00
A quick guide on how to convert the file contents to String using Java Files api and with example programs. 1. Overview In this tutorial, you’ll learn how to convert File contents to S… Read More
2021-06-16 04:00
I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of the things I’ve been thinking about is how we have t… Read More
2021-06-15 04:00
Hello! In this tutorial, we will learn how to Sequelize ORM in Node.js Application. More specifically, we will build a RESTful application in a Node.js environment running on an Express.js s… Read More
2021-06-14 04:00
Hello! In this tutorial, we will explain the Express.js sessions. We will understand how to manage sessions in a Node.js application. HTTP is a stateless protocol and to manage sessions in a… Read More
2021-06-08 07:00
a.k.a. “How do I subclass a list element declared in my interface?” As covered by the rather awesome Ram on Baeldung, the Liskov substitution principle is important and is enforc… Read More
2021-06-08 04:00
Selenium has gone through a tremendous evolution since its introduction and that’s the reason today it is the most popular and powerful automation testing tools. The newly released Sel… Read More
2021-06-02 04:00
These days, there is a lot of excitement around 12-factor apps, microservices, and service mesh, but not so much around cloud-native data. The number of conference talks, blog posts, best pr… Read More
2021-06-01 07:00
Previously we wrote Arrow Data to a Stream. Now we shall read those data from a stream. Just like on the previous blog the we shall implement the Closeable interface. This is needed to close… Read More
2021-05-31 06:00
Make Your Mac Unstoppable! Get 5 Award-Winning Apps for Contact Management, Cyber Security, PDF Navigation, Productivity & More Hey fellow geeks, This week, on our JCG Deals store, we ha… Read More
2021-05-31 04:00
Another post about Lightweight Config, a library I’ve recently built from the ground up, after creating various versions of it in previous projects. Where previously, I’d tried t… Read More
2021-05-30 12:15
Many frameworks provide support for pagination of results that come from a database. However, sometimes we need to implement this fairly common pattern. Using TDD construct the pagination lo… Read More
2021-05-27 04:00
Join us in celebrating a new release of Jakarta EE! The Jakarta EE Working Group Releases Jakarta EE 9.1 as Industry Continues to Embrace Open Source Enterprise Java! Jakarta EE 9.1 adds sup… Read More
2021-05-26 07:00
Hello in this tutorial, we will understand how to serve static files on an Express.js server. There are two ways to serve static files in express: Serving a single file through the HTTP resp… Read More
2021-05-26 04:00
Hello in this tutorial, we will understand how to handle routing in a Node.js application running on an Express.js server. 1. Introduction To set up Node.js on windows you will need to downl… Read More
2021-05-25 04:03
Hello, This time a new release of JMetro. This new version features bug fixes, tweaks to visual styles, structural changes and changes to the way JMetro is distributed and published. Read on… Read More
2021-05-23 12:15
Previously we went to create some schemas on Arrow.  On this blog we will have a look on writing through streaming API. Based on the previous post’s Schema we shall create a DTO f… Read More
2021-05-21 04:00
If I look at recent projects, I’ve used various forms of Git, a few variations on Jenkins, and the leading repository services – Artifactory and Nexus. In general, most of my rec… Read More
2021-05-20 04:00
Shall we use Jenkins or CodeBuild? The eternal question. On the one hand, Jenkins allows you define builds and pipelines inside your repository, on the other hand, a Jenkins server is someth… Read More
2021-05-18 04:00
As I move between clients, I’m building a playbook of tools I like to have/make in order to help manage the environment. While I remember how a tool needs to be made, each environment… Read More
2021-05-15 04:00
Introduction JUnit 5 has a lot of underutilized features. Developers have learned how to use JUnit 4, and they utilize the same feature set when using JUnit5. The sexy DisplayName annotation… Read More
2021-05-14 04:00
Syslog. You’ve probably heard about that, especially if you are into monitoring or security. Syslog is perceived to be the common, unified way that systems can send logs to other syste… Read More
2021-05-12 07:00
 Json Patch and Json Merge Patch both do one job well – a way to represent a change to a source json structure.   Json Patch does it as a series of operations which tran… Read More
2021-05-12 04:00
Are you working for an enterprise that utilizes outdated software? Old software, or legacy systems, pose threats to businesses looking to streamline processes, cut costs, and stay innovative… Read More
2021-05-11 04:00
Imagine going down to your local milkshake bar and signing a contract with the owner so that you could purchase bespoke drinks at a set price. Let’s say you agreed on fresh milk with 3… Read More
2021-05-10 04:00
Bulk (or batch) operations are used to perform an action on more than one resource in single request. This can help reduce networking overhead. For network performance it is usually better t… Read More
2021-05-05 04:00
It’s been a while since I’ve blogged, and just like other posts in the past, this one is meant as a way to dig into something and for me to catalog my own thoughts for later. Whi… Read More
2021-05-01 04:00
A quick guide on how to read the file in older java and new JDK 8 version with example programs. 1. Overview In this tutorial, We’ll learn how to read a file line by line in java and p… 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

×