Databases
-
Software Development

Use the Power of your Database: XML and JSON
Today databases have a lot of functionality that is often not used by software developers because they simply not know…
Read More » -
Enterprise Java

Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices
Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…
Read More » -
Software Development

Improve database speeds by fixing slow queries
When building web applications, a great deal of optimization often occurs to speed up the flow of information from and…
Read More » -
Software Development

A guide to the InfluxDBMapper and QueryBuilder for Java Part: Into and Order
Previously we used the group by statement extensively in order to execute complex aggregation queries On this tutorial we are…
Read More » -
Software Development

Golang – The database/sql package
This post is part of a series where I do my best to organize my thoughts around Go: its paradigms…
Read More » -
Software Development

A guide to the InfluxDBMapper and QueryBuilder for Java Part: 3
Previously we executed some selection examples and aggregations against an InfluxDB database. In this tutorial we are going to check…
Read More » -
Software Development

A guide to the InfluxDBMapper and QueryBuilder for Java Part: 2
Previously we setup an influxdb instance running through docker and we also run our first InfluxDBMapper code against an influxdb…
Read More » -
Software Development

DynamoDB explained – Part 1
DynamoDB has been a bit of a buzzword recently, so after years working on relational and document databases I decided…
Read More » -
Software Development

A guide to the InfluxDBMapper and QueryBuilder for Java Part: 1
With the release of latest influxdb-java driver version came along the InfluxbMapper. To get started we need to spin up…
Read More »


