Skip to content

BrunoRNS/BrunoRNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hey, I'm Bruno RNS

Software developer building open-source tools with algorithmic elegance.

I'm Bruno RNS, a software developer and student from Cascavel, PR โ€“ Brazil.

My work reflects both technical rigor and creative curiosity โ€” from building backend systems and tooling to composing guitar riffs and tinkering with SNES development.

My Skills

High level skills

My Skills

Confortable level skills

My Skills

Basic level skills

My Skills

๐Ÿ› ๏ธ Tools & Technologies

My Skills

๐ŸŒŸ Fun Facts

  • ๐ŸŽฎ Lifelong fan of 90s games like Sonic & Mario โ€” now building SNES tools!
  • ๐ŸŽธ Mixes backend logic with musical composition!
  • ๐Ÿ”„ Obsessed with clean, modular code, OOP, SOLID and automation!

โ˜• My class in java

public class BrunoRNS {
    final String name = "Bruno RNS";
    String strongest = "Java & Python";
    String intermediate = "C and Bash/Shell";
    String basics = "HTML, CSS and JS";
    String inLoveWith = "SNES game development";
    String hometown = "Cascavel, PR - Brazil";

    public void introduce() {
        System.out.println("Hey, I'm " + name + " from " + hometown);
        System.out.println("Languages I'm very good at: " + strongest);
        System.out.println("Comfortable with: " + intermediate);
        System.out.println("Basics in: " + basics);
        System.out.println("In Love with: " + inLoveWith);
    }

    public static void main(String[] args) {
        new BrunoRNS().introduce();
    }
}

๐Ÿ“ซ Contact

Gmail Badge

Stats

Bruno RNS GitHub stats

Top Languages

Current Streak

About

My README

Topics

Resources

Stars

Watchers

Forks