Skip to content
View joaodibba's full-sized avatar
๐Ÿƒโ€โ™‚๏ธ
grinding
๐Ÿƒโ€โ™‚๏ธ
grinding

Highlights

  • Pro

Block or report joaodibba

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

Hello World! I'm Joรฃo ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป ๐Ÿ‘‹

๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ About Me

I'm a software developer passionate about building, creating, solving problems, and continuous learning.
I enjoy working with cool stuff and exploring new technologies.

  • ๐ŸŒ Open to collaborating on open source and interesting projects
  • ๐Ÿ“š Constantly learning and improving

๐Ÿ’ผ Current Role

Junior Dev at Carrot Incentives ๐Ÿš€

๐Ÿ› ๏ธ Languages & Tools

๐Ÿ’ป Languages ๐Ÿงฉ Frameworks ๐Ÿ—„๏ธ Databases โ˜๏ธ DevOps ๐ŸŽจ Design

๐Ÿ“Š GitHub Stats & Activity

GitHub stats Top Languages

๐Ÿงฎ Roadmap

roadmap.sh

Pinned Loading

  1. tic_tac_toe tic_tac_toe Public

    A tic-tac-toe game built with C and the MLX graphics library.

    C

  2. 42_Minishell 42_Minishell Public

    Forked from rajh-phuyal/42Minishell

    Simplified version of a Bash inspired shell. Involving parsing user commands, executing them, and managing the environment.

    C

  3. miniserv miniserv
    1
    #include <errno.h>
    2
    #include <string.h>
    3
    #include <unistd.h>
    4
    #include <stdlib.h>
    5
    #include <stdio.h>
  4. 42_minitalk 42_minitalk Public

    Data exchange between processes using UNIX signals.

    C

  5. 42_transcendence 42_transcendence Public

    Forked from MrFacundo/ft_transcendence

    JavaScript

  6. drizzle-filters drizzle-filters Public

    Type-safe filters for Drizzle ORM with Zod validation

    TypeScript