Golang: Goroutine Variable Scope

Golang: Goroutine Variable Scope
Did you ever run your Go code, and you felt like something was off? Ever thought this might be related to the variable scope? Then you might be onto something!
Read more →

Website Scraping - Part 2 - Parsing HTML with NodeJS and cheerio

Hello back again! If you missed out on how to create the selector for HTML data, please check out part one of the series! Otherwise, let…
Read more →

Website Scraping - Part 1 - Fetching a website with NodeJS

You maybe might be in the same position, you want to gather some data of different objects (like financial data from different entities)…
Read more →

Functional development concepts

Functional development concepts
A practical guide on how some functional development concepts work.
Read more →

How to migrate from Sails.js to Express.js (or how to finally reach land)

How to migrate from Sails.js to Express.js (or how to finally reach land)
I used to work on a pretty large project written in Sails.js. Now, after such a long time of development the project…
Read more →