Skip to content
View Krymancer's full-sized avatar
I need some coffee
I need some coffee

Highlights

  • Pro
Block or Report

Block or report Krymancer

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Krymancer/README.md

Júnior Nascimento

🤔 Who am I?

Hi, I'm a 24yo crazy brazilian guy who loves to code and make cool stuff

🧐 What do I do?

So I started learning about programming in 2014, and sice then when I have an Idea I try to make it, or at least have fun trying

I like to make things from scratch, understand how things work and try to make them better

🤓 My "stack"

  • #️⃣ C#/dotnet Love this language and the ecosystem. Used for a long time in bigge backend projets and professionally.

  • 🕸️ Javascript Who doesn't heard of it? For better or for worse I had to use a lot. Currently I'm using a lot of NextJS and React, but I really like SolidJS.

  • 🦀 Rust The most blazinly fast language, if you don't if you have skill issues

  • ⚡ Zig Really excited about. It's kinda like C but modern.

  • 🐍 Python Use it mostly for IA and ML stuff

  • 🤖 C/C++ Been using C and C++ for learning data structures and in competitive programming since I started learn programing

😁 Want to contact me?

Pinned

  1. AssemblyServer AssemblyServer Public

    A simple HTTP server writed in x86 assembly

    Assembly 22 1

  2. classic-mario classic-mario Public

    classic nes mario clone using vanilla javascript

    JavaScript 2

  3. ascii-fluids ascii-fluids Public

    A simple fluid simulation

    C++ 2

  4. python-flappIA python-flappIA Public

    Flappybird artificial intelligence

    Python

  5. Matrix-cpp Matrix-cpp Public

    Matrix helper class

    C++ 3

  6. All methods i know to calculate fibo... All methods i know to calculate fibonacci
    1
    #include <cmath>
    2
    #include <iostream>
    3
    #include <vector>
    4
    
                  
    5
    /* This is the recursive solution to our problem. */