Skip to content
View nivandres's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report nivandres

Report abuse

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

Report abuse
nivandres/README.md

👋 Hello there! I'm Ivan. 20 y.o. Web developer since 2022. Gists



  • JavaScript, TypeScript, Node.js, Bun.
  • React, Next.js, Astro, Native.
  • WebSocket, HTTP, REST API.
  • Prisma, SQL, Redis, Supabase.
  • Vercel, Fly.io, CF, AWS, OCI.
  • Docker, Compose, GH Actions.

  • Spanish Native.
  • English Fluent.

Pinned Loading

  1. intl-t intl-t Public

    A Fully-Typed Object-Based i18n Translation Library

    TypeScript 296 6

  2. Insertion Sort Alorithm based on con... Insertion Sort Alorithm based on conditional callback function
    1
    /* Insertion Sort Function based on conditional callback function */
    2
    /* Sorts an array of values using a callback function to compare the values like the Array.sort(fnCompare) */
    3
    /* Using only loop and conditional statements, the function loops through the unsorted array and compares each value with the
    4
       already sorted array using the callback function. If the callback function returns true, the value is inserted into the sorted
    5
       array in the correct position. If the callback function returns false, the value is moved to the next index in the unsorted
  3. Locales Locales
    1
    {
    2
      "languages": [
    3
        {
    4
          "code": "af",
    5
          "name": "Afrikaans",
  4. socket-template socket-template Public template

    TypeScript

  5. the-cv-comedy-podcast the-cv-comedy-podcast Public

    Convierte cada CV en un episodio humorístico de The CV Comedy Podcast usando Google Gemini 2.0 Flash con multi-speaker TTS

    TypeScript

  6. whatsapp-web-mcp whatsapp-web-mcp Public

    A MCP server for WhatsApp Web

    TypeScript