In this article, we'll discuss various automated testing frameworks for SOM application testing and some of the basic testing involved in the end-to-end testing process.
Today, we'll see an example of how this vulnerability actually works. We'll cover Log4J library usage and see how basic inputs can cause potentially disastrous outcomes.
The purpose of this article is to help Mulesoft developers understand the procedures for enabling TLS/SSL for ActiveMQ brokers with self-signed certificates.
In this part of a series of tutorials, we're building a microservice architecture with CockroachDB writing changes in real-time to an S3 bucket in JSON format.
The second week is finally over and while I built a working DDT proof of concept. I wasn’t able to complete a fully working MVP. A proof of concept shows something working, an MVP needs to do something useful.
This article tells the history behind one of the most trending IntelliJ IDEA plugin - JPA Buddy. Also, it provides some insights about issues using JPA, Hibernate, Spring Data, etc.
When creating eCommerce websites, streaming services, messengers, etc., why do developers go for Node.js? In this post, we'll discuss the reasons for Node.js popularity.
Threading is ridiculously complex to get right, and the idea of having 5,000 background worker threads is of course madness, unless you're using Hyperlambda, at which point it's just another Saturday
Node.js is one of the most widely used technologies today as modern application development. Why consider it for backend web development in 2022? Find out here.
In this tutorial, learn how to use Object Store V2 REST APIs to dynamically update the values present in Object Store without making any changes to our code.
This is the first post in a series of tutorials to demonstrate how to easily integrate CockroachDB into your daily work. Today, we're covering docker-compose and a single node Cockroach cluster.
In this video tutorial, I will demonstrate the blue/green deployment of the Spring Boot REST API. Follow the demonstration to learn seven important steps.
In this post of our series “Stranger things in Java” - dedicated to Java insights, we will try to clarify the use of the underscore symbol "_" in Java programming.
In this article, we'll discuss common performance mistakes and anti-patterns in distributed cloud-based architectures. We'll also cover a heavy load application checklist.
In this post, we'll look at all 3 Azure hosting services and compare them against each other to determine the overall service compatibility with your project.
In this article, we'll learn how to use Kotlin-TDD to implement the TDD technique. We'll also learn how to improve the readability of our tests and reuse the same process.
In traditional unit testing, we set up our tests around edge cases. Jqwik validates against a whole range of possible inputs, making it better at catching regressions.