Skip to content
View Kyuorhan's full-sized avatar
:octocat:
Literally focused
:octocat:
Literally focused

Organizations

@Family-AGRO @Talkio-inc

Block or report Kyuorhan

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

Profile Card

Hey Bro 🐱‍💻, it's OK?

I'm Jhonny, also known as Kyuorhan, a Senior Mobile Engineer focused on React Native, Flutter, mobile releases and UX/UI-minded product development. I also work with web technologies, building experiences with attention to performance, usability, clean code and continuous learning.

📱 Mobile Developer
🎓 Analysis and Systems Development, graduated by UNIFASIPE
🎓 Projects of Cross-platform Mobile Applications, postgraduate by UniAmérica + Descomplica
⚡️ Highly focused on a programming universe


LinkedIn Email GitHub Instagram


TECHNOLOGY & TOOLS

Core Skills

React Native TypeScript Next.js Flutter Dart Firebase Push Notifications Crashlytics App Signing Android Studio Google Play Console Xcode App Store Connect Prisma ORM Atomic Design

Additional Skills

Node.js Tailwind CSS Styled Components Figma UX/UI Design Clean Code Code Review SOLID Design Patterns Scrum Kanban MVP Delphi MySQL SQLite

AI & Tools

GitHub Copilot ChatGPT NotebookLM AI Code Review Prompt Engineering

DevOps

Git GitLab CI/CD GitHub Actions Vercel EAS Build EAS Submit Fastlane TestFlight

Building mobile experiences with engineering, usability and a product mindset.

Pinned Loading

  1. payflow payflow Public

    PayFlow - Gerenciador de boletos

    Dart 4 1

  2. Layers_Router Layers_Router Public

    Framework for Route Layers in Delphi Application

    Pascal 8 5

  3. VSCode Settings VSCode Settings
    1
    {
    2
      /* ---- EDITOR ---- */
    3
      "editor.fontFamily": "JetBrainsMono, Hack Nerd Font", // Define a fonte no editor
    4
      "editor.fontSize": 14, // Define o tamanho da fonte no editor
    5
      "editor.suggestFontSize": 14, // Define o tamanho da fonte nas sugestões
  4. VSCode Snippets VSCode Snippets
    1
    {
    2
    	// COMPONENTES FUNCIONAIS
    3
    	"React Shared: Functional Component": {
    4
    		"scope": "typescriptreact,typescript",
    5
    		"prefix": "rs-fc",