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-05-10 08:00
Hello. In this tutorial, we will take a look at implementing the url shortener in the nodejs application with the help of mongodb. I will be using the mlab portal for creating and managing t… Read More
2022-05-09 06:02
Boost Your Earning Potential in Just One Hour with this Crash Course in AWS Cloud Practitioner & Technical Essentials Hey fellow geeks, This week, on our JCG Deals store, we have another… Read More
2022-05-06 04:00
Overview We may choose to use a queue to link parts of our process together. There are a few reasons for that: Delay non-urgent processing until laterAttempt to guarantee the execution of an… Read More
2022-05-05 06:00
Crypto traders who are considering creating their own trading bots or customizing existing trading bots regularly ask which coding language is best for algorithmic trading. The answer is alw… Read More
2022-05-05 04:00
Why Do I Have To Have A Function? function giveBonus(currentYear, price) { if ((currentYear % 4 === 0) && price > SUPER_THRESHOLD) { return SUPER_BONUS; } return price > BASIC_… Read More
2022-05-03 09:34
If you want to call Google Cloud Services using a Java based codebase, then broadly there are two approaches to incorporating the client libraries in your code — the first, let’s… Read More
2022-04-30 12:30
Workflows templates are out-of-the-box flows and automations that you can add and start using right away. Each template provides a specific and real world solution. In this blog post you wil… Read More
2022-04-29 04:00
My view on version numbering is that we should take the build time and git SHA of our code and pass it through to the build as a version identifier. Then we can easily look at any stamped ve… Read More
2022-04-28 08:00
Hello. In this tutorial, we will understand and see a practical implementation of the HTTP POST Request with Axios in the express js application. 1. Introduction Axios is a promise-based HTT… Read More
2022-04-28 04:00
I’ve written a couple of articles about AWS Lambda I showed how to use Hibernate in AWS Lambdas over on BaeldungI also showed a full alternative to Spring for an enterprise-grade set u… Read More
2022-04-26 04:06
Angular is a modern, actively maintained, open-source enterprise solution backed by Google and the community. Angular components and directives are basically the building blocks of an Angula… Read More
2022-04-25 04:00
No matter how advanced your automation technology is, anti-patterns represent standard bad practices, code smells, and pitfalls. In this case, when creating automated tests, teams can experi… Read More
2022-04-22 04:00
When you create a product, you naturally want as many people as possible to use it. However, some people have to be enabled to use it first, namely by making the product accessible and barri… Read More
2022-04-19 08:37
I’ve written before about a function that essentially does two different versions of the same thing. It’s sort of cute to think that we can pass a boolean into a function to… Read More
2022-04-17 12:15
Tree-sitter queries allow you to search for patterns in syntax trees, much like a regex would, in text. Combine that with some Rust glue to write simple, custom linters. Tree-sitter syntax t… Read More
2022-04-16 12:15
Allow me to share with you one of my favourite refactorings. This comment in the code indicates a missing extract method refactor A simple example: const customer = getCustomer(); // find th… Read More
2022-04-15 10:09
What makes this post annoying is that we’ve suffered from a slow Lambda cold start for a very long time, and the solution was literally a few seconds’ work. I’ve written be… Read More
2022-04-13 12:51
I’ve written before about the weirdness of TypeScript and instance functions of classes. To summarise. Let’s say we’re using map on an array of strings, and we therefore ne… Read More
2022-04-12 07:40
Hello. In this tutorial, we will understand how to a template engine in a simple express.js application. 1. Introduction The template engine in the express js application helps to use the st… Read More
2022-04-11 06:00
Step Up Your Game as a Full Stack Developer & Deliver Finished Applications with 62 Hours of Content on How to Use Vue JS, Docker, Angular, React, and More Hey fellow geeks, This week, o… Read More
2022-04-07 16:00
Sometimes we have some data and we need to draw some conclusions about it. E.g. const customer = { tier: GOLD, points: 12345, }; ... // meanwhile in the business logic // shall we give the c… Read More
2022-04-07 10:00
When writing software we need to leave important information behind. Some of this is the “documentation” of the code, JavaDoc etc. I can assure you that this sort of annotation i… Read More
2022-04-06 19:00
Automation testing, artificial intelligence in testing, machine learning … Technology advancements have always instilled a small fear among humans. On one side, it accelerates the wor… Read More
2022-04-06 10:23
When working with Kubernetes, it is not rare to need to access a Kubernetes internal resource. While you can bridge a lot of things, you can also need to run an image from Kubernetes environ… Read More
2022-04-05 04:00
I am currently getting back to coding in Java + Spring after about 8 years. In the last 8 years, the time I spent on coding has gone significantly as I am now into leadership roles that take… Read More
2022-04-04 06:00
Keep Up with Current Technology Trends & Learn the Basics of Front-End Web Development with This 12-Week Practical Course Hey fellow geeks, This week, on our JCG Deals store, we have ano… Read More
2022-04-04 04:00
Docs as Code It is the first step to the right direction The approach to treating your documentation the same way as program code is a step in the right direction, but it is far from state-o… Read More
2022-04-01 04:00
Docker compose is often used to run locally a development stack. Even if I would recommend to use minikube/microk8s/…​ + Yupiik Bundlebee, it is a valid option to get started qu… Read More
2022-03-31 04:00
You are asking yourself, so, we can sense raw data, create sequences, detect behaviours and create self-organising networks. They can be recursive in nature and provide depth and many other… Read More
2022-03-29 08:00
Hello. In this tutorial, we will understand how to implement a simple rate-limiting in a simple nodejs application using express. 1. Introduction With the increase in digital security, there… Read More
2022-03-27 12:15
Enterprises today look at a feature delivery schedule of 2-3 days or even on the same day, from wanting delivery within a year, a month, or a week. The advent of software automated testing a… Read More
2022-03-23 05:00
Thus begins the real first article in my new Movie Database App series. Today, we’ll start looking at how I’m working with the IMDb API. Keep in mind it’s still a work in p… Read More
2022-03-13 13:15
For some optimization problems it may take minutes or even hours before an acceptable solution is found. The world, however, will not wait until the computation is finished. What if an emplo… Read More
2022-03-09 05:00
In the field of App Testing, QA managers and other senior testing professionals must implement different test management approaches such as Test monitoring and control to ensure that the tes… Read More
2022-03-05 13:15
In the present world that we live in, the software is a vital component. As users, we interact with an ever-increasing amount of software every day. The wheels of innovation are constan… Read More
2022-03-03 05:00
A word of thanks I have recently been awarded the Vaadin Community Award for my talks and publications on the Vaadin framework, as well as my community support on Stack Overflow and the Vaad… Read More
2022-02-28 07:00
Enter the World of Coding & Programming with 60+ Hours of Content on Java, Oracle, Apache Maven, and More! Hey fellow geeks, This week, on our JCG Deals store, we have another extreme of… Read More
2022-02-26 13:15
In this article, we will show you what is on demand testing and why we need it. Amazon is one of the developers who creates and releases these apps, which range from small startups to huge b… Read More
2022-02-23 05:00
With the increasing adoption of Java 17 and its strict encapsulation, several unmaintained libraries that rely on internal JVM APIs have stopped working. One of these libraries is cglib, the… Read More
2022-02-22 05:00
For frontend development, Browsersync is a helpful tool that reduces the turnaround time to a minimum while coding. While serving local files and listening to changes it can also proxy your… Read More
2022-02-21 07:00
This Immersive, Multi-Faceted Programming Education (80+ Hours) Will Push You to the Top of the Job Market Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer… Read More
2022-02-20 13:15
We recently upgraded to the latest version of SpotBugs, which is the successor to FindBugs. Its role is to identify risky areas of code and flag them up. We also use Sonar, which recently st… 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

×