Skip to content
View Asjas's full-sized avatar
🔥
🔥
  • South Africa
  • 02:36 (UTC +02:00)
  • @_asjas
Block or Report

Block or report Asjas

Report abuse

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

Report abuse

Pinned Loading

  1. prisma-redis-middleware prisma-redis-middleware Public archive

    Prisma Middleware for caching queries in Redis

    TypeScript 357 30

  2. template-repo template-repo Public template

    This is my template repo that contains most of the dotfiles and configs that I use.

    1

  3. fastify-shopify-graphql-proxy fastify-shopify-graphql-proxy Public

    A Fastify plugin to proxy requests to the Shopify GraphQL API

    TypeScript 6

  4. Certificates Certificates Public

    This is a repository that contains all the certificates that I have earned from Udacity, Wesbos, Pluralsight, Google, etc.

    3

  5. Modern CSS Reset - Andy Bell Modern CSS Reset - Andy Bell
    1
    // https://piccalil.li/blog/a-modern-css-reset
    2
    
                  
    3
    /* Box sizing rules */
    4
    *,
    5
    *::before,
  6. A CSS class for screen reader conten... A CSS class for screen reader content. This will hide the HTML Element from the user but will still allow screen readers to see it.
    1
    // https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
    2
    
                  
    3
    .sr-only {
    4
      border: 0 !important;
    5
      clip: rect(1px, 1px, 1px, 1px) !important;