Posts in this Blog-Chain:
Posts | Topics |
---|---|
2025-07-26 | 2025-07-26 | 🧑💻 Reflecting on the progress I've made in becomming a programmer, and the projects I've completed including games, apps, tools, and other things I've learned to the software development lifecycle. |
2023-08-01 | A post about participating in 'Blaugust' and the challenges of learning Rust, including setting up the development environment in WSL and dealing with dependencies. |
2023-07-31 | A post about starting the Rust programming language tutorial, covering installation, Cargo, and the 'hello world' program. |
2023-07-28 | A post about setting up Git and version control for a new Rust project using VSCode and WSL. |
2023-07-27 | A post about setting up a development environment with WSL and VSCode for Rust, and a hiking trip up Mount Si with a mountain goat encounter. |
2023-07-26 | A post about starting the journey from being a hobbyist coder to a professional programmer, choosing to learn Rust and setting up a Linux development environment with WSL. |
About "Write an app"
This "Blog-Chain" contains the posts on my journey to "write an app" in 2023 using modern software development tools.
"Writing an app" is a 2023 goal in my "Hierarchy of Fulfillment" - its perhaps a bad goal given its lack of specificity. But since its a goal for me, I know what it means: learn enough about modern software development to deploy a barebones app to either a mobile app store or website. It doesn't even have to be useful or good, as long as it is semi-functional and available.
This Blog-Chain is a collection of the posts related to this goal.
Goals
- begin and progress a journey to being employable as a software dev
In facilitation of that goal:
- learn the basics of the following:
- Rust
- Linux distro (Ubuntu CLI/Shell)
- git
- VCS (Github)
- app development
- target environments (web, mobile)
- cloud infra
Non-goals
- write a good or useful app