Vectorized Algorithms in Java

Learn why to use vectorization, how vectorization works in the JVM, what the Vector API is, and what vectorized algorithms in Java look like. Read all

A Multi-Gateway Payment Processing Library for Java

Check out J2Pay, an open source library designed to ease the burden of working with multiple payment gateways in your Java projects. Read all

Testing GraphQL Server in Node.js

Learn how we came up with a way to test GraphQL queries when we started using GraphQL in our Node.js project. Read all

Splitting and Merging PDFs With Python

Get started with PyPDF2, learn about splitting PDFs with Python, and learn about merging multiple PDFs together. Read all

Using Google Cloud Text-to-Speech With Java

Google Cloud recently released a new text-to-speech service. Let's take it for a test run with a Spring Boot app to see how to work with it in Java. Read all

Design Patterns in Cocos2d-x

A discussion of the Cocos2d-x framework, and several different design patterns developers can use with Cocos2d-x for behavior, structure, optimization, etc. Read all

The Types of Modern Databases

Consider the pros and cons of SQL, RDBMS, relational databases, NoSQL, and non-relational databases. Read all

Creating Immutable Sets, Lists, and Maps in Java 9

Learn how you can use JDK 9's enhancements to create immutable sets, lists, and maps using static factory methods—now usable on Collection interfaces. Read all

Azure SQL Database vs. Azure SQL Data Warehouse

This comparison of Microsoft's Azure SQL Database and Azure SQL Warehouse identifies their features and best-suited use cases. Read all

Java 9 Modules (Part 3): Directives

Let's dive into the requires, exports, opens, and provides module directives and how to use them to create effective modules using JDK 9. Read all

 

 

 

 

Top