Skip to content
View GerardKetuma's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report GerardKetuma

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

Pinned

  1. eslint-config-react-native-gerardketuma eslint-config-react-native-gerardketuma Public

    Eslint Configuration used in all my React Native Apps.

    JavaScript

  2. graphql-typescript-server-boilerplate graphql-typescript-server-boilerplate Public

    Custom boilerplate to setup GraphQL, Node, Express, Postgres, Typescript and Docker.

    TypeScript

  3. Classes in TypeScript Classes in TypeScript
    1
    // See blog post at https://ketuma.com/lessons/typescript-classes
    2
    
                  
    3
    //Classes
    4
    interface IMatrix {
    5
      width: number
  4. Interfaces in TypeScript Interfaces in TypeScript
    1
    // See blog post at https://ketuma.com/lessons/typescript-interfaces
    2
    
                  
    3
    //Interfaces
    4
    
                  
    5
    interface Account {
  5. Generics in TypeScript Generics in TypeScript
    1
    // See blog post at https://ketuma.com/lessons/typescript-generics
    2
    
                  
    3
    // Generics