This commit is contained in:
Elijah McMorris 2025-05-05 00:13:50 -07:00
commit d6006a0227
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
82 changed files with 2862 additions and 0 deletions

3
content/pages/_index.md Normal file
View file

@ -0,0 +1,3 @@
+++
render = false
+++

13
content/pages/about.md Normal file
View file

@ -0,0 +1,13 @@
+++
title = "About Me"
path = "about"
+++
I recently finished BAS in Software Development, Im looking for a Software Engineering positions, I live in Kirkland WA, I'm a US citizen. I've contributed multiple substantial code PRs to JupyterLab and Loco.rs, created an official extension for Loco.rs adding OpenAPI integration, and I have several open source projects on my resume. My strongest programming languages: Rust, TypeScript, Python, and I also use Nix for a lot of my projects.
# Contact Me:
- [Email](mailto:nexveridian@gmail.com)
- [NexVeridian.com](https://nexveridian.com)
- [GitHub.com](https://github.com/NexVeridian)
- [LinkedIn](https://www.linkedin.com/in/nexveridian)
- [Calendly](https://calendly.com/nexveridian/main)

5
content/pages/archive.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = "Archive"
path = "archive"
template = "archive.html"
+++