Cryptographic Right Answers — » Latacora
How to do cryptographic right now.
How to lookup from and insert into a HashMap efficiently in Rust?
Use
entry
function.This Exercise Will Help You To Stop Wasting Your Time
Keep activity log to know how time is spent
Google’s “Director of Engineering” Hiring Test
Analysis of Google interview questions.
Fail2ban Quick Start
- Add regex in
filter.d
- Test regex with
fail2ban-regex
. - Add jail section in
jail.local
- If the log file is too huge, truncate it first
- Restart and verify with
fail2ban-client status
Tools
Performance report which is an improvement based on flame graphs.
Bookmarks
tarpc/pre-commit at master · google/tarpc
Run rustfmt in git hooks.
dgryski/awesome-consensus: Awesome list for Paxos and friends
alex-shapiro/ditto: CRDTs for common data structures like maps, vecs, sets, text, and JSON
Replicated data structure.
graphile/postgraphile: A GraphQL API created by reflection over a PostgreSQL schema.
Distributed database which supports ACID transactions.
Simple JSON storage service for demo and PoC.
Table of the intefaces in Golang.
hendricius/the-bread-code: Learn how to master the art of baking the programmer way.