El☄️
1.1K posts

El☄️
@elegantCodee
Even in the endgame, we’re still writing code
Katılım Eylül 2023
256 Takip Edilen173 Takipçiler
El☄️ retweetledi

Ever tried Azure ?
Harish Uthayakumar@curiousharish
Someone please build a wrapper on AWS! Most confusing interface ever.
English

Been building Glyphcast, Shipping tomorrow.
Converts videos, photos, and GIFs into ASCII art, right in your browser.
Inspired by @vansh1029's open source project.
Used some of their assets and took cues from their frontend, but moved the conversion logic fully client-side, so there's no upload, no server, no wait.
Huge thanks to @vansh1029 for the inspiration 🙏

English
El☄️ retweetledi

Picking up right where we left off
back to Express.js
El☄️@elegantCodee
Logging in after 14 days and everyone suddenly has 2+ years experience energy 💀
English

Recreated this bento grid by @marcelkargul in @nextjs + added @motiondotdev .
Static vs motion feels very different.
Does the motion elevate it?
Would love your thoughts
English

@Hi_Mrinal good read, curious though for availability do you implement multi region setup across all the services ?
English

Wrote something on does building scalable distributed system means to me
mrinals-vault.xyz/Engineering/Di…
English

spent 45 mins debugging this and banging my head for no reason :)
> app.use("/:shortId", redirectRouter)
> router.use("/", handleRedirectUrl)
turns out… this is what actually works :
> app.use("/", redirectRouter)
> router.get("/:shortId", handleRedirectUrl)
routing order humbled me real quick tbh

English

ray_embさんのAtCoder Beginner Contest 453での成績:869位
パフォーマンス:1687相当
レーティング:1665→1667 (+2) :)
Highestを更新しました!
#AtCoder #ABC453 atcoder.jp/users/ray_emb/…
日本語




