Skip to content
View picuu's full-sized avatar
⚛️
Learning React
⚛️
Learning React

Highlights

  • Pro

Block or report picuu

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
picuu/README.md

github header banner

👋🏼 Hi, I'm Carlos

Visitors badge

19-year-old web development student. Currently staying in Barcelona, Spain 🇪🇸.

wakatime badge

🖥️ See my personal page at carloscapo.com

🧠 I'm interessed with JavaScript, TypeScript, React, Node, Astro and CSS.

Skills & Technologies

HTML Badge CSS Badge JavaScript Badge Astro Badge TailwindCSS Badge NodeJS Badge Vue.js Badge Kotlin Badge Python Badge PostgreSQL Badge Git Badge Vercel Badge Netlify Badge IntelliJ Badge Visual Studio Code Badge Obsidian.md Badge

📧 Connect with me

Feel free to contact me via:

LinkedIn Badge Discord Badge Email Badge GitHub Badge


GitHub Stats Card Top Langs card

📓 Check out my Gists

Gist Card Gist Card

Pinned Loading

  1. portfolio portfolio Public

    Personal Web Portfolio created with Astro.

    Astro 2

  2. minesweeper minesweeper Public

    Forked from tonirecio/minesweeper-2024

    Minesweeper game made with Next.js, React and TypeScript, and tests using Jest.

    TypeScript

  3. calculator-ios calculator-ios Public

    Clone of the IOS calculator app made with vanilla JavaScript

    JavaScript

  4. instagram-clone instagram-clone Public

    Simple Instagram clone made with PHP

    PHP

  5. Git and GitHub course Git and GitHub course
    1
    # Git y GitHub
    2
    
                  
    3
    > Es mucho más recomendado usar SSH para clonar repositorios, en vez de HTTPS.
    4
    5
    > Una buena práctica a la hora de hacer commits es no usar puntos. El mensaje de los commits realmente son sus títulos, y estos nunca se puntúan. Es tan fácil como fijarse en como GitHub hace sus propios commits.
  6. IntelliJ Config for Dokka and JUnit IntelliJ Config for Dokka and JUnit
    1
    # IntelliJ Config for Dokka and JUnit
    2
    
                  
    3
    ## Dokka for KDoc documentation
    4
    
                  
    5
    Add `id("org.jetbrains.dokka") version "1.9.10"` to the plugins section, in `build.gradle.kts`.