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

Block or report om1cael

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
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 72 4

  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