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

Block or report GerardKetuma

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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