TIL: 25th July 2023 — OWASP SAMM model for secure software development life cycle
Today I learned about the OWASP Software Assurance Maturity Model and how it helps build a roadmap towards a better Secure Software Development Life Cycle
TIL: 23rd July 2023
Today I learned about how "tokio::select!" branches never run simultaneously and how very easy it is to do tracing instrumentation in Rust
TIL: 20th July 2023 — scaling architecture conversationally
Today I learned about architecture advisory process and how to guide the architectural decisions in a conversational way
TIL: 19th July 2023
Today I learned about the Go context's intention to going across the process boundaries, async/await futures in Rust being clever state machines and most cats having the same blood group
TIL: 18th July 2023 — reader limiting in Go
Today I learned about the reader stream limiting in Go and its different use cases through the "io" and "http" standard library modules