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

Block or report Asjas

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. prisma-redis-middleware prisma-redis-middleware Public archive

    Prisma Middleware for caching queries in Redis

    TypeScript 355 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;