-
JavaScript
Starting with AJAX Cheatsheet
1. Introduction AJAX (Asynchronous JavaScript and XML) is a technique for building dynamic web applications that can update content on…
Read More » -
Software Development
Skills To Become the Best Software Developer
A software developer is a professional who designs, develops, and maintains software applications. They are responsible for creating programs that…
Read More » -
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 »