Site overview

Getting started with EOS’s smart contracts
The first steps on writing smart contracts for EOS platform.

Avoid static initializers
Why you should avoid static initializer generation and how to do it.

Sniffit
Sniffit allows you to sniff your LAN traffic using Wireshark expressions and printing out the captured payload. You can think Sniffit as a modest Wireshark.

Understanding post increments
A deep analysis on of post-increments and its internals.

Bingrep
Bingrep allows you to find a binary expresion into a file, or files, by searching recursively in a directory tree.

Crack it, don't break it
An article where I explain symbol cracking. Yes, I invented the name :)

C++11 Benchmarks
C++11 vs its predecessors. So far: Move semantics vs Copying.