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-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
2021-04-24 12:15
Java Records The new Java version 16 includes a new feature: Records https://openjdk.java.net/jeps/395 “Enhance the Java programming language with records, which are classes… Read More
2021-04-16 04:00
JDK 16 comes with the incubator module jdk.incubator.vector (JEP 338) which provides a portable API for expressing vector computations. In this post we will have a quick look at this new API… Read More
2021-04-15 07:00
Istio is an open source service mesh framework that employs traffic management, security, resiliency and observability during service to service communication. The framework itself is platfo… Read More
2021-04-15 04:00
Java 16 introduces a handy new Stream.toList() method which makes it easier to convert a stream into a list. The returned list is unmodifiable and calls to any mutator method will throw an U… Read More
2021-04-14 07:00
As a founder of a security company, I’m constantly looking for open source tools to either incorporate in our offering, or get inspiration from, or provide integration with. And there… Read More
2021-04-14 04:00
I wanted to share my tips and tricks that and especially keyboard shortcuts that make me more productive when using IntelliJ IDEA. IntelliJ is my favorite IDE and a very well thought-out pro… Read More
2021-04-11 12:15
When testing code there are four ways to handle the dependencies that code has: Plug in the real thingUse a mocking frameworkUse an in-memory fake of the serviceUse a dockerised alternative… Read More
2021-04-10 12:15
In the previous post we saw baiscs about java 9 modules like, what is module, how to create module project, module descriptor file and so on. In this blog we will learn how to compile and ru… Read More
2021-04-09 04:00
This post shows how you can convert a keyed table to a hierarchical tree format in kdb+/q. This could be useful if you want to display data as a tree widget in a front-end. Consider the foll… Read More
2021-04-08 07:00
Having another pair of eyes scan your code is always useful. It’s helped me get better at writing cleaner code and spot mistakes faster. You need not be an expert to review someone&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

×