Skip to content
View marquesfelip's full-sized avatar

Block or report marquesfelip

Report abuse

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

Report abuse
marquesfelip/README.md

👋 Hi, I’m Felipe (or Phil)

I’m a software developer with 10+ years of experience in the tech industry, building solutions across different domains and stacks.

💼 Professional Background

Over the years, I’ve worked as:

  • QA Test Analyst
  • Technical Support Analyst
  • Microsoft 365 Finance & Operations Developer (X++)

This journey gave me a strong foundation in software quality, systems, and real-world problem solving.

🧰 Tech Stack

Area Technologies
Frontend ReactJS + Next.js or Vite
Backend NestJS + TypeORM, PostgreSQL, Golang + GORM + Gin
Desktop Tauri -> ReactJS + Vite and Rust

🚀 What I’m up to now

  • Working professionally with Microsoft 365 Finance & Operations
  • Building side projects with modern web technologies
  • Gradually shifting my backend focus to Golang
  • Creating cross-platform desktop apps with Tauri

📌 A bit more about me

I enjoy learning new technologies, refactoring ideas into better architectures, and experimenting with tools that improve developer experience and performance.

Feel free to explore my repositories and reach out!

Pinned Loading

  1. clone-tabnews clone-tabnews Public

    Clone do Tabnews pelo curso.dev

    JavaScript

  2. floaterminal.nvim floaterminal.nvim Public

    Lua

  3. nvim nvim Public

    Lua

  4. exercism exercism Public

    Exercícios práticos da plataforma exercism.org

    Go

  5. goget-yt goget-yt Public

    Download YouTube Videos

    Go

  6. MaskedInput MaskedInput
    1
    import { useState, useCallback, useMemo, forwardRef, useEffect } from 'react'
    2
    import { Input } from '@/components/ui/input'
    3
    import { cn } from '@/lib/utils'
    4
    
                  
    5
    interface MaskedInputProps