Alexis Taylor's Avatar

Alexis Taylor

@alexi5.bsky.social

Software and design nerd. Running startups for 10+ years. 🍁 Founder @ umso.com

235 Followers  |  352 Following  |  102 Posts  |  Joined: 19.11.2024  |  1.6704

Latest posts by alexi5.bsky.social on Bluesky

Post image

never stop being you, @golang.org

10.07.2025 22:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A conversation with Jony Ive
YouTube video by Stripe A conversation with Jony Ive

youtu.be/wLb9g_8r-mE?... such a good interview. Could listen to Jony all day

10.05.2025 03:16 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
AWS CloudFront Deep Dive Master AWS CloudFront: Boost content delivery with caching, Lambda@Edge, WAF, and global edge locations for low latency & high performance.

Now that's a deep dive

09.05.2025 19:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

woah that Cloudfront SaaS manager thing looks like everything I've ever wanted. Can't wait to try it

08.05.2025 20:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Now feels like a great time to deploy to prod

02.05.2025 23:42 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

golang embed.FS is the cooooolest thing: pkg.go.dev/embed#hdr-Fi...

going into something like "hmm I wonder if this would be doable" and not only is it doable, it takes like 2 lines of code

12.03.2025 17:54 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

this makes me feel like I got my CSS knowledge from a museum. I had no idea bout :is and color-mix. The possibilities 🀯

11.03.2025 22:26 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

As a small company with a global footprint we couldn’t do what we do without a cloud platform taking care of a lot of things for us. As nice as it’d be to ditch the cloud or even support local data centers it would slow us down drastically

08.03.2025 19:39 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For example we had a database that had a 300GB table we didn't use while the entire remaining database was only maybe 20gb. And we had 30 days of backup retention for some reason, as in 9TB in backups. Also had a 2TB dynamodb table of which we only used 0.3%!

08.03.2025 02:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

oh lol disregard the current day! I should've trimmed that from the screenshot. Got like a 50% reduction maybe by just cleaning up things that have "grown" over the years but didn't serve much of a purpose. Also routing more of our traffic through cloudfront which has cheaper egress!

08.03.2025 02:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
a screenshot of the aws billing dashboard showing a chart of daily costs trending downwards

a screenshot of the aws billing dashboard showing a chart of daily costs trending downwards

take that, aws bill!

07.03.2025 21:41 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Apple Intelligence is for the Stupid Ones
YouTube video by CNET Apple Intelligence is for the Stupid Ones

Can't help but think about this every time I see something related to apple intelligence

www.youtube.com/watch?v=D0V5...

07.03.2025 20:15 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

by sheer coincidence, every piece of code i touched lately needed a regex in some way or another and its so satisfying how my brain went from "what the heck is this" to just reading regex in realtime. brains are cool

07.03.2025 04:59 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

RDS blue/green deployments are a blessing

03.03.2025 22:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

this was some next level sleepy code

02.03.2025 19:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

step 1: setup dynamodb table with keys not suitable for making targeted deletes

step2: let it grow to 500gb

step3: trouble & bills

28.02.2025 16:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A screenshot of a figjam showing graphics created in the process of determining scroll-triggered web animation logic

A screenshot of a figjam showing graphics created in the process of determining scroll-triggered web animation logic

Optimizing our scroll-triggered animation logic ended up looking like a science fair

27.02.2025 22:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How we're doing global cache invalidations in 1s with "no infrastructure":

1. user publishes site
2. we generate a short random key
3. save it to dynamodb table
4. dynamodb does global replication
5. edge uses key in request hash for cache
6. ...
7. profit

27.02.2025 21:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Last year we spend most of the time rebuilding our core product at the expense of the legacy version not getting any updates. The efforts are finally paying off with us being able to crank out long-awaited features in no time

26.02.2025 22:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

oh dang just tried out the new github runners and almost cut the ci/cd time in half for what's gonna cost us like $30 a month

26.02.2025 02:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

no matter what you do, sooner or later you'll get another strange npm lockfile/build/cache/etc issue. Nobody is safe

26.02.2025 00:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I feel like spotlight search is somehow getting worse with every macOS update so I finally tried raycast and holy shit is my life immediately so much better.

25.02.2025 03:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

If you're a SaaS with a small team and need some user-facing analytics without much fuss I cannot recommend clickhouse enough. I switched all of our stuff over from a legacy system in two days, including migrating all existing data and rewriting all the queries from scratch

24.02.2025 23:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
a screenshot showing a sql query for web analytics

a screenshot showing a sql query for web analytics

Is this lazy? maybe. Does it work? Oh yeah!

24.02.2025 02:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I once wrote my own database engine. Partly for fun but also because I was missing a time-series database option that wasn't all like "datalake, petabyte, enterprise, call us for quote"

So glad I found @clickhouse.com. It's everything I ever wanted πŸ’ƒ Now I can put my questionable attempt to rest.

24.02.2025 01:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

oh heck does that mean my company is..... "sufficiently popular"? πŸ˜…

22.02.2025 17:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

wait I just signed up and it shows me three years of historical data? I am perplexed. How does it know

22.02.2025 01:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

What's that tool your using for the historic vitals data? Looks amazing!

21.02.2025 20:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

got is not a business journal

21.02.2025 20:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
a screenshot of a slack channel where i'm logging the things i'm working on during a normal work day

a screenshot of a slack channel where i'm logging the things i'm working on during a normal work day

Life hack for small teams: keeping a log of things you're doing day to day. This helps everyone stay in sync and tbh it helps me remember what I've been up to. Can also help with short-term planning and reducing overall cognitive load

21.02.2025 17:32 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@alexi5 is following 19 prominent accounts