Skip to content
View Thauan-th's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Thauan-th

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Thauan-th/README.md

Thauan Andre

Full-stack developer specializing in scalable web applications and cloud infrastructure. I architect and deliver production-grade systems that solve complex technical challenges while driving measurable business outcomes.

Professional Summary

My approach combines deep technical implementation with strategic thinking developed through years of building and maintaining critical systems. I've founded and led technical projects from conception to production, giving me comprehensive insight into the full software development lifecycle and the business considerations that drive technical decisions.

Technical Stack

Infrastructure & DevOps

  • Cloud Architecture (AWS)
  • Containerization (Docker)
  • Database Management
  • CI/CD Pipeline Implementation
  • Linux System Administration
  • Version Control (Git)

Backend Development

  • Ruby on Rails
  • Django
  • NodeJS

Frontend Development

  • ReactJS
  • jQuery
  • Stimulus
  • TailwindCSS
  • Styled Components

Contact

Email: developer.thauan@gmail.com
Site: www.developerthauanandre.com
LinkedIn: linkedin.com/in/thauan-andre-b3365420b

Pinned Loading

  1. .gitconfig .gitconfig
    1
    [alias]
    2
    	ad = add .
    3
    	br = branch
    4
    	st = status -sb
    5
    	chk = checkout
  2. Configurations tmux Configurations tmux
    1
    #plugins (remember to download TMUX Plugin Manager)
    2
    set -g @plugin 'tmux-plugins/tpm'
    3
    set -g @plugin 'tmux-plugins/tmux-sensible'
    4
    
                  
    5
    # theme 
  3. python python Public

    Registering my evolution with Python, every day I look for improve myself - my Python too.

    Python

  4. algorithms algorithms Public

    Practicing algorithms and data structures. The base

    JavaScript

  5. SOLID SOLID Public

    SOLID principles with practical approaches

    Python