A compilation of resources, guides, and tools that I frequently use or reference. These cover everything from Git workflows to design patterns.
Git Resources
| Resource | Description |
|---|---|
| Conventional Commits Guide | A guide to understanding the importance and methodology of using conventional commits. |
| Git Branching Naming Convention | A detailed guide to naming branch conventions in Git. |
| A Successful Git Branching Model | An exploration of a successful branching model for managing larger projects. |
Data Engineering Resources
| Resource | Description |
|---|---|
| Data Engineering Zoomcamp | Free self-paced course to learn Data Engineering. |
| Awesome Data Engineering | A curated list of awesome data engineering tools, frameworks, and readings. |
| Data Engineer Handbook | Comprehensive resource for starting out in data engineering. |
Python Resources 🐍
| Resource | Description |
|---|---|
| mCoding’s Sample Code | Source code examples used in mCoding’s educational YouTube videos on Python programming. |
| Algorithms in Python | All algorithms implemented in Python. |
| Awesome resources for Python | A curated list of awesome resources for Python. |
| Python’s memory model | A video explaining Python’s memory model. |
Docker Resources
| Resource | Description |
|---|---|
| Awesome Docker | A curated list of Docker resources and projects, perfect for both beginners and seasoned users. |
Terminal Resources
| Resource | Description |
|---|---|
| Wezterm | The official Wezterm documentation. |
| Wezterm intro | A video showing the features of Wezterm and how to use it. |
| zoxide showcase | A video showcasing the features of zoxide, a replacement for cd. |
| Intro to fzf | A video introducing fzf, a command-line fuzzy finder. |
| Dotfile organisation | A video on how to organise your dotfiles. |
Rust Resources 🦀
| Resource | Description |
|---|---|
| Awesome resources for Rust | A curated list of awesome resources for Rust. |
Design Patterns
| Resource | Description |
|---|---|
| Refactoring Guru’s design patterns | A thorough summary of each design pattern and code snippets from a variety of languages. |
| Python design patterns | A guide to design patterns in Python. |
| Python patterns | More patterns in Python! |