When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth 🤔🔍💡
📜🔨🌟 Software Craftmanship's manifesto
👋 My name is Tien Do. I work as a Ruby on Rails software engineer 💻🛤️. Ruby is among my first programming languages
🍀💻, and I feel fortunate to have found it for its unique freedom
and expressive syntax
🤗💬. Thanks to Matsumoto
and all developers who crafted
this fantastic language 🙏👨💻🌟.
Ruby on Rails builds upon Ruby, and my enjoyment of Ruby underscores my passion for Ruby on Rails
🤩.
As a software engineer, I embrace a 🔄 continuously evolving approach
to learning and growth. I'm dedicated to 🤔 maintaining curiosity
and openness
towards new technologies and techniques, always seeking ways to improve my skills and knowledge
. When tackling challenges or seeking advice, I prioritize solutions that benefit my team and organization
👥. I am 🎉 passionate about crafting code that is readable, scalable, and maintainable
. Moreover, I understand that 🌊 change is constant
in both software engineering and life, and I'm prepared to adapt and evolve
to stay ahead 🏃♂️📈🔄.
- Quick learning, adapting to new technologies, teams, and organizations 🚀
- Proficient in Ruby and familiar with other programming languages such as Python, Go, Haskell, JavaScript... 💻
- Strong problem-solving and strategic thinking skills 🤔💡
- Experience with software architectures such as microservices, distributed system 🏗️
- Familiarity with cloud platforms such as AWS ☁️
- Strong debugging and troubleshooting skills 🔍🐞
🐱 My GitHub Data
📦 326.7 kB Used in GitHub's Storage
🏆 168 Contributions in the Year 2025
💼 Opted to Hire
📜 337 Public Repositories
🔑 17 Private Repositories
I'm an Early 🐤
🌞 Morning 1125 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.65 %
🌆 Daytime 2178 commits █████████░░░░░░░░░░░░░░░░ 34.18 %
🌃 Evening 2496 commits ██████████░░░░░░░░░░░░░░░ 39.17 %
🌙 Night 574 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 09.01 %
📅 I'm Most Productive on Tuesday
Monday 687 commits ███░░░░░░░░░░░░░░░░░░░░░░ 10.78 %
Tuesday 1549 commits ██████░░░░░░░░░░░░░░░░░░░ 24.31 %
Wednesday 848 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.31 %
Thursday 514 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 08.07 %
Friday 843 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.23 %
Saturday 1123 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.62 %
Sunday 809 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.69 %
📊 This Week I Spent My Time On
💬 Programming Languages:
Other 11 hrs 21 mins ████████████████░░░░░░░░░ 65.99 %
Ruby 4 hrs 33 mins ███████░░░░░░░░░░░░░░░░░░ 26.48 %
JSON 20 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.98 %
conf 18 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.83 %
Text 15 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.53 %
🔥 Editors:
Firefox 10 hrs 43 mins ████████████████░░░░░░░░░ 62.31 %
Neovim 6 hrs 29 mins █████████░░░░░░░░░░░░░░░░ 37.69 %
I Mostly Code in Ruby
Ruby 49 repos ███████████░░░░░░░░░░░░░░ 45.37 %
Go 20 repos █████░░░░░░░░░░░░░░░░░░░░ 18.52 %
Python 11 repos ███░░░░░░░░░░░░░░░░░░░░░░ 10.19 %
Shell 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.78 %
C 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 02.78 %
Timeline
Last Updated on 16/07/2025 12:18:22 UTC
There is no large codebase in any language that has zero accidental complexity. There are awkward bugfixes. There are workarounds. There are mitigations. There are many many reasons why the useful code won't be pure and beautiful 💻🐞🤔
Changeability is the only design metric that matters; code that's easy to change is well-designed 🛠️🔄🎨
Like many human endeavors, design is part art, part engineering, and part guesswork and experimentation. Discipline, hard work, inspiration, and sound technique all play their parts 🎨🧑💻🔬🧪
Making even a simple change to a monolithic codebase is pretty hard because you must understand the entire thing very well. Making changes to smaller, well-defined modules is much easier 💡💻🤔
Do what you feel in your heart to be right – for you’ll be criticized anyway 💖🙏🗣️