News

Amazon Beanstalk makes it incredibly easy to deploy RESTful APIs written in Jakarta EE, or HTML-based applications written in Spring Web. Those steps are as follows: In less than five minutes you can ...
One of the Java platform’s enduring strengths has always been its ecosystem. Since the early days of the JVM, the classpath has served as an unsung hero, enabling seamless integration of libraries ...
The Kubernetes interview questions that follow go beyond the typical rudimentary inquiries, such as “What is a pod?” and “What is a service?” This article assumes that you can answer those questions.
A Scrum master is expected to both serve and lead their team. Here are five servant leader examples from Scrum.
In this article, we're going to examine the JVM bytecode set, disassemble some code to see how it works, and play with some tools that allow us to manipulate bytecode directly.
The 5 principles of Agile project management apply beyond software development. Here's how they distill down to five basic themes for use in any project.
For those looking for a simple Maven repository to use, the choice often comes down to Nexus or Artifactory. In this Artifactory tutorial, we take a look at how to install the JFrog product, along ...
Looking to use an open source general-purpose database? This extensive comparison of MySQL vs. PostgreSQL explores the strengths and weaknesses of each.
Use a consistent set of naming conventions when you write code and your software will be easier to manage, debug, troubleshoot and maintain.
The reverse proxy then forwards the request to that server, allows the request to be processed, obtains a response from that backend server, and then send the response back to the client. An Nginx ...
The difference between Pascal case and camel case is minor, but not knowing your variable naming conventions can land you outside of code compliance.