Skip to main content

Cryptogrammar

Blockchain data & financial systems

How to Become a Good Support Engineer as a DevRel

When I first started in DevRel, I made it about me. Visibility was important, but I quickly learned that the more problems I solved, the more visible my contributions became. I used to look down on simple documentation tasks or API support in favor of complex applications, but the former often had a bigger impact on customers.

Read more →

Latest

Blockchain Data Observability: When Your Data Pipeline Goes Offline

Blockchain Data Observability: When Your Data Pipeline Goes Offline

You're running a Solana trading bot that depends on real-time, low-latency price feeds. Suddenly, your dashboard shows stale data from 5 minutes ago. Is it a network issue? An API problem? Did your application crash? Or is it just Solana's network congestion? Without proper insight into what happened or where everything went wrong, you're flying bl...

Read more →

Building a Basic Order Book in C++

Order books are fundamental data structures in trading systems. They maintain lists of buy and sell orders, match them, and provide real-time market depth information. In this article, we'll build a b...

Read more →

Edit a POD

Remember, you **CANNOT** edit specifications of an existing **POD** other than the fields below:

Read more →

Microservices

At times you may need two micro services which were developed and deployed separately to work together such as a web server and a logging service. And that is why you have multi container pods that sh...

Read more →

Security Context

SecurityContext is one option to make sure that containers and pods don't request more than what it should request in terms of process privileges.

Read more →

Taints and Tolerations

Taints and tolerations are used to set restrictions on what pods can be shared.Taints and tolerations have nothing to do with security or intrusion on a cluster.

Read more →