Skip to content
View alvinobarboza's full-sized avatar

Block or report alvinobarboza

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

Hi 👋, I'm Alvino Barboza

Fullstack

Welcome to my GitHub profile! I'm passionate about software development and have experience working with a wide range of technologies.

📈 GitHub Stats

Your GitHub Stats

Connect with me:

alvinobarboza

Thanks for visiting my profile! Feel free to check out my repositories and get in touch if you want to collaborate on any projects.

Below are some of the tools and frameworks I have worked with:

🚀 Technologies & Tools

Languages

Beginner Advanced
Java JavaScript
C# HTML5
C++ CSS3
Go

Frameworks

Beginner Advanced
Express.js Fastify
.NET Core SolidJS
Spring React
Tailwind CSS

Tools

Beginner Advanced
Grafana Nginx
Figma Node.js
Firebase npm
Cloudflare Android Studio
Cloudflare Workers DBeaver
PostgreSQL
Git
Postman
IntelliJ IDEA
VSCode
SQLite

Hobbies

Android Blender Godot Linux Unity

Pinned Loading

  1. Settings_App Settings_App Public

    Java

  2. UdpStream UdpStream Public

    Tests with exoplayer

    Java

  3. Simple CSV Reader without regex Simple CSV Reader without regex
    1
    import { createReadStream } from 'node:fs';
    2
    import path from 'node:path';
    3
    import { createInterface } from 'node:readline';
    4
    
                  
    5
    class CSVReader {