KanjiSensei
KanjiSensei is a Chrome web extension to learn Kanji while browsing the web.
A blog with concise & opinionated posts about development, data science, business & management.
KanjiSensei is a Chrome web extension to learn Kanji while browsing the web.
A simple website scraper using temporal.io and where to go from there.
Python API template with an hexagonal architecture using:
CQRS is an architectural pattern that separates read and write operations into separate models. By optimizing each model for its specific responsibilities, it can improve the performance and scalability of complex systems.
Domain Driven Design (DDD) is an approach to software development that emphasizes understanding and modeling the domain of the problem being solved. It involves collaboration between domain experts, software developers, and stakeholders to build software systems that accurately reflect the needs of the business.
Event sourcing is an approach to software development where every action that changes the state of a system is captured as an immutable event and stored in an event log. By replaying these events, the system's state can be reconstructed at any point in time, providing a complete audit trail of all changes and enabling advanced features.
Let's create an API controlling a Plane able to:
Quick overview of Rust smart pointers Box, Rc, RefCell, Cow, Arc, Mutex & RwLock.
Rust template with multiple libraries and multiple binaries within a workspace. For each crate, opinionated logging is setup.
The technical books in my library, some are classics that could be helpful to some of you ;).
Here are my go-to tools & libraries for Python.