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

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

2022-11-24 05:00
CloudEvent is a way of describing events in a common way. This specification is starting to be adopted across different event producers across Cloud Providers, which over time will provide t… Read More
2022-11-20 09:00
Hello in this tutorial, we will understand the ternary operator in python programming. 1. Introduction The ternary operator is used in programming languages to return output based on a binar… Read More
2022-11-18 05:00
What is this article about? When you are working on the web or with DevOps or GitOps, you will have cases where you want to transform a JSON file to YAML. This article walks you though conve… Read More
2022-11-17 05:00
One very handy Data Structure when it comes to Redis is the GeoHash Data structure. Essentially it is a sorted set that generates a score based on the longitude and latitude. We will spin up… Read More
2022-11-15 13:00
Welcome readers, in this tutorial, we will understand how to use the useReducer hook in a react-js application. 1. Introduction React is a flexible javascript library responsible for buildin… Read More
2022-11-08 09:00
Welcome readers, in this tutorial, we will understand how to use the Context Hook in a React-js application. 1. Introduction React is a flexible javascript library responsible for building r… Read More
2022-11-07 07:00
Get Rid of Annoying Ads & Protect Your Device from Malware with This Advanced Ad Blocking App Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are o… Read More
2022-10-24 06:00
Convert All Types of Documents into a Wide Variety of Formats, Efficiently & Accurately Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offerin… Read More
2022-10-22 12:15
If you are a developer sharing your artifacts is a common task, that needs to be in place from the start. In most teams and companies a Maven repository is already setup, this repository wou… Read More
2022-10-13 04:00
Ok, I have to admit I am the kind of person who, when asked about something, tends to start replying by saying what something is not. So, let’s start this piece of writing by stressing… Read More
2022-10-04 04:00
Automated testing strengthens the continuous testing cycle by reducing human intervention, thereby reducing error frequency. Test scripts, scalable & reliable test infrastructure, and ef… Read More
2022-10-01 12:15
We are proud to announce that Lightstreamer 7.3 has been publicly released. You can download it right now from https://www.lightstreamer.com/download/ The official Docker image and the Amazo… Read More
2022-09-26 07:55
Google Cloud Deploy is a service to continuously deploy to Google Cloud Application runtimes. It has supported Google Kubernetes Engine(GKE) so far, and now is starting to support Cloud… Read More
2022-09-17 12:15
In the last few years, the advent of technologies like cloud computing, micro services, AI, IoT, among others has made the complexity of software development projects ever more challenging… Read More
2022-09-14 04:00
It often happens, especially in Java, that a few places in the method are potential exception originators. Usually, we make a large method-size try block with a single catch at the bottom. W… Read More
2022-09-11 12:15
Skaffold is a tool which handles the workflow of building, pushing and deploying container images and has the added benefit of facilitating an excellent local dev loop.  In this po… Read More
2022-08-26 04:00
java.lang.String#intern() is an interesting function in Java. When used at the right place, it has potential to reduce overall memory consumption of your application by eliminating duplicate… Read More
2022-08-16 04:00
intern() is an interesting function in java.lang.String object. intern() function eliminates duplicate string objects from the application and has potential to reduce overall memory consumpt… Read More
2022-08-15 04:00
When a Garbage Collection event runs, it spends a predominant amount of its time in the Java application layer. It also spends a certain portion of its time in the Operating System/Kernel la… Read More
2022-08-14 12:15
Today we are taking a look at Spoofax, a Language Workbench, an environment that permits quickly creating DSLs, and in this tutorial, we will show a concrete example of that. We think that a… Read More
2022-08-07 12:15
Okta Workflows how-to guides are questions and answers from weekly community office hours, MacAdmins Workflows Slack channel, and other places. Read all previous how-to g… Read More
2022-07-27 04:00
 It is easy to develop a Google Cloud Function using Java with Gradle as the build tool. It is however not so simple to test it locally. The current recommended approach to testing espe… Read More
2022-07-20 04:00
In this article we will talk about parsing log files: how it is different from parsing your average programming language and how to accomplish it. Parsing log files is a common need. Big com… Read More
2022-07-19 04:00
Test automation is a hot topic, test design isn’t. However, without appropriate test design, test automation is worthless as you will execute test cases several times without detecting… Read More
2022-07-13 04:00
When evaluating a product, a customer may see the product as special, adequate, inadequate, or awful. What is uncomfortable for product teams is they have no control over how the customer se… 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

×