mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-06 20:49:32 +00:00
docs(website): finalize content and add more links
Also updates funding links for the GitHub mirror. Relates to https://github.com/andreijiroh-dev/personal-launchpad/issues/4 Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
1da7d06f10
commit
28de3a0527
3 changed files with 64 additions and 14 deletions
|
@ -10,13 +10,14 @@ description: |
|
|||

|
||||
|
||||
I'm **Andrei Jiroh Halili** (he/they), an 18 year old Autistic[^7] Filipino student, self-taught backend developer (in training), open-source contributor,
|
||||
self-assigned BDFL and lead maintainer at [Recap Time Squad](https://recaptime.dev)[^1],
|
||||
and part-time blogger for [my personal blog](https://ajhalili2006.substack.com)
|
||||
and [The Bloody Hell PH](https://fromthebshq.substack.com) based in Marilao, Bulacan, Philippines. I'm passionate about Linux (especially shell scripting and all things
|
||||
software packaging, currently Alpine Linux package maintainer for GitHub CLI), DevSecOps, programming (not only in JavaScript,
|
||||
but I am also exploring Python, Go and other languages), politics (_cough Philippine politics in lens of foreigners while disabled with [Honest Government Ads] level of satire_) and internet health (things like fandom toxicity and cancel culture).
|
||||
building [Recap Time Squad](https://recaptime.dev)[^1], and part-time blogger for
|
||||
[my personal blog](https://ajhalili2006.substack.com) and [The Bloody Hell PH](https://fromthebshq.substack.com)
|
||||
based in Marilao, Bulacan, Philippines. I'm passionate about Linux (especially shell scripting and all things
|
||||
software packaging, currently Alpine Linux package maintainer for GitHub CLI), DevSecOps, programming (not only in
|
||||
JavaScript, but I am also exploring Python, Go and other languages), politics (_cough Philippine politics in lens of
|
||||
foreigners while disabled with [Honest Government Ads] level of satire_) and internet health (things like fandom toxicity and cancel culture).
|
||||
|
||||
I am pretty searchable at `@ajhalili2006` on [GitHub], [sourcehut], and [across the fediverse] (or via [Threads](https://threads.net/@ajhalili2006)). [Here's my contact details](./contact/index.md) if you need to contact me.
|
||||
I am pretty searchable at [`@ajhalili2006`](./links.md) on [GitHub], [sourcehut], and [across the fediverse] (or via [Threads](https://threads.net/@ajhalili2006)). [Here's my contact details](./contact/index.md) if you need to contact me.
|
||||
|
||||
## More about me
|
||||
|
||||
|
@ -32,23 +33,30 @@ Outside of being a Linux enthusiast and JS dev myself, I am mostly seen lurking
|
|||
|
||||
My journey in coding started at [Glitch.com](https://glitch.com) in 2017-2018 to learn a bit of Node.js, while
|
||||
my Linux journey started few months after that using VirtualBox. Some suggest that it started off being a ~~internet addict~~
|
||||
(the words in strikethrough is a bit of a stigma in itself due to being one of my coping mechanisms while autistic myself)[^6] chronically online Autist myself.
|
||||
(the words in strikethrough is a bit of a stigma in itself due to being one of my coping mechanisms while
|
||||
autistic myself)[^6] chronically online Autist myself.
|
||||
|
||||
I code, usually in JavaScript for backend stuff, especially building APIs and learning all things databases through Prisma,
|
||||
to learn how to build apps and tools. Although I am sort of semi-closeted and introverted neurodivergent person
|
||||
I code, usually in JavaScript for backend stuff, especially building APIs and learning all things databases
|
||||
through Prisma, not only to learn how to build apps and tools, but also as a way to express myself and unload
|
||||
the baggage from my own traumas through code and technical documentation. Although I am sort of semi-closeted and
|
||||
introverted neurodivergent person, I try to document things in the public through
|
||||
[daily notes on my wiki](https://go.andreijiroh.xyz/daily-notes) and [my personal launchpad issue tracker] and occasionally over at my socials.
|
||||
|
||||
I use Linux, since using Windows is always a nightmare for not only software development (yes, WSL exists but why not go bare metal?)
|
||||
but as a regular user from performance standpoint but to learn the pain of being a system administrator and DevOps engineer
|
||||
but as a regular user from performance standpoint but to learn the pain of being a system administrator
|
||||
and DevOps engineer, especially in concepts such as Kubernetes infrastructure management, software packaging, and anything related to `systemd`.
|
||||
|
||||
## Tools I use and my setup
|
||||
|
||||
* **Laptop**: HP Notebook N0K71EA#A2N with 4 x Intel Core i7-5500U CPU @ 2.40GHz, 8 GB of RAM and 1TB HDD,
|
||||
currently daily-driving Fedora Linux with KDE Plasma.[^3]
|
||||
* **Phone**: Infinix X6528B with Android 13, 8 GB of RAM, 248 GB of internal storage[^3] (256 GB total if adding 8 GB reserved as virtual RAM).
|
||||
* **Programming Languages**: [Node.js](https://nodejs.org) + [Deno](https://deno.land)
|
||||
* **Programming Languages**: [Node.js](https://nodejs.org) + [Deno](https://deno.land), Bash
|
||||
* **Editors**: nano, [VS Code](https://go.andreijiroh.xyz/vscode) (switching between stable and Insiders), [Zed](https://go.andreijiroh.xyz/zed-editor)
|
||||
* **Cloud development environments as service**: [GitHub Codespaces](https://github.com/features/codespaces), [Gitpod](https://www.gitpod.io)
|
||||
* **Code forges**: [GitHub], [GitLab on ~tulir's instance](https://mau.dev/ajhalili2006)[^2], [sourcehut]
|
||||
* **Code forges**: [GitHub], [GitLab on ~tulir's instance](https://mau.dev/ajhalili2006)[^2], [sourcehut], [codeberg]
|
||||
* **CI/CD**: [GitHub Actions](https://github.com/features/actions)
|
||||
* **Secrets management tools**: [dotenvx], [Doppler SecretOps platform]
|
||||
|
||||
[^1]: Obviously not a US LLC company, but we're sorting out the fiscal hosting related chores behind the scenes.
|
||||
More news soon once we're ready.
|
||||
|
@ -63,3 +71,7 @@ More news soon once we're ready.
|
|||
[GitHub]: https://github.com/ajhlili2006
|
||||
[sourcehut]: https://sr.ht/~ajhalili2006
|
||||
[across the fediverse]: https://tilde.zone/@ajhalili2006
|
||||
[dotenvx]: https://go.andreijiroh.xyz/dotenvx
|
||||
[Doppler SecretOps platform]: https://go.andreijiroh.xyz/doppler
|
||||
[my personal launchpad issue tracker]: https://go.andreijiroh.xyz/launchpad
|
||||
[codeberg]: https://codeberg.org/ajhalili2006
|
Loading…
Add table
Add a link
Reference in a new issue