alexloukissas.com
Enzo's dad 🇬🇷 in LA 🌴
101 posts
87 followers
28 following
Prolific Poster
Conversation Starter
comment in response to
post
Absolutely not!
comment in response to
post
C and JS also look similar! Two GOATs
comment in response to
post
i love how zig looks like C (familiar), whereas rust looks alien
comment in response to
post
Speaking of Stripe: make sure you use the client-side JS lib (perhaps in conjunction with Stripe server APIs) because Radar works a LOT better with client-side hints. Look at the docs for more details: docs.stripe.com/js/payment_i...
comment in response to
post
Ozark if you haven't watched it
comment in response to
post
Amazing! I spent two years around there (UCSD grad school), it is a calling. Maybe see you there!
comment in response to
post
How is the La Jolla half? Seriously thinking of doing it this year.
comment in response to
post
comment in response to
post
It is like APIs! It’s really hard to define good ones but when you use good ones, things are so easy.
comment in response to
post
I like strong opinions and strong guard rails! Innovation comes not from building things in new ways, but building new things that make $$$
comment in response to
post
Let's build a thing!
comment in response to
post
tbh I never liked contexts - so loosely defined as a concept, no two code bases look the same. Phoenix has not gone far enough into being opinionated IMO.
comment in response to
post
Similar to how I pick workout exercises, same with technology: it must feel good to use/do. Phoenix does not feel good to use for my taste/muscle memory. It's hard to understate how many things React (and NextJS) has got right.
comment in response to
post
Astro does prefetching the best/simplest (all with web standards)! github.com/withastro/as...
comment in response to
post
You really need this to be client side to prewarm the cache. Essentially you want your web app to behave like a web crawler.