Skip to content
View artmoura's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@trykat

Block or report artmoura

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
artmoura/README.md

Hey! πŸ‘‹ I'm Arthur

Fullstack Engineer from SΓ£o Paulo, Brazil πŸ‡§πŸ‡·

I build things for the web. 10+ years turning ideas into production systems that actually work and scale.

πŸ”§ What I Work With

Backend (Where I Live)

# 8+ years building with Ruby on Rails
Rails.application.routes.draw do
  resources :scalable_apis
  resources :background_jobs
  resources :real_time_systems
end
  • Ruby on Rails, Node.js, Python
  • PostgreSQL, Redis, MongoDB
  • REST & GraphQL APIs
  • Sidekiq, message queues, async processing

Frontend (Because Someone Has To)

const skills = ['React', 'Next.js', 'Flutter', 'TypeScript'];
// Full-stack means actually doing both ends

Infrastructure

  • AWS (Lambda, S3, RDS, ElasticSearch, DynamoDB)
  • Docker, Linux, CI/CD pipelines
  • Serverless & Microservices

πŸ’Ό What I've Built

I've built complete systems from scratch - the kind that start as an idea on a napkin and end up handling thousands of users in production:

  • πŸ“¦ Logistics platforms - Fleet management, real-time tracking, offline-first mobile apps
  • 🀝 Partnership systems - Referral platforms, automated rewards, payment processing
  • πŸ“ Knowledge management - Wikis, documentation systems, collaborative tools
  • πŸ”„ Legacy migrations - Taking 15-year-old systems and making them modern without breaking things
  • 🏒 ERPs - Because every business needs custom software that actually fits

🎯 How I Work

I care about:

  • Code that works in production, not just on my machine
  • Tests that catch bugs before users do (RSpec enthusiast)
  • Architecture that makes sense when you revisit it 6 months later
  • Performance - slow is broken
  • Documentation - future you will thank present you

I don't care about:

  • Perfect code that ships never
  • Premature optimization
  • Technology hype trains
  • 10x engineer nonsense

πŸ› οΈ My Approach

def solve_problem(requirements)
  understand_the_real_need
  choose_boring_technology
  write_tests_first
  ship_iteratively
  monitor_in_production
  improve_based_on_data
end

🌱 Always Learning

Right now exploring:

  • Rust for when Ruby isn't fast enough
  • Advanced Elasticsearch patterns
  • System design at scale
  • Better ways to architect mobile-first systems

πŸ“« Get in Touch


πŸ’‘ Philosophy: Make it work, make it right, then make it fast. In that order.

β˜• Powered by: Coffee, clean code, and the belief that good software should be boring and reliable.


⭐️ If you're working on something interesting or just want to chat about building systems that scale, feel free to reach out!

Popular repositories Loading

  1. genpaths genpaths Public

    Gerador automatico de paths

    JavaScript 1 1

  2. blog blog Public

    Ruby

  3. racional-wp racional-wp Public

    PHP

  4. mannofatura mannofatura Public

    Ruby

  5. artmoura artmoura Public

  6. window-switcher window-switcher Public

    Forked from sigoden/window-switcher

    Easily switch between windows of the same app with Alt+` (Backtick), also switch between apps with Alt+Tab.

    Rust