55 lines
1.4 KiB
Markdown
55 lines
1.4 KiB
Markdown
---
|
|
title: about me
|
|
---
|
|
|
|
<style>
|
|
img {
|
|
width: auto !important;
|
|
}
|
|
</style>
|
|
|
|
# README
|
|
|
|
- [Open Source @ GitHub](https://github.com/uetchy)
|
|
- [Blog (Japanese and English)](https://uechi.io)
|
|
- [Technical Notes (English) @ dev.to](https://dev.to/uetchy)
|
|
- [Technical Notes (Japanese) @ Qiita](https://qiita.com/uetchy)
|
|
<!-- - [Design Portfolio @ Behance](https://www.behance.net/uechi) -->
|
|
|
|
## Contact
|
|
|
|
Reach me at `y@uechi.io`. Should you need extra security for your message or attachments, pick an appropriate encryption method from the list below.
|
|
|
|
**[GPG](https://gnupg.org/)**
|
|
|
|
```bash
|
|
curl https://uechi.io/uetchy.asc | gpg --import
|
|
gpg -er y@uechi.io confidential.zip
|
|
# attach `confidential.zip.gpg` to your email
|
|
```
|
|
|
|
Alternatively, download [public key](https://uechi.io/uetchy.asc) for [GPG Keychain](https://gpgtools.org/) (macOS).
|
|
|
|
**[age](https://github.com/FiloSottile/age#encrypting-to-a-github-user)**
|
|
|
|
```bash
|
|
curl https://github.com/uetchy.keys | age -R - confidential.zip > confidential.zip.age
|
|
# attach `confidential.zip.age` to your email
|
|
```
|
|
|
|
## Facts
|
|
|
|
```yaml
|
|
- Interests:
|
|
- Web, ML/NLP, UX, Coffee
|
|
- Have confidence:
|
|
- (Java|Type)Script, React, UI design
|
|
- Have some experience:
|
|
- Python, Rust, Go, Ruby, Swift, Docker Swarm
|
|
- Have no confidence: normal life stuff
|
|
- Languages:
|
|
- Japanese: native
|
|
- English: TOEIC 985
|
|
- Play tin whistle and violin for fun
|
|
```
|