Technical

Technical

Using FaunaDB for Live Counters in deletemydata.io

When users browse the web, they want to know that the content they are reading is reliable and trustworthy. In 2009, facebook launched the “share” button for publishers which showed analytics on articles for how many times the article has been shared on facebook. This was quickly followed by twitter with their own “tweet” button in 2010. And for the next few years, several more “share” buttons popped up like one from Pinterest for “pinning”.

Read
Technical

Pull Request Template

Key thing I've been noticing more recently is that people are not conscious of the impact of their changes beyond their small realm of things. This has ripple effects on the entire team engineering wise and culturally. Every line item that says build x, ends up being build x and fix y

Read
Technical

How to deploy to GKE in Gitlab

There are multiple ways to deploy your application to GKE. Using kubctl and helm are two popular ways. This post shows how to do it.

Read
Technical

Getting started with Undertow, RESTEasy & Weld

Build a simple REST endpoint using Undertow, RESTEasy and Weld.

Read