Very cool!
Just curious: Who is paying for it? (How) is (or will) it be monetized?
@wempe.dev
Serverless and Frontend Enthusiast ๐ค ๐จ๐ผโ๐ผ Freelance Software Engineer ๐๏ธ Building http://shoptain.com, https://fraudfalcon.app and http://kitlytics.com โ๏ธ AWS Community Builder https://wempe.dev
Very cool!
Just curious: Who is paying for it? (How) is (or will) it be monetized?
Wrote about my first year of being self-employed.
Left my job in February with a mortgage and two small kids. Figured the timing would never be "right" anyway.
Ended up making roughly the same in 10 months as I did employed all of 2024. Also shipped two Shopify apps.
Link ๐๐ผ
What would be your go-to? Plain HTML and CSS?
Yeah, I feel you. I have switched to Remix (now RR7) but that also had its culprits. I now prefer vite + Tanstack Router (+ Hono API).
Where will you go?
Try superwhisper. It is a game changer.
You can also easily switch modes (e.g. languages) via Raycast plugin etc.
4th year of being an AWS Community Builder ๐๐ผ
This is now set up via AWS Bedrock and GitHub OIDC provider.
It's nice to have the bill in one place โจ
Check ๐
github.com/anthropics/c...
I have tried out the anthropics/claude-code-action for a automatic code review via GitHub action.
It is pretty cool! This one wasn't very critical but it was also pretty straightforward.
This small one did cost me 0.26$.
Link to example action ๐๐ผ
โa bit underwhelmingโ seems like a huge understatement to me ๐ฅด
We've updated pricing of our Shopify App ๐ฅ
(not as straightforward as we thought - feedback incoming)
We wanted to try it out a few more things:
- Smallest price is MUCH bigger -> Target bigger stores
- We DITCHED the Free Plan and have only a free trial now
Apple has become such a disappointment in the last few years ๐ซค
Yeah, makes sense. No need for anything else anyways with a few hundred posts
Cool! What are you using for it? Anything special or some like a database ILIKE?
Here you go ๐๐ผ
+1
I have just checked my site and indeed, they are gone.
We are trying something out with our Shopify app FraudFalcon:
We remove the free plan and add free trials to the individual plans.
I am looking forward to the AWS Summit in Hamburg on Thursday ๐
Who am I going to see there?
Haha, yeah, I also almost feel pushed to Cloudflare ๐
Cloudflare Workers don't charge you for waiting on I/O or network requests.
Meanwhile AWS starts charging you for the Lambda INIT phase (aka cold starts).
Is is ๐คช
Thanks!
Hustling in a co-working space with @sandrovolpicella.com
The ๐๐ช๐ฆ ๐ฆ๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ ๐๐ป๐ถ๐บ๐ฎ๐๐ถ๐ผ๐ป๐ Page is live! โจ ๐
Currently, it includes 14 services/features, and we'll add more to our library every week!
Current catalog includes:
โข The Dark Reader Deployment Pattern
โข Polling vs. WebSockets via Amazon API Gateway
Server islands can be quite useful. They are the equivalent of NextJS partial prerendering. You can have a static page with dynamic server-rendered islands.
If you are a @raycast.com power user like me, I have some good news: the Raycast app for iOS is out ๐ฅณ
I use @plausible.io for analytics.
I use SST for IaC.
I have written an article about how to proxy Plausible requests through CloudFront using SST in order to get more accurate analytics data ๐๐ผ
wempe.dev/blog/proxy-p...
I have written my first ever Effect code ๐
I have no idea what I am doing, but there is something to it... Reminds me a little of Scala (only did one production project though).
I have just recently learned about Node.jsโs built-in AsyncLocalStorage.
In my latest blog post I'll show you how you can use it to follow the open/closed principle (the "O" of SOLID).
I provide 2 examples:
- database transactions
- logging
Check it out ๐๐ผ wempe.dev/blog/nodejs-...