🐍 Python

⬅️Back to Roadmap 💼 Jobs / 🥋 Codewards Basics Use Google Colab to learn the basic syntax and concepts. Download Python and Visual Studio Code with the Python extension to start writing single file scripts. 📚Introducing Python (2019): Ignore everything after chapter 11 📝Basic OOP 🎨Skim through pep8 ⚡️Learn a bit of DSA (Data Structures and Algorithms): do easy in neetcode Note Project ideas: Make a discord bot with discord.py Program a simple game with PyGame such as Snake Deploy a simple FastAPI website in Deta (maybe a TODO list) Advanced Switch to PyCharm once you are familiar with the syntax and concepts such as virtualenvs, git, etc....

January 1, 2023 · 2 min · Xiang Chen

🐿️ Go

⬅️Back to Roadmap 💼 Jobs / 🥋 Codewards Basics 📚Learn Go with Tests 🌐Tour 📚Learning Go 📚Go by Example 📚Effective Go: a bit dated, 2009 Advanced 📺Rethinking Classical Concurrency Patterns 📚Let’s Go: Working app with templating, stateful sessions, raw SQL, etc 📚Let’s Go Further: Modern JSON REST API Web Frameworks Benchmarks: https://www.techempower.com/benchmarks/ https://github.com/mingrammer/go-web-framework-stars

January 1, 2023 · 1 min · Xiang Chen

🦀 Rust

⬅️Back to Roadmap 💼 Jobs / 🥋 Codewards Basics Web Frameworks Note See notes about web Actix: tutorial for beginners miniserve mdn: superseeds kuma axum roapi restful template realworld

January 1, 2023 · 1 min · Xiang Chen

📝 Microservices notes

Some notes about microservices ...

September 6, 2022 · 4 min · Xiang Chen

📝 Domain Driven Design notes

Some notes about DDD ...

August 27, 2022 · 2 min · Xiang Chen