Skip to content
View cuervolu's full-sized avatar
🔍
Studying...
🔍
Studying...

Highlights

  • Pro
Block or Report

Block or report cuervolu

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

Hi there 👋, I'm Cuervolu

  • 🎒I am a student at Duoc UC from Chile 🇨🇱

  • I like to learn everything about software and web development!

  • I’m currently in the seventh semester :T

  • ⚡ Fun fact: I am a cinephile


Connect with me:


Details
export const thingsImLearning = () => ({
  askMeAbout: [
    'WebDev', 'MobileDev', 'DesktopDev', 'Tech', 'Music',
    'History', 'Video Games', 'Anime', 'Movies', 'Series'
  ],
  technologies: {
    tools: [
      'Visual Studio Code', 'Intellij IDEA', 'PyCharm', 'Rider', 'GoLand', 
      'Apache NetBeans', 'SQL Developer', 'Redux', 'WSL', 'SQL Server Management Studio', 'Visual Studio', 'Formik'
    ],
    languages: [
      'Javascript', 'Typescript', 'Java', 'C#', 'Rust', 'Python', 'Go', 'Kotlin', 'Dart'
    ],
    frontEnd: {
      js: ['Angular', 'React', 'Next.js', 'SvelteKit', 'Astro', 'Vue.js'],
      css: ['Bootstrap', 'Material UI', 'TailwindCSS', 'NextUI', 'ShadCN', 'Bulma']
    },
    backEnd: {
      js: ['Node', 'Express', 'Nest'],
      csharp: ['ASP.NET'],
      java: ['SpringBoot'],
      python: ['Django', 'FastAPI'],
      misc: ['Firebase', 'Bash', 'Powershell', 'zsh']
    },
    mobile: ['Ionic', 'Flutter', 'React Native'],
    desktop: ['WinForms', 'WPF', 'Electron', 'Tkinter', 'PyQT', 'Swing', '.NET MAUI', 'JavaFX'],
    databases: ['PostgreSQL', 'MySQL', 'SQLite', 'Oracle', 'Firestore', 'Mongo', 'SQL Server'],
  },
  architecture: ['Clean Architecture', 'MVC', 'MVVM', 'Microservices'],
  integration: ['SOAP', 'API REST', 'GraphQL'],
  os: ['Kali', 'Windows', 'Ubuntu', 'Manjaro']
});
⚡ GitHub Stats

cuervolu
cuervolu

Pinned Loading

  1. TeLlevoApp TeLlevoApp Public

    Caso semestral y exámen de la asignatura en Desarollo de Aplicaciones Móviles hecho con Ionic , Firebase y Maps JavaScript API

    TypeScript 3

  2. BestPaws BestPaws Public

    Prueba que tuve en el segundo semestre en Desarollo der Software de Escritorio.

    Java 1

  3. MERN-Calendar-Backend MERN-Calendar-Backend Public

    Backend de aplicación de calendario con MERN

    JavaScript 1

  4. MERN-Calendar-Frontend MERN-Calendar-Frontend Public

    Frontend de una aplicación de calendario virtual hecho en React con el MERN Stack

    JavaScript 1

  5. LibreriaImagina-AW LibreriaImagina-AW Public

    Este proyecto tiene como objetivo proporcionar una plataforma para la gestión de una librería virtual, permitiendo a los usuarios realizar búsquedas y compras de libros.

    HTML

  6. LibreriaImagina-ADE LibreriaImagina-ADE Public

    Este es un proyecto de Aplicación de Escritorio (ADE) para la Librería Imagina. Creado usando el lenguaje de programación C#, el patrón MVVM y la plataforma .NET Framework.

    C#