Skip to content

Commit

Permalink
(projects) create back burner page
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Dec 13, 2023
1 parent 61ccf30 commit c4de701
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 17 deletions.
9 changes: 4 additions & 5 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

- Computer Engineering student at the University of Alberta
- Love writing simple code for work and over-engineered monstrosities for fun
- Looking forward to doing my last 8 months of school September 2023 - April 2024
- Looking forward to doing my last 4 months of school January - April 2024

## What I'm currently learning

- Full Stack 🦀🦀🦀 Rust 🦀🦀🦀!!! <sub>(sorry, I meant
[R*st](https://github.com/blyxyas/no-rust-policy-change))</sub>
- Svelte
- Pocketbase
- HTMX
- Compiler Design
- Data Visualization & Modelling

## Side Projects I'm working on/planning to work on

Expand Down
15 changes: 3 additions & 12 deletions content/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@ Both alone and with :sparkles: friends :sparkles:

## Current/Planned Projects<a name="planned"></a>

- Time Tracking PWA for my girlfriend with Svelte frontend and Pocketbase backend
- Web frontend for [Pincerhex](https://devpost.com/software/pincerhex), a Hex-playing program by me and my friend Will
- written in 🦀🦀🦀 Rust 🦀🦀🦀 btw
- [we won
btw](https://github.com/UndergraduateArtificialIntelligenceClub/hex-tournament-2023-submissions/blob/main/games/results.md)
- Markdown to LaTeX converter for my Resume (in 🦀🦀🦀 Rust 🦀🦀🦀 btw)
- [Open Kattis Group
Ranklist](https://open.kattis.com/universities/ualberta.ca) with a few extra
columns
- Show contributed score, and required individual score to climb the next
group rank
- Water Sort Puzzle Solver
- [Start page](https://github.com/topics/startpage) with some personal integrations
- [Monkey Language Compiler and Virtual Machine](https://github.com/cbebe/monkey-rs) following the book *[Writing a Compiler in Go](https://compilerbook.com/)*

## Links

Expand Down Expand Up @@ -46,4 +36,5 @@ more hackathons as a team. Check out our [GitHub](https://github.com/thyckcorgis
## NPM Packages

[They're gone now](/post/i-deleted-my-npm-packages/)

<!-- {{% readfile file="/data/packages.md" %}} -->
25 changes: 25 additions & 0 deletions content/projects/back-burner/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: The Back Burner
---

![Squirtle labelled "Another Project Idea" joining a group of squirtles all labelled "Unfinished Project"](./side-project.webp)

- Time Tracking PWA for my girlfriend with Svelte frontend and Pocketbase backend
- ❓REASON: It's kinda hard to get the requirements down for this because of how complicated hourly differentials are 😭
- Web frontend for [Pincerhex](https://devpost.com/software/pincerhex), a Hex-playing program by me and my friend Will
- written in 🦀🦀🦀 Rust 🦀🦀🦀 btw
- [we won
btw](https://github.com/UndergraduateArtificialIntelligenceClub/hex-tournament-2023-submissions/blob/main/games/results.md)
- ❓REASON: I already got to show my boss at work and he got obliterated, mission accomplished
- It's still pretty ugly, though
- Markdown to LaTeX converter for my Resume (in 🦀🦀🦀 Rust 🦀🦀🦀 btw)
- ❓REASON: I think it's pretty much complete, but also, I haven't had to send out resumes in a while
- [Open Kattis Group
Ranklist](https://open.kattis.com/universities/ualberta.ca) with a few extra
columns
- Show contributed score, and required individual score to climb the next
group rank
- ❓REASON: Also done, I'm just paranoid about deploying it in my home server
- Water Sort Puzzle Solver
- ❓REASON: I uninstalled the game, too addicting

Binary file added content/projects/back-burner/side-project.webp
Binary file not shown.

0 comments on commit c4de701

Please sign in to comment.