Skip to content
View asasvirtuais's full-sized avatar

Block or report asasvirtuais

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
asasvirtuais/readme.md

UpWork Top Langs

UpWork LinkedIn

Simplicity and honesty

I respect and admire the work of companies like Vercel, Airtable, Microsoft, and GitHub. Often I go for them as reference on how I should go about my work as a programmer.

However, seeing that these companies are huge, I recognize that they deal with a level of complexity that is unparalleled, which has little to nothing to do with my work as a mere freelancer.

So instead of trying to copy these giants, I aim to discover what I should be building in the context that I work in, that is, the context of a freelancer (which is complex enough in itself).

One Repo to master them all, One Repo to track them, One Repo to merge them all, and in Version Control bind them...

Pinned Loading

  1. auth.asasvirtuais.com auth.asasvirtuais.com Public

    NextJS + Auth0 project example

    TypeScript

  2. react.asasvirtuais.com react.asasvirtuais.com Public

    Storybook + React + ChakraUI project example

    TypeScript

  3. asasvirtuais-wp asasvirtuais-wp Public

    WordPresss Plugin that uses composer and updates from Github

    PHP

  4. fly.asasvirtuais.dev fly.asasvirtuais.dev Public

    Node server running on fly.io with a very simple Dockerfile

    Dockerfile

  5. We got to talk about Tailwind CSS a.... We got to talk about Tailwind CSS a.k.a. THE LINE
    1
    /** @src https://github.com/cschroeter/park-ui/blob/main/components/react/src/components/ui/button.tsx */
    2
    import { forwardRef } from 'react'
    3
    import { Center, styled } from 'styled-system/jsx'
    4
    import { Spinner } from './spinner'
    5
    import { Button as StyledButton, type ButtonProps as StyledButtonProps } from './styled/button'
  6. gitinbed gitinbed Public

    A simple solution to combine Version Control with Embed Indexing. Creates, updates, and removes embeddings of the repository files based on GIT A (Added Files), M (Modified Files), R (Removed Files…

    TypeScript 1