update: Update main website content

Website now includes programming challenges I've done, groups I have
been active in, and certifications

Updated project list

Change-Id: Ib250aab4301c322031329c775e1ceb1e420ed906
Reviewed-on: https://git.clicks.codes/c/Coded/thecoded.prof/+/852
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
2 files changed
tree: 45fe903885fa5cb0ad2836a832a54526d0a3df17
  1. .vscode/
  2. sites/
  3. .envrc
  4. .gitignore
  5. .gitreview
  6. bun.lockb
  7. flake.lock
  8. flake.nix
  9. package.json
  10. README.md
  11. tsconfig.json
README.md

thecoded.prof

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.3. Bun is a fast all-in-one JavaScript runtime.