
Kubernetes & Logging When you are running services in a Kubernetes cluster they are probably writing log statements that contain all sorts of useful information you need to have look…
Kubernetes & Logging When you are running services in a Kubernetes cluster they are probably writing log statements that contain all sorts of useful information you need to have look…
This is part 3 of the series called “Functional Java by Example” and is a cross-post from my personal blog. The example I’m evolving in each part of the series…
This is part 2 of the series called “Functional Java by Example”. The example I’m evolving in each part of the series is some kind of “feed handler” which processes…
Functional Programming (FP) is about avoiding reassigning variables, avoiding mutable data structures, avoiding state and favoring functions all-the-way. What can we learn from FP if we would apply functional techniques…
De FOSDEM update van First8. Bij First8 vinden we kennisdeling heel belangrijk en daarom doen we regelmatig bloggen, over bijvoorbeeld een leuke conferentie die we samen bezoeken. Onlangs waren Frank…
Welkom bij de First8Friday van november 2016, je terugkerende dosis Open Source inspiratie die we elke eerste vrijdag van de maand met je delen. Deze First8Friday videoblog gaat over Masters of Java 2016, ook…
Doe mee aan het First8 Open Source Survey en ontvang je eigen ‘in c<>de we trust’ T-shirt! Ben jij een Java en Open Source professional? Dan nodigen we je graag…
This will be a series of articles revolving around unit testing where I will work through examples and exploring various aspects of the craft. This is the first installment. This…
About Payments is a platform which catalogues online payment providers and methods. It was originally build in WordPress but as the scope changed from a news site to an online…