RSSAmplifier

Blog

@asungur

Recent content on @asungur

asungur.comRSS feed ↗11 posts

Latest posts

Reduce Noise on Your PostgreSQL Read-Replicas

Use mechanisms like streaming delay and synchronous commit to make your read-replicas perform better.

Concurrency-Safe ULID Generation using Go Mutexes

Use native Go toolset to solve real-life concurrency challenges.

An SRE's Guide to Linux Boot Processes

A walkthrough of Linux Boot from an Ubuntu perspective to understand what goes on behind the hood.

Choosing the Right PostgreSQL Index, a Practical Guide

Comparison of commonly used index types in PostgreSQL and when to (and when not to) choose them.

About

I’m based in London.

Building Bastion

The story of building a back-end as a service hosted on your own cloud account.

Add RabbitMQ and go-cron to your DigitalOcean droplet [Part 3]

Building a simple consumer with go-cron.

Add RabbitMQ and go-cron to your DigitalOcean droplet [Part 2]

Configuring RabbitMQ.

Add RabbitMQ and go-cron to your DigitalOcean droplet [Part 1]

Setup your own message queue and cron-job on your DigitalOcean droplet.

Build your own Domain-Specific Language with Ruby

Notes on how DSL works with Ruby.

A Comparative Guide to JavaScript Object Creation Patterns

Comparison and principles of the four most common patterns.