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 • Databases


╭──────────────────────────────────────────────────────────────────────────╮
│ SYSTEM INFORMATION                                                       │
├──────────────────────────────────────────────────────────────────────────┤
│ User        : mirco                                                      │
│ Host        : github                                                     │
│ Role        : Backend Python Developer                                   │
│ OS          : Linux (Ubuntu / WSL)                                       │
│ Shell       : bash                                                       │
│ Editor      : Neovim                                                     │
│ Containers  : Docker                                                     │
│ Databases   : PostgreSQL | SQLite                                        │
╰──────────────────────────────────────────────────────────────────────────╯

Backend development with a Linux mindset — predictable, scriptable, observable.


🐧 Linux-First Philosophy

mirco@linux:~$ cat /etc/philosophy
  • Linux is my daily workspace, not just a runtime
  • I think in processes, logs, permissions and services
  • Automation > manual work
  • Reproducibility > local hacks
  • Terminal-first workflow
I don’t just write code. 
I design systems that behave well under pressure. 

⚙️ Backend Engineering Focus

mirco@linux:~$ backend --capabilities
  • REST APIs and backend service design
  • Data modeling with SQL (PostgreSQL / SQLite)
  • Background jobs, schedulers and automation scripts
  • Containerized environments (Docker, Compose)
  • Operational awareness: logs, failures, debugging
I care not only if the code works,
but how it runs, how it fails, and how it is debugged.

🧠 How I Build Software

mirco@linux:~$ man development_style
  • Clarity over cleverness
  • Simple architecture before abstractions
  • Automation instead of repetition
  • Small tools that do one thing well
  • Code written for humans, not just machines
Inspired by Unix philosophy and real-world constraints.

🧰 Stack Overview


📊 System Activity

mirco@linux:~$ uptime


🔗 Connect

       


mirco@linux:~$ echo "final_note"
Build software that is calm, predictable and observable. ☕

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