Skip to content
View apollodaniel's full-sized avatar
🤠
🤠

Block or report apollodaniel

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

header

$ whoami
> generalist dev who tries everything — web, mobile, infra, and tooling.
$ background
> ex-mobile dev (Flutter / Android); focused now on Next.js, TypeScript, Supabase.
$ stack --current
> next.js · typescript · supabase
$ stack --always
> flutter · linux · neovim · next.js

Image Image Image Image


Currently working with

Image

Languages I speak fluently (to machines)

Image

Mobile, frameworks & platforms

Image

Data

Image

Daily drivers

Image


GitHub at a glance

Image Image Image Image

Contribution snake

github contribution snake
“Talk is cheap. Show me the code.” — Linus Torvalds

Image

Pinned Loading

  1. hangman_game_asm_x86_64 hangman_game_asm_x86_64 Public

    Hangman Game in Assembly x86_64 | Jogo da forca em assembly x86_64

    Assembly 1

  2. nalov-chat nalov-chat Public

    Fullstack chat application made by me #mark <video: yfa7i3I8zb4>

    Dockerfile 1

  3. budget_manager_rs budget_manager_rs Public

    Gerenciador de financias feito com Rust, Ratatui e Sqlite. #mark $https://raw.githubusercontent.com/apollodaniel/budget_manager_rs/main/images/dates.png

    Rust

  4. consulta_correios consulta_correios Public

    App não oficial que rastreia pacotes nos correios. $https://raw.githubusercontent.com/apollodaniel/consulta_correios/master/src/print_001.png

    Java

  5. morgana_start_page morgana_start_page Public

    Morgana is a new tab website made in Flutter $https://raw.githubusercontent.com/apollodaniel/morgana_start_page/main/images/morgana_preview.png

  6. For loop in x86 asm ( intel syntax )... For loop in x86 asm ( intel syntax ) with stdout printing
    1
    ; Author: Apollo Daniel
    2
    ; Creation Date: 10/08/2024 ( mm/dd/yyyy )
    3
    ; Description: A for loop in x86 assembly, using intel syntax
    4
    ; It just loops from 0 to 10
    5