Three Ways to Define Functions in JavaScript

In this article, we discuss function declaration, function expression, and generator functions and when and how to use them in JavaScript. Read all

Develop ADB Shell Commands Library Appium C#

In this article, we will continue looking at ADB Shell commands and how you can add additional functionality to Appium Driver if something is not native. Read all

When to Use JSR 305 for Nullability in Java

Check out this post on when to use JSR 305 for nullability in your Java applications — despite being the de-facto standard, it has many problems. Read all

Learn How to Use SQL Server With Node.js

In this article, we discuss how to use SQL Server with Node.js. We walk you through every part of the process starting from installation and ending with a demo application. Read all

Handling Java Errors in Mule 4

This tutorial explains how to handle Java errors in Mule 4. Read all

A Small Microservice Developed in Scala Using Hexagonal Architecture

A software developer explores how to create HTTP REST end-points for use in a microservice application using the Scala language and Hexagonal Architecture Read all

Java Concurrency: Thread Confinement

In this blog, we are going to explore thread confinement and Java concurrency, what it means, and how we achieve it. Read all

Converting Objects to Map and Back

Check out this tutorial to learn how to convert data objects to Maps, and then back again, using the Java::Geci code generation tool. Read all

How Much Memory Does a Java Thread Take?

Check out this article to learn more about Java memory consumption and how much memory a Java thread takes in your applications. Read all

Final Keyword and JVM Memory Impact

Check out this post to learn more about using the final keyword and how it can impact JVM memory and object initialization. Read all

 

 

 

 

Top