Skip to content

Instantly share code, notes, and snippets.

View TrejoCode's full-sized avatar
🎯
Focusing

Sergio A. Trejo TrejoCode

🎯
Focusing
View GitHub Profile
{
"products": [
{
"codigo": "13013B22",
"web": 2.254,
"publico": 1.61,
"medioMayoreo": 1.38,
"mayoreo": 1.15,
"distribuidor": 0.874,
"franquicia": 0.782,
{
"yachts": [
{
"id": 1,
"name": "YATE BIG TIME",
"pax": 8,
"ft": 46,
"model": "CRUISER EXPRESS",
"tripulation": "Capitán",
"priceList": [16000, 16500, 18000, 19500, 21000],
@TrejoCode
TrejoCode / React Native - Interview.md
Last active June 29, 2023 21:10
Trejocode - React Native compilation skills

Jr Level

  • ¿Qué es un componente?
  • ¿Qué es un hook, cuales haz utilizado y para que?
  • ¿Cómo se trabajan las diferentes resoluciones de pantallas en React Native?
  • ¿Cómo se almacena información en React Native?
  • ¿Cómo te comunicas con un Rest API?
  • ¿Cómo manejas el estado de la app?
  • Generales de Typescript
@TrejoCode
TrejoCode / err.ts
Created June 8, 2024 02:15
Middleware Express Errors
/**
* @description Error middleware for handling errors in the application
* and converting them to a standard format for the client to consume
* and understand the error
*/
import type {
ErrorRequestHandler,
Response,
Request,