Categories

conference

Highlights from New Relic’s Roadmap Showcase

2 minute read

At a recent New Relic business meeting, I had the opportunity to see a preview of their upcoming features and long-term vision. The roadmap was packed with i...

AMAZON QLDB

2 minute read

Deprecated — Amazon QLDB was retired by AWS in July 2025. This post remains for historical reference and may contain outdated APIs/links. Consider alte...

Back to Top ↑

best-practices

Merge Request Best Practices

6 minute read

Overview This is a living document to be used as a reference to the agreed-upon best practices to follow when creating or reviewing a Merge Request (MR).

General Coding Best Practices

2 minute read

Writing clean, maintainable, and scalable code is a critical skill for every engineer. Below are best practices that can help you and your team build reliabl...

Java Coding Best Practices

4 minute read

Here are a few Java Coding Best Practices that I have learned over the years.

Back to Top ↑

faith

Back to Top ↑

kafka

Back to Top ↑

case-study

Back to Top ↑

architecture

Designing a Scalable Webhook Delivery System

8 minute read

Webhooks are a critical integration pattern for modern SaaS platforms. They allow us to notify downstream services and partners in near real-time whenever im...

Back to Top ↑

remote-work

Back to Top ↑

walkthrough

Onboarding Dgraph: A Local GraphQL Walkthrough

5 minute read

Dgraph is a distributed, fast, and highly scalable graph database designed for efficient storage and querying of connected data. Unlike traditional relationa...

Back to Top ↑