Skip to content
View om1cael's full-sized avatar
  • Brazil
  • 01:08 (UTC -03:00)

Sponsors

Private Sponsor
Private Sponsor
@1260er

Block or report om1cael

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
om1cael/README.md

๐Ÿ‘‹ Hello, World!

I'm Micael, a self-taught developer passionate about backend systems and mobile development.

๐Ÿง  Tech Stack

  • โ˜• Java
  • ๐Ÿ“ฑ Flutter (Dart)
  • ๐ŸŒ HTML5 & CSS3
  • ๐Ÿ’พ Git & GitHub

๐Ÿš€ Highlight Projects

Project Description Tech
๐Ÿ’ง Hidroly A minimalist hydration tracker built with Flutter. Flutter, Dart
๐Ÿ’ฌ ChatLink Server Real-time messaging server (global & private) built with Java NIO. Java, NIO, Sockets
๐ŸŽฎ TicNet Networked Tic-tac-toe server in Java. Java, Sockets
๐ŸŒ httpecho Lightweight HTTP server built from scratch for learning web fundamentals. Java, Networking

๐Ÿ’ฌ About Me

  • ๐ŸŒฑ Currently exploring Flutter
  • ๐Ÿ’ก Always building something new or improving the old ones

Pinned Loading

  1. Hidroly Hidroly Public

    A minimalist hydration tracker built with Flutter.

    Dart 110 12

  2. TicNet TicNet Public

    TicNet is a tic-tac-toe game server powered by Java.

    Java

  3. httpecho httpecho Public

    A basic http server for practicing networking/sockets in Java. It serves static content and helps understand web server concepts. Only works with GET requests, not meant to be used in production.

    Java

  4. ChatLink-Server ChatLink-Server Public

    Provides functionalities for both global and private messaging using UUIDs.

    Java