Skip to content
View ReeseArch64's full-sized avatar
๐Ÿ‡ง๐Ÿ‡ท
Focused on achieving a specific goal
๐Ÿ‡ง๐Ÿ‡ท
Focused on achieving a specific goal

Organizations

@onixaeroportos

Block or report ReeseArch64

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 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
reesearch64/README.md
โ”Œโ”€[ Alan "ReeseArch64" Guerra ]
โ”‚  Engenheiro de Software ยท 11+ anos de XP
โ”‚  Criador de conteรบdo ยท Arquiteto de caos digital
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

๐Ÿง‘โ€๐Ÿ’ป whoami

  • Software Engineer Sรชnior (Frontend + Backend + Infra)
  • Jรก quebrei produรงรฃo em ๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ‡ซ๐Ÿ‡ฎ ๐Ÿ‡ฆ๐Ÿ‡ท (e arrumei depois ๐Ÿ› ๏ธ)
  • Obcecado por sistemas distribuรญdos, UI/UX e low-level hacking
  • Linux user since ever (Arch btw ๐Ÿง)

๐Ÿ”ง toolset

$ techstack --list
- Languages:   JS, TS, Java, Go, Python, Lua
- Frontend:    React, Next.js, Angular
- Backend:     NestJS, Elysia, Bun, Node.js
- Infra:       Docker, K8s, AWS, RabbitMQ, Redis
- DBs:         PostgreSQL, Prisma, Drizzle

๐Ÿ“Š github status


๐ŸŒ social

[~] Portfolio   โ†’ seu-portfolio.com
[~] YouTube     โ†’ youtube.com/@reesearch64
[~] LinkedIn    โ†’ linkedin.com/in/seuperfil
[~] Twitter/X   โ†’ twitter.com/reesearch64

> "Talk is cheap. Show me the code."
       โ€“ Linus Torvalds

Pinned Loading

  1. Github Metrics Github Metrics
    1
    # Visit https://github.com/lowlighter/metrics#-documentation for full reference
    2
    name: Metrics
    3
    on:
    4
      # Schedule updates (each hour)
    5
      schedule: [{cron: "0 * * * *"}]
  2. middleware.ts middleware.ts
    1
    import dayjs from 'dayjs'
    2
    import { jwtDecode } from 'jwt-decode'
    3
    import { NextResponse, URLPattern } from 'next/server'
    4
    import type { MiddlewareConfig, NextRequest } from 'next/server'
    5
    import { env } from './env'