Getting Started With Batch Processing Using Apache Flink

If you've been following software development news recently you probably heard about the new project called Apache Flink. I've already written about it a bit... Read all

Connecting to ODBC Data Sources in Google Apps Script

This article shows how to use the SQL Broker to access ODBC data sources from Google Apps Script.... Read all

SQL Performance Tuning: Query Optimization 101

Read all

52 Cloud Terms You Need to Know

This cloud terminology will tell you what you need to know, whether you're interested in cloud native development, serverless architecture, or design patterns. Read all

Updating InnoDB Table Statistics Manually

Learn how to fix the cardinality of tables in InnoDB manually using a manual statistics update trick. Read all

An Intro to Realtime APIs Using Pushpin

We take a look at an open source application that allows developers to integrate APIs into their web applications that can deliver realtime push notifications. Read all

An Introduction to JAX-RS Annotations (Part 1)

JAX-RS is an important part of Java EE when it comes to developing RESTful web services. Let's start with some simple annotations and how to apply them. Read all

Data Analysis Using Apache Hive and Apache Pig

Learn about loading and storing data with Pig, which is used for the ETL data pipeline and iterative processing and Hive, an open-source data warehouse system. Read all

5 Docker Logging Best Practices

Here we examine various logging architectures to consider when setting up logging for microservices and Docker containers, from app-based logging to sidecars. Read all

Testing REST APIs With Hoverfly

Learn about a tool that can make the critical task of testing your REST APIs and even calls between microservices a little easier. Read all

 

 

 

 

Top