Skip to content

Instantly share code, notes, and snippets.

View gmdias727's full-sized avatar

Gabriel Mazieri gmdias727

  • Axxispay
  • Brazil
  • 23:02 (UTC -03:00)
View GitHub Profile
@sibelius
sibelius / fintech-problems-roadmap.md
Last active May 24, 2025 18:25
roadmap of problems to solve in a Fintech

Here is a short list of problems to solve in "any" Fintech

  • KYC
  • Ledger
  • Scaling
  • Reliability
  • Latency
  • Security
  • Data Consistency
  • Integration with many external systems
@ironheart122
ironheart122 / seed_drizzle_zod_faker.ts
Last active November 7, 2024 03:40
TS Seed Script: Drizzle ORM + Zod + Faker (Minimal)
// tsx seed.ts
import { faker } from '@faker-js/faker';
import { pgTable, text, varchar, timestamp } from 'drizzle-orm/pg-core';
import { drizzle, PostgresJsDatabase } from 'drizzle-orm/postgres-js';
import { createInsertSchema } from 'drizzle-zod';
import { customAlphabet } from 'nanoid';
import postgres from 'postgres';
import { z } from 'zod';
@BRonen
BRonen / README.md
Created July 30, 2023 03:56
Desafio mentoria

Requisitos

Os requisitos desse projeto não são especificos de nenhuma linguagem nem framework, as integrações podem acontecer tanto no frontend quanto no backend. O foco principal é na usabilidade do projeto pelo usuário. A base da aplicação é baseada em 3 etapas:

  • a busca de um perfil na api do github;
  • a listagem dos resultados da busca;
  • a visualização desse perfil;
@josueayala27
josueayala27 / useApi.ts
Last active December 27, 2024 14:09
useApi.ts is a Vue.js composable that provides a simple interface for interacting with an API. This composable encapsulates the logic of making HTTP requests, handling responses, errors, and loading states, and conveniently provides the API data for use in Vue components.
import type { FetchOptions } from 'ohmyfetch';
import { useApiMethod } from '@/enums/composables/useApi';
/**
* Custom hook that makes an HTTP request to the API endpoint.
*/
export async function useApi<T>(
path: string,
opts?: FetchOptions,
prefix = 'api',

Como Pensar

Ler e entender um pouco desse artigo. https://wiki.c2.com/?FeynmanAlgorithm

  • Reconhecer como você pensa
  • Descrever métodos que você usa para pensar
  • Entender métodos diferentes de pensar
  • Fazer perguntas sobre tudo(incluindo sobre perguntas)

Perguntas

@hirrolot
hirrolot / CoC.ml
Last active March 27, 2025 12:53
Barebones lambda cube in OCaml
(* The syntax of our calculus. Notice that types are represented in the same way
as terms, which is the essence of CoC. *)
type term =
| Var of string
| Appl of term * term
| Binder of binder * string * term * term
| Star
| Box
and binder = Lam | Pi
@Fobxx
Fobxx / shige-skins.md
Last active June 30, 2025 19:13
Shigetora skins