In this article, we discuss how to use the Java EE Security API (Jakarta Security) on Tomcat and the Payara Platform in order to better handle user-authentication. Read all
A software architect discusses the idea of chaos testing, why building a microservices architecture with failure in mind is important, and more. Read all
Immutability means it is difficult to make changes without collusion — not that data is unchangeable. Let's take a closer look at blockchain immutability. Read all
In this post, we take a closer look at the best practices for securely building chatbots, including end-to-end encryption, authentication, and more. Read all
A software developer takes us through the processes fellow application developers need to follow to properly secure mobile applications and their APIs. Read all
In this performance testing tutorial, you'll learn how to reliably perform service stubbing in load testing using JMeter with Docker containers in the cloud. Read all
In this tutorial, we take a look at how to securely build a web app with Spring Boot and React, focusing on OAuth 2.0, saving user data, and adding images. Read all
Automated testing, as part of DevOps, saves money in developer time and number of defects in the application. Read real-world examples from industry executives. Read all
A backend dev gives a tutorial on how to use Spring Security to implement user impersonation protocols, allowing you to securely access user accounts. Read all
Learn about how to use these software testing patterns for writing code that can be tested without mocks like test doubles, DI frameworks, or end-to-end tests. Read all
Check out how using keystores can help you access and load test your secure websites with multiple client-side and server-side certicficates with JMeter. Read all