Skip to content
View picuu's full-sized avatar
🚀
Learning Astro
🚀
Learning Astro

Highlights

  • Pro
Block or Report

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

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

wakatime badge

🖥️ See my personal page at carloscapo.com

🧠 I'm interessed with JavaScript, 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

  1. portfolio portfolio Public

    Personal Web Portfolio created with Astro.

    Astro 2

  2. itb-buscaminas itb-buscaminas Public

    Juego del buscaminas con HTML, CSS y JavaScript.

    JavaScript

  3. itbflix-remake-astro itbflix-remake-astro Public

    Remake of the school project I did. ITBFlix was a static website made with HTML and CSS. Now I rebuild it with Astro and Tailwind, and I added a search.

    TypeScript

  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`.