feat: add a /hire page
This commit is contained in:
@@ -32,9 +32,10 @@ socials = [
|
|||||||
]
|
]
|
||||||
menu = [
|
menu = [
|
||||||
{ name = "/blog", url = "/blog", weight = 1 },
|
{ name = "/blog", url = "/blog", weight = 1 },
|
||||||
{ name = "/tags", url = "/tags", weight = 2 },
|
{ name = "/projects", url = "/projects", weight = 2 },
|
||||||
{ name = "/projects", url = "/projects", weight = 3 },
|
{ name = "/hire", url = "/hire", weight = 3 },
|
||||||
{ name = "/about", url = "/about", weight = 4 },
|
{ name = "/about", url = "/about", weight = 4 },
|
||||||
|
{ name = "/tags", url = "/tags", weight = 5 },
|
||||||
]
|
]
|
||||||
repo_view = true
|
repo_view = true
|
||||||
repo_url = "https://github.com/nrdxp/nrd.sh/tree/main/content/"
|
repo_url = "https://github.com/nrdxp/nrd.sh/tree/main/content/"
|
||||||
|
|||||||
@@ -1,14 +1,19 @@
|
|||||||
+++
|
+++
|
||||||
title = "About"
|
title = "About"
|
||||||
path = "about"
|
path = "about"
|
||||||
|
[extra]
|
||||||
|
repo_view = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Tim DeHerrera (nrdxp).
|
I'm Tim DeHerrera (nrdxp), an engineer at [IOG](https://iog.io) where I develop interoperable blockchain infrastructure for the Cardano ecosystem.
|
||||||
|
|
||||||
Engineer at [IOG](https://iog.io) developing interoperable blockchain infrastructure for the Cardano ecosystem.
|
As co-founder of the [Ekala Project](https://github.com/ekala-project), I'm building next-generation tooling for reproducible builds and declarative systems.
|
||||||
|
|
||||||
Co-founder of the [Ekala Project](https://github.com/ekala-project) - next-gen tooling for reproducible builds and declarative systems.
|
With a decade of experience in distributed systems, build infrastructure, and network optimization, I craft tools that emphasize reproducibility and determinism. My engineering approach leverages expressive type systems and functional programming paradigms, with current focus on the Rust and Nix ecosystems.
|
||||||
|
|
||||||
Specializing in distributed systems, build infrastructure, and network optimization. I am a polyglot systems programmer with a decade of experience, crafting tools that emphasize reproducibility and determinism. My engineering approach favors expressive type systems and functional programming paradigms, with current emphasis on Rust and Nix ecosystems.
|
If you're interested in working together or supporting my open source contributions, consider [hiring](/hire) me or reaching out through any of the social links above. I'm always happy to chat!
|
||||||
|
|
||||||
gpg: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg)
|
## Sigs
|
||||||
|
|
||||||
|
- GPG: [5471 8D2B 78DC AA9C 7702 96F1 8985 725D B5B0 C122](https://github.com/nrdxp.gpg)
|
||||||
|
- SSH: [6A07 0A0C E98E 4E44 BC82 15FC 373B 0584 D603 1493](https://github.com/nrdxp.keys)
|
||||||
|
|||||||
38
content/hire.md
Normal file
38
content/hire.md
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
+++
|
||||||
|
title = "Hire"
|
||||||
|
path = "hire"
|
||||||
|
[extra]
|
||||||
|
repo_view = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
## Contract Work
|
||||||
|
|
||||||
|
I'm available for consulting and contract work specializing in:
|
||||||
|
|
||||||
|
- Distributed systems architecture
|
||||||
|
- Build infrastructure optimization
|
||||||
|
- Rust and Nix ecosystem development
|
||||||
|
- Blockchain infrastructure engineering
|
||||||
|
- General systems programming and tooling
|
||||||
|
- Other interesting technical challenges
|
||||||
|
|
||||||
|
## Support Open Source
|
||||||
|
|
||||||
|
If you find value in my open-source contributions, please support my work through:
|
||||||
|
|
||||||
|
**Fiat Contributions**
|
||||||
|
|
||||||
|
- [Personal Liberapay](https://liberapay.com/nrdxp/donate)
|
||||||
|
- [Ekala Liberapay](https://liberapay.com/Ekala/donate)
|
||||||
|
|
||||||
|
**Crypto Contributions**
|
||||||
|
|
||||||
|
- BTC: [bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s](bitcoin:bc1qqwlhvtza3az3vj0um03yqrsqnl32gfdgz7x96s)
|
||||||
|
- ETH: [0x131b30f34b9F120b4C08c987150B4e83581e3FD5](ethereum:0x131b30f34b9F120b4C08c987150B4e83581e3FD5)
|
||||||
|
- ADA: [$nrdxp](cardano:addr1qywsmj6rph5xp4g0mfgnee6hwfk4l6ark42k8x0lfklah9akeej0wlqxpxwcucmrjm8gt3c3pa9tpejkzcsgaxflym4qrglkmw)
|
||||||
|
|
||||||
|
## Get in Touch
|
||||||
|
|
||||||
|
For contract work inquiries or to discuss potential collaborations, reach out through any of my social links above. I'm happy to sit down and explore how we can work together on your next project.
|
||||||
|
|
||||||
|
Your contribution, whether through direct hiring or open-source support, helps maintain and improve tools used by the broader community. Thank you!
|
||||||
Submodule themes/apollo updated: 875c7ff594...577d9b0fc0
Reference in New Issue
Block a user