Understanding Snapshot Structures

Understanding Snapshot Structures
Problem Situation 1 While running a post service, a user reported a post at some point.By the time it was checked, the post had already been deleted, leaving no way to verify whether the user...
0 Read More

Code Mind, Beginners Mind

“If your mind is empty, it is always ready for anything; it is open to everything. In the beginner’s mind there are many possibilities; in the expert’s mind there are few.” — Shunryu Suzuki...
0 Read More

gRPC Communication Patterns

gRPC Communication Patterns
One of the advantages gRPC offers over REST based services is the streaming bi-directional communication. Traditional implementations which depend on REST APIs often implement Web Sockets to enable re...
0 Read More

What does 'porting' to Wasm mean?

What does 'porting' to Wasm mean?
Welcome to part 3 of our series, Porting Native Apps to the Web with WebAssembly: A Complete Guide, by DRS Software. Table of Contents Introduction Why Applications Need Porting Porting: Adap...
0 Read More