-
JavaScript
REST API in Express.js
Hello in this tutorial, we will build a REST API in a Node.js environment running on an Express.js server. 1.…
Read More » -
Web Development
Static website generation with Java, Maven and JBake
Did you notice? Last week, we migrated the entire www.optaplanner.org website (1399 files) to build with Java and Maven, instead…
Read More » -
Core Java
Java 8 IntStream With Working Examples
A quick guide to understand primitive int representation of Stream as interface IntStream to support integer operations and with the…
Read More » -
Core Java
Java Convert File Contents to String
A quick guide on how to convert the file contents to String using Java Files api and with example programs.…
Read More » -
Enterprise Java
BigQuery Storage API: Get Started and Comparisons
BigQuery provides us with the Storage API for fast access using an rpc-based protocal. With this option you can receive…
Read More » -
Enterprise Java
Changing The Way We Use JPA
I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of…
Read More » -
Web Development
Sequelize ORM in Node.js Application
Hello! In this tutorial, we will learn how to Sequelize ORM in Node.js Application. More specifically, we will build a…
Read More » -
Software Development
The 2021 Complete Microsoft Azure Certification Prep Bundle
42 Hours of Prep Content to Fast Track Your Microsoft Azure Professional Career from Top-Rated Instructors Scott Duffy & Anand…
Read More » -
JavaScript
Express.js Sessions Tutorial
Hello! In this tutorial, we will explain the Express.js sessions. We will understand how to manage sessions in a Node.js…
Read More »