This repository is for keeping track my reading and learning. It is also my public bookmarks. :)
- When is a dollar not a dollar
- System Design Primer
- Learn to stop using shiny new things and love mysql - Actually I'm using mostly Postgres now, but many points in this article still true.
- HAProxy intro - It is not really important if we use HAProxy or not, it is very good explaination of how load balancer work.
- ZeroMQ - Same as HAProxy, it gives very good explaination of distributed message system.
- Designing REST + JSON APIs - One of the best videos/tutorials about designing Rest API.
- Simplicity Matters
- Hammock Driven Development
- Anders Hejlsberg on Modern Compiler Construction
- Pomodoro Technique
- Functors, Applicatives, And Monads In Pictures - One of the simplest explanation of the those concepts.
- Functor and Monad in Swift - Other simple explanation of functor & monad.
- Modern OpenGL Series - Best tutorials for beginners to understand OpenGL.
- Cinder-Warping - Awesome library for warp & blend.
- Bitcoin: A Peer-to-Peer Electronic Cash System - Bitcoin Whitepaper.
- Zero to $1B: 8 Lessons Scaling a Startup
- Entity-component-System - Useful pattern for games & graphics.
- Lightning Network - Part 1, Part 2, Part 3 - Easy to understand explanation of lightning network.
- Media for Thinking the Unthinkable
- Mental Models I Find Repeatedly Useful
- Start with Patience
- Big-O Cheat Sheet
- On Being A Principal Engineer
- ...
- Estimating the chances of something that hasn’t happened yet: Magic number of three. :)
- Failure is your domain
- Resilience Engineering
- Spotify Engineering Culture - Part 1, Part 2
- Circuit Breaker
- The Bulk of Software Engineering in 2018 is Just Plumbing
- Rethinking the Hiring Process
- Spark Starter Kit
- Functional Core Imperative Core
- Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F# - Most approachable DDD book.
- Falling into the pit of success
- Functional architecture - The pits of success - Mark Seemann
- Majestic Modular Monoliths by Axel Fontaine