Skip to content
View Bastian1110's full-sized avatar
πŸ‘»
πŸ‘»

Block or report Bastian1110

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.

Content in all repositories owned by your account will be closed.
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
Bastian1110/README.md

Hey, I'm Sebastian πŸ‘»

Software Developer @ Oracle

Portfolio LinkedIn Instagram

I'm a Computer Science grad (Tec de Monterrey '24) who's passionate about solving problems as elegantly as possible β€” whether that's a clean algorithm, a smooth interface, or figuring out why something broke at 2 AM. When I'm not shipping code, I'm building side projects, listening to music, or on a basketball court.

  • πŸ”­ Currently building things at Oracle, previously interned at Teradata
  • πŸ¦€ Into systems programming β€” Rust is my happy place
  • 🎨 Also enjoy the front-end side: Svelte, React, TypeScript
  • 🧠 I like weird little side quests: NLP-in-WASM, custom EEPROM programmers, homemade CPU emulators

GitHub stats Top languages

πŸ› οΈ Tech I work with

Svelte React TypeScript JavaScript Go Python Rust C++ C# Node.js Docker MongoDB MySQL Firebase AWS Tailwind Git WebAssembly Nginx DigitalOcean

πŸ“Œ A few projects I'm proud of

Project What it does
Words2Emotions NLP model that classifies emotion from voice, compiled to WASM and running fully client-side
Miau65i An improved programming language for the BE6502, written in Go
Kartenmaster A robot that plays β€” and wins at β€” UNO
Unoprom Arduino-based programmer for the AT28C256 EEPROM, with a Python mini-interface
Advent of Code 2023 My solutions in Go πŸŽ„
Portfolio Source for portfolio.mora.ink

Pinned Loading

  1. Kartenmaster Kartenmaster Public

    A robot that is an expert playing UNO

    Python 5 1

  2. Words2Emotions Words2Emotions Public

    A page to be able to visualize an NLP algorithm that voice detects and classifies the user's emotions, all running in WASM.

    Rust 1

  3. Miau65i Miau65i Public

    An improved version of Miau6502 (Programming Language for BE6502)

    Go 4

  4. Portfolio Portfolio Public

    This is the source code go my personal portfolio webpage :D

    JavaScript 1

  5. Unoprom Unoprom Public

    A programmer for the AT28256 EEPROM, based on the Arduino Uno and 8-bit shift register,it also has a mini-interface in Python.

    C++ 3

  6. Advent-of-Code-23 Advent-of-Code-23 Public

    Solutions in go for Advent of Code 2023 πŸŽ„

    Go