I am a Ruby and C# developer focused on backend systems, especially in API design and system observability. I am currently diving into Java to expand my skills
- API development (Monoliths & Microservices)
- Troubleshooting & observability in distributed systems
- System Design (Scalability, Reliability, Maintainability)
While my main focus is backend engineering, I regularly work on data structures and algorithms to sharpen my problem-solving skills
- How am I using Atlassian Confluence effectively? https://kaiquekandykoga.atlassian.net/wiki/x/QwAN
Recommended tools:
- draw.io
- Atlassian Confluence
Recommended tools:
- GitHub
- How do I solve complex problems effectively? https://kaiquekandykoga.atlassian.net/wiki/x/twAN
Recommended tools:
- Google Calendar
-
Primary: PostgreSQL
-
Secondary: MariaDB, Memcached, Redis
Docker, Git, Kubernetes, POSIX utilities (grep
, find
, etc.), VirtualBox, tmux
-
Primary: openSUSE, Windows
-
Secondary: FreeBSD, Alpine Linux
-
Primary: Ruby, C#
-
Secondary: JavaScript, Java, C, C++ (Qt)
I created a personal learning system to document everything I study. I use .rb
files to structure knowledge—writing class-based notes on tools, languages, and concepts ranging from Vim to GNU Bison to X11. This helps me think through code and organize large amounts of information efficiently
class Vim
def grep
[
":grep",
":grep colima -r ."
]
end
end
class Bitbucket
def private
[
# list private repos
]
end
def public
[
# list public repos
]
end
end
This approach is inspired by how FreeBSD maintains everything in one tree. I am currently experimenting with managing multiple repositories while keeping my single-repo philosophy
Why do I do it this way?
Simply because I enjoy it
-
Respect
-
Honesty
- Advanced Programming in the UNIX environment Third Edition - W. Richard Stevens and Stephen A. Rago
Big thanks to Microsoft and the GitHub team for this incredible platform where I can share my work and thoughts freely