Just someone who likes to learn
// Just someone who likes to learn const developer = { name: 'the-curious', level: 'beginner-intermediate', os: 'linux', location: '127.0.0.1:3000', communities: [ 'jtechforums.org', 'mitmachim.top' ], motto: 'ask questions, learn, repeat' };
Learning and tools I use to code
What I'm working on right now
Small projects and learning experiments
Still learning, but enjoying the journey
# Still learning, but enjoying the journey def current_status(): thoughts = [ "Curiosity is not a disadvantage, it's a big advantage", "Every bug is a learning opportunity", "Google and Stack Overflow are my friends", "Community helps when I'm stuck", "Small progress is still progress" ] return thoughts # My daily routine while learning: try: code_something() test_it() except Error as e: ask_for_help(e) learn_from_mistake()
Tracking progress in the learning journey
Let's connect and learn together