Skip to content
View sebasmrl's full-sized avatar
Block or Report

Block or report sebasmrl

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

Pinned Loading

  1. transacciones-fraudulentas-pg transacciones-fraudulentas-pg Public

    HTML

  2. ipuc-server ipuc-server Public

    Este repositorio alude al backend REST-API para uso exclusivo de la Iglesia Pentecostal Unida de Colombia

    TypeScript

  3. Esta clase contiene un metodo estát... Esta clase contiene un metodo estático para formatear numeros extensos a strings legibles de forma amigable con los usuarios, Ej: 143.790 -> 143.7K, 2.250.000 -> 2.2M
    1
      Map<int, String> _shortNotationNumbers = {
    2
        1: 'K',
    3
        2: 'M',
    4
        3: 'B',
    5
        4: 'T'
  4. toktik-flutter toktik-flutter Public

    This a project developed with with Flutter based in tiktok screens.

    C++

  5. Custom Hook for manage forms in React Custom Hook for manage forms in React
    1
    import { ChangeEvent, FormEvent, useState } from "react";
    2
    
    
    3
    
    
    4
    
    
    5
    /**
  6. ecommerce-typeorm-nest-basis ecommerce-typeorm-nest-basis Public

    This is a short repository about Backend in Nestjs with TypeORM

    TypeScript