My journey into the GIS world

Most people in software development are familiar with time-aspect of data. Data can have a certain time, like events or a certain period. By now there are good tools and libraries to handle complex issues, such as different time-zones and DST (Daylight Saving Time). And developers now know how to use those libraries and tools.Data can have geographic aspect too , besides WHEN we also have WHERE. In the last half year I had the pleasure to work with some experts on geographic data aka GIS. What I picked up (no particular order) Not just GPS Geographical coordinates are not just GPS coordinates. There are a lot of other coordinate systems and geographical systems. The X and Y coordinates usually refer to WGS84, most commonly recognizable in Google Maps or OpenStreetMap, but there are a lot of other coordinate reference systems too. GIS can be complex, but you don’t and…

Continue Reading My journey into the GIS world

Custom laptop

Time for a new laptop, as my current laptop is over five years old. Currently looking for a new laptop. I enjoy some customization, so I have gathered an overview…

Snowflake primary keys woes

In my work I have used Snowflake quite a lot. The so called Data Cloud is very popular. Getting started is easy.One of the issues I have with Snowflake, it’s…

Using OpenAPI in Scala

Modern software development is for a large part integrating with other software. To integrate with other software you use the API software you want to integrate with. An API can…

Using the Woocommerce API

If you want to host your own webshop, Woocommerce is a popular option. You can install it as plugin to WordPress. Using plugins your shop can be extended with different…

Elixer and Phoenix Liveview

A car as metaphor, and featuring yet another introduction to functional programming, yet I liked reading This is the Future of Webdev. Crazy, Right? on Elixir, and Phoenix Liveview, a…