Skip to content
View LaDuquesaDev's full-sized avatar
👩‍💻
👩‍💻

Block or report LaDuquesaDev

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
laduquesadev/README.md

Hi 👋, my name is Yulimar, but everyone calls me Yuli (or sometimes Duquesa)

Frontend & Mobile Developer | DevRel

Creating impactful software with a passion for clean code and great UX

Who I am?

"use client"

import React from "react"
import { PersonalIntroductionSection } from "@/styles/personal-introduction-styles"

interface PersonalInfo {
  nombre: string
  rol: string
  tecnologias: string[]
  aprendiendo: string
  ubicacion: string
  objetivos: string[]
}

const crearPresentacionPersonal = (info: PersonalInfo): string => {
  return `👷 ${info.nombre} - ${info.rol}
💡 Stack Tecnológico: ${info.tecnologias.join(", ")}
📚 Aprendiendo: ${info.aprendiendo}
📍 Ubicación: ${info.ubicacion}
🎯 Objetivos: ${info.objetivos.join(" | ")}`
}

export const PersonalIntroduction = () => {
  const presentacion = crearPresentacionPersonal({
    nombre: "Yulimar Duque de Alba",
    rol: "Frontend & Mobile Developer",
    tecnologias: ["TypeScript", "React", "React Native", "Next.js", "Tailwind CSS"],
    aprendiendo: "AI & Machine Learning",
    ubicacion: "Medellín",
    objetivos: ["Construir proyectos impactantes", "Mantenerse saludable", "Disfrutar del proceso"]
  })

  return <PersonalIntroductionSection>{presentacion}</PersonalIntroductionSection>
}

YouTube Channel Subscribers YouTube Channel Views GitHub followers GitHub User's stars

🚀 Featured Projects

Stack: JavaScript, Astro, Tailwind CSS
📦 Source code
Portfolio where I showcase my projects, skills, and passion for creating beautiful and functional web experiences.


Stack: Astro, TypeScript, Tailwind CSS
📦 Source code
Personal blog where I share articles related to technology and lifestyle as a software engineer.


Stack: React Native, TypeScript, Zustand, TanStack Query
📦 Source code
A mobile experience for movie lovers who want to explore films, discover details, and create their own watchlist.


Stack: React Native, Expo
📦 Source code
Chatbot trained to answer questions about the user's credit history.

Connect with me

Linkedin Youtube Instagram



⚙️  GitHub Analytics

Pinned Loading

  1. Cifrado-Cesar Cifrado-Cesar Public

    Forked from Laboratoria/BOG004-cipher

    This project will allow you to communicate with other people through encrypted messages, it will allow you to encrypt and decrypt texts.

    JavaScript 1

  2. md-links md-links Public

    Forked from Laboratoria/BOG004-md-links

    MD-LINKS is an API and a command line (CLI) executable tool developed with Node.js, which allows you to identify, validate and obtain statistics of the URLs contained in Markdown format files, you …

    JavaScript 1