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
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
2022-07-11 04:00
In a previous blog post, I explained the pros and cons of using logging. In this post, we’ll explore and compare the performance of different logging solutions that approximate the rol… Read More
2022-06-20 06:00
Just Complete This Puzzle, Scan the Code, & Win Up To One Million Dollars! Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offering The 2 Milli… Read More
2022-06-17 04:00
Today while working on one of my assignments I got a requirement to perform a SUM of one column values based on a Group of columns in Tableau and being a novice to Tableau I started searchin… Read More
2022-06-15 04:04
One aspect of Apache Kafka that makes it superior to other event streaming projects is not its technical features and performance characteristics, but the ecosystem that surrounds it. The nu… Read More
2022-06-13 06:00
Your Shield Against Online Threats & A Bridge to the Internet Without Downtime and Borders Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are offe… Read More
2022-06-10 04:00
The one thing that all enterprise applications have in common, regardless of their framework, language, or communication protocols is that they produce logs, logs that are alle… Read More
2022-06-09 04:00
Reflective programming (or reflection) happens when your code changes itself on the fly. For example, a method of a class, when we call it, among other things adds a new method to the class… Read More
2022-06-06 06:01
Code Like a Pro! This Bundle Gives You 57 Hours of Hands-On Content on Python, Java, CSS, & Sass Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We ar… Read More
2022-05-30 06:00
Expand Your Digital Skills with 34 Hours of Content on Programming, Scripting, Web Development, & More with Linux and Docker Hey fellow geeks, This week, on our JCG Deals store, we have… Read More
2022-05-26 04:00
Java Virtual Machine (or JVM for short) is a platform-dependent software that allows you to execute programs written in languages like Java. Languages such as Scala and Kotlin utilize JVM fo… Read More
2022-05-17 04:00
How is a high-performance, low-latency Java application affected by the JVM version used? Every nanosecond counts for trading and other applications where messages between two different thre… Read More
2022-05-16 04:00
Software testing is a non-negotiable aspect of the software development life cycle. Setting up and moving on with software testing might be a tedious task. You or your team may feel stuck de… Read More
2022-05-11 08:00
Hello. In this tutorial, we will implement a fake SMTP server with the help of Mailhog in a nodejs application. We will use Docker to install and run Mailhog as a container. 1. Introduction… 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

×