×

Blog

Topic: devops

Golang race detection

Neven Miculinić on 21 Mar 2019

Race conditions are pretty nasty bugs. Hard to trace, reproduce and isolate; often occurring under unusual circumstances and often lead to hard to debug issues. Thus it’s best to prevent & detect them early. Thankfully, there’s a production-ready algorithm to tackle the challenge - ThreadSanitizer v2, a battle proven library for compiler support in Go, Rust, C & C++.

Read more

Pragmatic tracing

Neven Miculinić on 21 Nov 2018

A distributed system is one in which the failure of a computer you didn't even know existed can render your own computer unusable - Leslie Lamport

Read more

Migrating your self-hosted Elasticsearch to AWS Elasticsearch Service - a detailed guide

Daniel Romić on 30 Oct 2018

An in-depth guide for migrating your self-hosted Elasticsearch to AWS Elasticsearch Service.

Read more

Cut bake and pack - Build machine images with Docker apps using Hashicorp Packer

Daniel Romić on 07 Oct 2018

Heard of Hashicorp's Packer? Here we take a quick dive in building an Ubuntu image with Docker apps within.

Read more

Are you a truth seeker?

Daniel Romić on 13 Aug 2018

Establishing a truthful auditing is a challenge worth considering.

Read more

Let me tell you a secret

Jasna Benčić on 13 Jul 2018

They always use Alice and Bob in technical examples. We’ll use Anna and George as fictional characters in our article where we put an emphasis on the secure way of sharing data between team members.

Read more

Kraken was bought by Google

Jasna Benčić on 28 May 2018

Yup, we gotta pack and head to the Google’s headquarters now…

Read more

How well does your vacuumer vacuum?

Daniel Romić on 23 Apr 2018

Monitor your PostgreSQL autovacuum settings and performance on Grafana.

Read more

Transforming and sending Nginx log data to Elasticsearch using Filebeat and Logstash - Part 2

Daniel Romić on 23 Feb 2018

We continue log data transformation by focusing on Logstash configuration, potential basic obstacles, data enrichment and differentiating indexes

Read more

Transforming and sending Nginx log data to Elasticsearch using Filebeat and Logstash - Part 1

Daniel Romić on 29 Jan 2018

In this post we show how to transform your log files using Filebeat and Logstash and show a lifecycle of a log file in such ecosystem

Read more
Page 1 of 2