Skip to content

Instantly share code, notes, and snippets.

View angelcgar's full-sized avatar
馃幆
Focusing

Angel Contreras Garcia angelcgar

馃幆
Focusing
View GitHub Profile
@Klerith
Klerith / instalaciones-zustand.md
Last active May 14, 2026 23:58
Instalaciones recomendadas para el curso de Zustand

Zustand Logo

Instalaciones recomendadas - Curso de Zustand

React + TypeScript + Tailwind + Router Dom

@Klerith
Klerith / ProductForm.tsx
Created November 27, 2023 17:59
Formulario para actualizar un producto
"use client";
import { Product } from "@/interfaces";
interface Props {
product: Product;
}
const sizes = ["XS", "S", "M", "L", "XL", "XXL"];
@Klerith
Klerith / vue-instalaciones.md
Last active March 20, 2026 23:13
Instalaciones recomendadas - Curso de Vue.js de cero a experto
@Klerith
Klerith / instalaciones-shadcn.md
Last active August 1, 2026 13:59
Instalaciones recomendadas para el curso de Shadcn/ui
@Klerith
Klerith / images.ts
Created December 16, 2024 18:14
Listado de im谩genes
const imageUrls: string[] = [
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-1.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-2.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-3.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-4.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-5.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-6.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-7.jpg",
"https://flowbite.s3.amazonaws.com/docs/gallery/square/image-8.jpg",
Act as an expert Prompt Engineer. Your primary reference for this task is the provided book: 'Prompt Engineering' by Lee Boonstra.
When I give you a prompt that I want to improve, which we'll call聽[User_Prompt_To_Improve], your objective is to analyze it and then transform it into an optimized version. This optimized version should be designed to take the biggest advantage of Gemini, based聽strictly聽on the principles, techniques, and best practices detailed in this book.
Your response should provide two key components:
The Optimized Prompt:聽Present the rewritten, improved version of聽[User_Prompt_To_Improve].
@Klerith
Klerith / react-to-npm.md
Created April 8, 2026 20:10
Subir un paquete de componentes a NPM

Crear y subir paquetes de React a NPM

DevTallesfernando-herrera.com
Gu铆a completa de configuraci贸n y despliegue
Stack: React 路 TypeScript 路 CSS Modules 路 Vitest 路 Rollup


Contenido