You are browsing as a guest. Sign up (or log in) to start making projects!

lacorte

@lacorte

Joined August 2nd, 2026

  • 2Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
hello! :D
Ship Changes requested

lacorte.city is my personal website i rebuilt from scratch with an oldschool aesthetic and 88×31 badges. the site has i18n for english+ptbr, an rss feed and blog posts that can be written in markdown delivering automated structured data for search engine optimization.

live: https://lacorte.city
repo: https://github.com/Gabriel-Lacorte/lacorte.city

a.i helped to review and find gaps in my architecture, but all design decisions, typography choices, and code were written by hand.

Try project → See source code →
Open comments for this post

4h 51m 50s logged

the last couple of days, i reworked my portfolio whole visual identity and gave it an oldschool style, inspired by some references from neocities.org. i wanted the design to feel more personal and memorable, an style i already explored before in my old website (lacorte.neocities.org).

0
0
121
Open comments for this post

11h 9m 38s logged

Every time a Go context expired while sending a WhatsApp notification, the queue worker interpreted “deadline” as a network timeout and retried using a dead context. Result: wasted attempts, queue drain stalled. As a fix, errors.Is(err, context.DeadlineExceeded) and context.Canceled now return false BEFORE the textual fallback in isTransient(). The deadline is the caller’s decision, not a downstream failure. Now we will proceed to implement lazy-loading of groups such as “This Week” / “Later” on the dashboard.

0
0
12

Followers

Loading…