Skip to content
View MarceloCFSF's full-sized avatar
💭
Learning
💭
Learning

Block or report MarceloCFSF

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

Hi there 👋

My name is Marcelo, and I hold a Bachelor's degree in Science and Technology from UFABC. From a young age, I have been fascinated by how technology can solve real-world problems, and this passion has driven me to explore software development and system optimization. I am currently completing my Bachelor's degree in Computer Science, also at UFABC. I am passionate about programming and technology, always eager to learn and explore new areas. 

Software developer with experience in creating and maintaining systems, working across all phases of the project lifecycle. I have worked on the development of platforms such as streaming solutions and e-learning (EAD) systems.

I have experience in deploying projects to production, providing technical support, and directly interacting with clients to gather requirements and propose solutions.

I am constantly seeking to optimize systems, always applying best development practices and aligning technology with the company's objectives.

🛠 Skills

  • Languages: JavaScript, TypeScript, Python, Dart, PHP
  • Backend: Node.js, Firebase, NestJS, Laravel
  • Frontend: React, Vue.js
  • Mobile: React Native, Flutter
  • DevOps: Docker
  • Databases: MySQL, PostgreSQL, Redis

🚀 Projects

🌱 Currently Learning

  • Nest.js
  • Golang
  • Nuxt.js

🎯 Interests

  • Open-source contributions
  • Fullstack Development

📫 Connect with me

Pinned Loading

  1. ScudEletronica/appScuderiaUFABC ScudEletronica/appScuderiaUFABC Public

    JavaScript 1

  2. todo-list-express-react todo-list-express-react Public

    TypeScript

  3. FizzBuzz Problem FizzBuzz Problem
    1
    // My FizzBuzz problem solve, using JavaScript
    2
    
                  
    3
    for(let i = 1; i <= 100; i++) {
    4
        console.log((i % 3 ? "" : "Fizz") + (i % 5 ? "" : "Buzz") || i)
    5
    }
  4. Super-Mario-World Super-Mario-World Public

    Agente inteligente capaz de finalizar a fase Yoshi Island 2 do jogo Super Mario World

    Python

  5. ci4-purchase-api ci4-purchase-api Public

    PHP

  6. charity-platform charity-platform Public

    Blade