Skip to content
View codigoisaac's full-sized avatar
💎
isStudying = true; isCreating = true;
💎
isStudying = true; isCreating = true;

Block or report codigoisaac

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 Loading

  1. SleepyCatCult_backend SleepyCatCult_backend Public

    API for my project called Sleepy Cat Cult, a fullstack web app, where you can manage your favorite cult movies. The API is made with NestJS, Prisma and PostgreSQL.

    JavaScript

  2. SleepyCatCult_frontend SleepyCatCult_frontend Public

    Frontend for my project called Sleepy Cat Cult, a fullstack web app, where you can manage your favorite cult movies. The frontend is made with Next.js, TailwindCSS and Shadcn/ui.

    TypeScript

  3. EnterTheNest EnterTheNest Public

    Complete authetication system with NestJS, Prisma and PostgreSQL

    JavaScript

  4. binary-shift binary-shift Public

    A web app that translates binary code to text, and texto to binary code. Made with React.js, Redux, and TailwindCSS.

    JavaScript

  5. Abyss Abyss Public

    A web app where you can make abstract paitings. Made with HTML Canvas, JavaScript and CSS.

    JavaScript 2

  6. A Lisp program for computing the Fac... A Lisp program for computing the Factorial of any given number in Linear Recursive or in Linear Iterative Process. Try both and notice the difference.
    1
    #lang racket
    2
    ;;;;Linear Recursion and Iteration
    3
    
                  
    4
    ;;;Linear Recursive process for computing factorials (fact-r n)
    5