PathFinding.js – a comprehensive path-finding library for grid based games. Here is a visual demo.
Category: Programming
A big part of my work has to do with code. I’ve worked as system administrator – installing, patching, and configuring someone else’s code. I’ve worked as independent programmer, writing code on my own. I also programmed as part of the team. And on top of that, I worked as Team Leader and Project Manager, where I had to interact a lot with programmers. Programming world on its own is as huge as the universe. There is always something to learn. When I find something worthy or something that I understand enough to write about, I share it in this category.
Comcastify.js – sometimes images just load too damned fast
Comcastify.js – sometimes images just load too damned fast
phpdotenv – Loads environment variables from .env file to getenv(), $_ENV and $_SERVER automagically
phpdotenv – Loads environment variables from .env file to getenv(), $_ENV and $_SERVER automagically
Loripsum.net – The ‘lorem ipsum’ generator that doesn’t suck
Loripsum.net – The ‘lorem ipsum’ generator that doesn’t suck. And which also has an API for you to use.
Extract, Transform, Load
I’ve been doing all kinds of data migrations and system integration for years now. But only yesterday I’ve learned that there is a very specific term linked to the process.
In computing, extract, transform, and load (ETL) refers to a process in database usage and especially in data warehousing that:
- Extracts data from outside sources
- Transforms it to fit operational needs, which can include quality levels
- Loads it into the end target (database, more specifically, operational data store, data mart, or data warehouse)
ETL systems commonly integrate data from multiple applications, typically developed and supported by different vendors or hosted on separate computer hardware. The disparate systems containing the original data are frequently managed and operated by different employees. For example a cost accounting system may combine data from payroll, sales and purchasing.
