Skip to main content

Cryptogrammar

Mathematics Meets Onchain Markets

Latest

RESEARCH

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...
RESEARCH

Life and Human Behaviour as a Fractal

What if we imagine life and human behaviour as fractal patterns—self-similar structures repeating at different scales and use it to change? Hold on, hold on...
EDITORIAL

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 si...
EXPLAINERS

How to Track the Internet with Shodan API

Shodan is a search engine for Internet-connected devices. Unlike traditional search engines that index websites, Shodan indexes devices, services, and infrastructure exposed to the internet. This tuto...
EXPLAINERS

Edit a POD

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

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...
EXPLAINERS

Node Affinity

nodeSelector provides a very simple way to constrain pods to nodes with particular labels.
EXPLAINERS

Node Selection

You have different kinds of workloads running in your cluster.
EXPLAINERS

Resources

The Scheduler that decides which node a part goes to.
EXPLAINERS

Scheduling

A scheduler takes care of placing new pods onto nodes within the cluster.
EXPLAINERS

Secrets

  • Convert your secret data to a base-64 representation
EXPLAINERS

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.
EXPLAINERS

Services

Single-point entry to access one/more pods because
EXPLAINERS

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.
RESEARCH

Research

Cryptogrammar research documents market dynamics, execution mechanics, and infrastructure challenges that institutional traders face. Each piece combines theory with real-world data from live trading ...