diff options
author | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2021-12-22 11:49:20 -0500 |
commit | e362200d1a61e3d858b69c2448928e799912db5e (patch) | |
tree | 196b748ad397f75f2f3275fde83b6166a8d8d49c /blog/april-status-update.md | |
parent | 7b455b6152c52059eec584b50d43522de4366a14 (diff) | |
download | site-e362200d1a61e3d858b69c2448928e799912db5e.tar.gz site-e362200d1a61e3d858b69c2448928e799912db5e.zip |
posts: Add legacy posts
Diffstat (limited to 'blog/april-status-update.md')
-rw-r--r-- | blog/april-status-update.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/blog/april-status-update.md b/blog/april-status-update.md new file mode 100644 index 0000000..c045fd1 --- /dev/null +++ b/blog/april-status-update.md @@ -0,0 +1,26 @@ +--- +title: "April Status Update" +date: 2021-04-21 +series: + - status +--- + +Howdy y'all! Welcome to the April status update! This month, given the weeklong +break from school, I've been working on expanding my front-end development +skills. Specifically, I've been working on learning [Flask][flask] as an +alternative to Django. + +This marks 4 months since I started working with Python in earnest with the +[Campmaster Constantine][cc-project] rewrite. I think it's important for me to +expand my knowledge beyond backend servers and non-networked desktop apps into +frontend to really round out my skillset. + +In other news, I have the AP Calculus AB exam coming up on 4 May. I've been +studying a lot and I'm confident that I'll get at least a 3. Higher would be +preferred, but I also don't want to get my hopes up. + +That's all for this month! + + +[flask]: https://flask.palletsprojects.com/en/1.1.x/ +[cc-project]: https://devosmium.xyz/projects/constantine/ |