{"id":27288026,"url":"https://github.com/pkardas/notes","last_synced_at":"2025-04-11T20:27:56.839Z","repository":{"id":38069117,"uuid":"333564910","full_name":"pkardas/notes","owner":"pkardas","description":"My software engineering notes - books, courses, conferences 📓","archived":false,"fork":false,"pushed_at":"2024-05-06T19:18:25.000Z","size":22801,"stargazers_count":106,"open_issues_count":0,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-07T18:20:29.730Z","etag":null,"topics":["architecture","booknotes","books","python","software-architecture","software-design","software-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkardas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-27T21:27:07.000Z","updated_at":"2024-05-06T19:18:28.000Z","dependencies_parsed_at":"2024-05-06T18:02:41.682Z","dependency_job_id":"d7dd5616-5eb2-4711-a143-f6f4be80a981","html_url":"https://github.com/pkardas/notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkardas%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkardas%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkardas%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkardas%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkardas","download_url":"https://codeload.github.com/pkardas/notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248475296,"owners_count":21110058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["architecture","booknotes","books","python","software-architecture","software-design","software-engineering"],"created_at":"2025-04-11T20:27:55.783Z","updated_at":"2025-04-11T20:27:56.822Z","avatar_url":"https://github.com/pkardas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👉👉👉 Visit [musicat.fm](https://musicat.fm) 😻\n\nYou can connect Spotify and Apple Music to it to discover many cool statistics about your taste!\n\n(I'm the author 🤩)\n\n---\n\n## Notes\n\n### Books\n\n👀 In progress:\n\n- [System design interview](books/system-design-interview.md)\n\n#### ✅ Finished:\n\n- Code:\n    - [Clean Code: A Handbook of Agile Software Craftsmanship](books/clean-code.md)\n    - [Learning Go: An Idiomatic Approach to Real-World Go Programming](books/go/notes.md)\n    - [Python Testing with Pytest](books/pytest/notes.md)\n    - [Refactoring: Improving the Design of Existing Code](books/refactoring.md)\n    - [Tidy first?](books/tidy-first.md)\n\n- Architecture:\n    - [Architecture Patterns with Python](books/python-architecture-patterns/notes.md)\n    - [Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems](books/ddia.md)\n    - [Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software](books/head-first-design-patterns/notes.md)\n    - [Release It! Design and Deploy Production-Ready Software](books/release-it.md)\n    - [Fundamentals of Software Architecture](books/fundamentals-of-architecture.md)\n\n- Process:\n    - [Clean Agile: Back to Basics](books/clean-agile.md)\n    - [Domain-Driven Design: Tackling Complexity in the Heart of Software](books/ddd.md)\n    - [Peopleware: Productive Projects and Teams](books/peopleware.md)\n    - [The Pragmatic Programmer](books/pragmatic-programmer.md)\n    - [Comic Agilé](books/comic-agile.md)\n\n- DevOps:\n    - [The Kubernetes Book](books/kubernetes-book.md)\n\n- Product:\n    - :eyes:\n\n- ML:\n    - [Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics and Speech Recognition](books/nlp-book.md)\n\n#### ☑️ Finished partially:\n\n- [Code Complete: A Practical Handbook of Software Construction](books/code-complete.md)\n- [Cracking the Coding Interview](books/cracking-coding-interview/notes.md)\n- [Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems](books/hands-on-ml.md)\n- [Build](books/build.md)\n- [Coaching Agile Teams](books/coaching-agile-teams.md)\n\n#### ⏳ Queue:\n\n- [Docker Deep Dive](books/docker-deep-dive.md)\n- [Software Architecture: The Hard Parts](books/architecture-hard-parts.md)\n- [Understanding Distributed Systems](books/understanding-distributed-systems.md)\n- [Kubernetes in Action](books/kubernetes-in-action.md)\n- [Elixir in Action](books/elixir.md)\n\n### Case Studies\n\n- [Reddit](case-studies/reddit.md)\n\n### Conferences\n\n- [PyCon 2022](conferences/pycon-2022.md)\n- [AWS Innovate: AI/ML Edition 2021](conferences/aws-innovate-ai-ml-21.md)\n- [Brown Bags](conferences/brown-bags.md)\n\n### Patterns\n\n- [Abbreviations](patterns/abbreviations.md)\n- [Architecture](patterns/architecture.md)\n\n### Teaching\n\n- [Introduction to Programming: Python for beginners](teaching/python-intro)\n- [Python Intermediate](teaching/python-intermediate)\n\n### Courses\n\n- [Course @ FastAI](courses/fast-ai.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkardas%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkardas%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkardas%2Fnotes/lists"}