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

Block or report Shellyda

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

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

Report abuse
Shellyda/README.md

Hello there!

I'm Shellyda Barbosa, a Software Engineer at iFood and a Computer Engineering student at CIn-UFPE.

I build scalable backend systems, distributed architectures, and cloud-native applications. My experience spans backend development, event-driven systems, and modern software engineering practices, while my background in web and mobile development allows me to understand products from end to end. Besides engineering, I enjoy mentoring, public speaking, and sharing knowledge through teaching, technical content, and open-source projects.

πŸš€ What I'm Working On

  • Building distributed systems with Golang, Kotlin, and Apache Kafka
  • Designing cloud-native applications using Docker, Kubernetes, and AWS
  • Improving observability with Datadog
  • Studying distributed systems, system design, and software architecture
  • Solving algorithmic problems

βš™οΈ Technologies & Tools

Go Kotlin C++ Python Apache Kafka PostgreSQL Docker Kubernetes AWS Datadog TypeScript JavaScript React Next.js Node.js Firebase MongoDB Git Gitlab Linux

πŸ“š Open-Source Contributions

I believe in knowledge-sharing, so I created repositories to help developers learn new concepts while documenting my own learning journey through mini projects and hands-on activities:

πŸ“Š GitHub & LeetCode

Statistics


🌐 Connect with Me

Feel free to reach out!

Pinned Loading

  1. leetcode-algorithms-challenges leetcode-algorithms-challenges Public

    This repository was created as a way to deepen understanding of algorithms and data structures by solving problems from Leetcode. Each solution is documented to serve as both a reference and a pers…

    C++

  2. studies-html-css-basic studies-html-css-basic Public

    Relevant information for those who want to start learning HTML and CSS that can support their study with activities and projects.

    HTML 6

  3. snake-game-bootloader-project snake-game-bootloader-project Public

    A simple Snake Game, classic arcade where the player controls a snake moving around a grid-like playing field was developed using Assembly language and incorporates the concept of a bootloader.

    Assembly 7 2

  4. project-design-database project-design-database Public

    Database system for bus companies, managing driver outsourcing, trip tracking, maintenance, and ticket sales. Designed in conceptual, logical, and physical stages with SQL implementation.

    2 2

  5. pokemon-fpga-game-ihs-project pokemon-fpga-game-ihs-project Public

    Forked from mfbsouza/ihs-project-layout

    Lightweight adventure game inspired by the classic PokΓ©mon series, adapted to run on the DE2i-150 FPGA board.

    Verilog 2 2

  6. real-time-pathfinding-simulation real-time-pathfinding-simulation Public

    Forked from jambis-prg/real-time-pathfinding-simulation

    Interactive pathfinding visualization tool built with p5.js, featuring multiple search algorithms (BFS, DFS, Dijkstra, A*, Greedy) running in real-time on a procedural grid with terrain costs and o…

    JavaScript