Skip to content
View brunoliratm's full-sized avatar
😁
Motivated
😁
Motivated

Sponsoring

@shiftkey

Highlights

  • Pro

Organizations

@Exploit-Experts

Block or report brunoliratm

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




👨‍💻 ABOUT ME

public class BrunoMagno {
    private String name = "Bruno Magno";
    private int age = 20;
    private String location = "Pernambuco, Brazil";
    private List<String> interests = Arrays.asList("Web Development", "Android Development", "Backend Applications");

    public BrunoMagno() {}

    public void describe() {
        System.out.println("👋 Hi there! I'm " + name + ".");
        System.out.println("🎂 I'm " + age + " years old and currently living in " + location + ".");
        System.out.println("💻 I’m a Software Developer passionate about " + String.join(", ", interests) + ".");
        System.out.println("📚 In my free time, I take courses to expand my knowledge and skills.");
    }
}

public static void main(String[] args) {
    BrunoMagno bruno = new BrunoMagno();
    bruno.describe();
}

🧰 TOOLS & ENVIROMENTS

Tools & Environments


🛠️ TECNOLOGIES




🔥 MY STATS


Pinned Loading

  1. Repository-ROMs-Exynos7870 Repository-ROMs-Exynos7870 Public

    This repository contains a collection of custom ROMs Copiled/Ported by me for devices with exynos 7870.

    1

  2. Password-Gen Password-Gen Public

    This Python-based tool allows you to quickly create reliable passwords to protect your online accounts.

    Python

  3. Ludus-GameStore Ludus-GameStore Public

    Ludus is not just a game store, it's a gateway to endless adventures and thrilling experiences. Whether you're a casual gamer or a hardcore enthusiast, Ludus has something for everyone.

    CSS 1 1

  4. RickAndMorty-Spring-API RickAndMorty-Spring-API Public

    Forked from Exploit-Experts/RickAndMorty-Spring-API

    This project will be a web application based on Spring Boot that uses a RESTful API to consume data from the Rick and Morty series. It will include features such as character listing, details about…

    Java

  5. PixyRange PixyRange Public

    Pixy Range is an Angular web application that calculates the distance of objects in images based on the object's actual size, its size in the image, and the camera's focal length. Ideal for photogr…

    TypeScript 2

  6. skill-icons skill-icons Public

    Forked from tandpfun/skill-icons

    The Skill Icons project allows you to stylishly showcase your skills in your GitHub README. With an easy-to-integrate interface, it offers a vast library of customizable icons representing a variet…

    SVG 1