Applying New JDK 11 String Methods

A tutorial demonstrates how to use six new String methods in JDK11, including sample code and instructions that will make tasks related to Java Strings easier. Read all

How to Write Your First AWS Lambda Function

If you've heard about AWS Lambda functions but haven't yet created your own, this tutorial will show you everything you need to know to start creating your own. Read all

JDK 11: Beginning of the End for Java Serialization?

Are big changes afoot with JDK 11? See what's on the horizon with Java 11 and how you can prepare for those pending changes to serialization. Read all

Sending HTTP and HTTPS Requests Using Groovy in JMeter

In this tutorial, you'll learn the steps of to use Groovy and Apache JMeter to send HTTP and HTTPS requests for your load and performance testing. Read all

The Go Developer's Quickstart Guide to Rust

A developer who primarily works in Go explores the world of Rust and beings by looking at the parts of Rust that operate similarly to pieces of Golang. Read all

Ignoring Exceptions in Java

A Java developer demonstrates how to programmatically ignoring check exceptions in your Java code, discusses why this is important, and gives some libraries. Read all

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

 

 

 

 

Top