Skip to content
View ekrresa's full-sized avatar
🎯
chilling...
🎯
chilling...

Highlights

  • Pro

Block or report ekrresa

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

Hi 👋 My name is Ochuko Ekrresa

Software Engineer

Ochuko is a software engineer that is passionate about web technologies. I work mostly on the frontend with React and TypeScript.

  • 🌍  I'm based in Lagos, Nigeria
  • 🖥️  See my portfolio at https://ekrresa.com
  • ✉️  You can contact me at [email protected]
  • 🧠  I'm learning Go
  • 🤝  I'm open to collaborating on interesting web projects

Skills

TypeScriptGoReactNextJsNodeJSMySQLPostgreSQLMongoDB

Socials

Pinned Loading

  1. ekrresa.com ekrresa.com Public

    My personal website

    TypeScript

  2. thullo thullo Public

    A Trello clone using Supabase as the backend.

    TypeScript 2

  3. mobile-menu-patterns mobile-menu-patterns Public

    A collection of patterns for site navigation on mobile devices

    TypeScript 1

  4. Custom react hook to manage localSto... Custom react hook to manage localStorage values. SSR safe
    1
    export function useLocalStorage<T>(key: string, initialValue: T) {
    2
      const [value, setValue] = React.useState<T | undefined>(() => initialValue);
    3
    
                  
    4
      // Gets initial value from localStorage if available
    5
      React.useLayoutEffect(() => {
  5. dog-wiki dog-wiki Public

    A repository of dogs

    TypeScript

  6. dsa dsa Public

    Data structures and algorithms solutions in multiple languages

    Go