Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View RyanGst's full-sized avatar
🐊
🐊

Highlights

  • Pro

Organizations

@Twiage

Block or report RyanGst

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

Hi, i'm Ryan Lucas

I'm a mobile app developer with experience in technologies like React Native, Java, and Kotlin. In addition, I have experience in the JavaScript ecosystem, with skills in frontend libraries like React and Next.js, and backend frameworks like Express and Koa.

I'm passionate about learning and delving into new technologies, always seeking to take my projects to the next level. I'm willing to work on projects that challenge my skills and allow me to grow professionally. Let's work together and turn your ideas into amazing applications!

🔧 Techs and tools:

Languages / Runtimes

JavaScript TypeScript Kotlin Python

Frameworks and Libs

React Native Expo TailwindCSS Next JS Express.js Redux Electron.js

Databases

Postgres SQLite

Get in touch:

Twitter LinkedIn

Pinned Loading

  1. facebook/react-native facebook/react-native Public

    A framework for building native applications using React

    C++ 122k 24.6k

  2. blog blog Public

    TypeScript 1

  3. react-native-sqlite-example react-native-sqlite-example Public

    TypeScript 1

  4. Alma-Fatec/backend-alma Alma-Fatec/backend-alma Public

    REST Api do projeto Alma escrita usando Node.js e Typescript

    TypeScript 1 1

  5. useMakeJsThreadBusy.js useMakeJsThreadBusy.js
    1
    import { useEffect } from "react";
    2
    
                  
    3
    const fibonacci = (num: number) => {
    4
      let a = 1,
    5
        b = 0,