-
Core Java
Java Modules: An Introduction
Java modules were introduced in Java 9 to enhance the modularity of the Java platform. A module in Java is…
Read More » -
Software Development
How to Find the JSON Object Passed From a Streaming Action to a Helper Flow in Okta Workflows
Okta Workflows how-to guides are questions and answers from weekly community office hours, MacAdmins Workflows Slack channel, and other places. Read all other how-to…
Read More » -
Core Java
10 Popular Libraries for Java Unit and Integration Testing
Java unit testing and integration testing are both important parts of the software development process. Unit testing involves testing individual…
Read More » -
Software Development
Different Types Of Web Hosting
Web hosting refers to the service of providing server space and bandwidth to individuals or organizations to make their websites…
Read More » -
Core Java
Can threads execute different synchronized methods on same object?
In our earlier post, we learnt that when a method is synchronized only one thread will be allowed to enter…
Read More » -
Software Development
Design Patterns: Interview Questions & Answers
Design patterns are reusable solutions to common software design problems that have been tested and proven over time. They provide…
Read More » -
Web Development
RESTful Architecture Cheatsheet
1. Introduction 1.1 Definition of RESTful architecture RESTful architecture is an architectural style for building web services. It is based…
Read More » -
Software Development
Challenges of Mobile Software Testing
Mobile software testing is the process of verifying and validating mobile applications to ensure that they meet the expected quality…
Read More » -
DevOps
Getting Started With Prometheus – Installing Prometheus
Are you looking to get away from proprietary instrumentation? Are you interested in open source observability but lack the knowledge…
Read More »