init
This commit is contained in:
commit
d6006a0227
82 changed files with 2862 additions and 0 deletions
4
content/_index.md
Normal file
4
content/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
+++
|
||||
paginate_by = 3
|
||||
sort_by = "date"
|
||||
+++
|
3
content/pages/_index.md
Normal file
3
content/pages/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
render = false
|
||||
+++
|
13
content/pages/about.md
Normal file
13
content/pages/about.md
Normal 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
5
content/pages/archive.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Archive"
|
||||
path = "archive"
|
||||
template = "archive.html"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue