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

Block or report mircothibes

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
mircothibes/README.md

⌁ Marcos Vinicius Thibes Kemer ⌁

Backend Python • Linux-first • Docker • APIs • PostgreSQL


╭──────────────────────────────────────────────────────────────────────────╮
│ mirco@linux ~ $ whoami                                                   │
│ marcos_vinicius_thibes_kemer                                             │
│                                                                          │
│ mirco@linux ~ $ uname -a                                                 │
│ Linux • Ubuntu • Bash • Containers • Automation                          │
│                                                                          │
│ mirco@linux ~ $ echo "$PHILOSOPHY"                                       │
│ Build systems that are predictable, scriptable and observable            │
╰──────────────────────────────────────────────────────────────────────────╯

Backend development with a Linux mindset — terminal-driven, reproducible and pragmatic.


🐧 Linux as a First-Class Citizen

mirco@linux:~$ cat linux.md
  • Terminal-driven workflow (bash, cli tooling, automation)
  • Reproducible dev environments (Docker, .env, scripts, Make targets)
  • Strong fundamentals (filesystems, permissions, processes, networking)
  • Productivity stack: Ubuntu + Neovim + Git

Why Linux matters in my work

  • ⚙️ I design tooling and automation like a sysadmin would: predictable, scriptable, repeatable
  • 🧠 I focus on fundamentals: processes, logs, permissions, networking, services
  • 🐳 I ship environments, not “it works on my machine”: containers + configuration + docs

⚙️ Backend Engineering Focus

mirco@linux:~$ backend --capabilities
  • REST APIs and service-oriented design
  • Data modeling with SQL (PostgreSQL / SQLite)
  • Background jobs, schedulers and automation scripts
  • Containerized environments (Docker, Compose)
  • Logging-first mindset and operational awareness

I care not only if the code works, but how it runs, how it fails, and how it can be debugged


🧠 How I Build Software

mirco@linux:~$ man development_style
  • Clarity over cleverness
  • Simple architectures before abstractions
  • Automation instead of repetition
  • Readable code for future maintainers
  • Small tools that do one thing well

Inspired by the Unix philosophy and real-world constraints.


🧰 Stack Overview


📊 Activity & Code Profile


📫 Connect

       


mirco@linux:~$ echo "fun_fact"
Great software comes from a mix of logic, curiosity and coffee 

Pinned Loading

  1. sysinfo-cli sysinfo-cli Public

    A lightweight command-line tool built in pure Python to display system information — CPU, RAM, disk, network, and uptime — with text and JSON output modes.

    Python 1

  2. fast-crud fast-crud Public

    FastAPI + PostgreSQL + Docker Compose simple CRUD

    Python 1

  3. Automatic-File-Organizer-in-Python Automatic-File-Organizer-in-Python Public

    A simple and efficient tool to automatically organize files by extension into categorized folders. Includes dry-run mode, safe file moves, and easy customization.

    Python

  4. pdf-to-docx-converter pdf-to-docx-converter Public

    A simple desktop tool to convert PDF files to DOCX using a GUI built in Python.

    Python

  5. Web-Scraping-Project Web-Scraping-Project Public

    Simple web scraping demo: titles, prices, stock & URLs from Books to Scrape. CLI flags (pages, delay, max-price). Exports CSV/XLSX.

    Python

  6. XML-to-Excel-converter XML-to-Excel-converter Public

    A simple Python tool to convert electronic invoice (NFe) XML files into Excel spreadsheets. Parses issuer, recipient, and address information from multiple XMLs and generates a clean .xlsx report.

    Python