Profile avatar
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
63 posts 127 followers 81 following
Regular Contributor
Active Commenter
comment in response to post
Cool! What are you using for it? Anything special or some like a database ILIKE?
comment in response to post
Here you go 👇🏞
comment in response to post
Upvoted this: github.com/withastro/as...
comment in response to post
+1 I have just checked my site and indeed, they are gone.
comment in response to post
Haha, yeah, I also almost feel pushed to Cloudflare 😜
comment in response to post
Is is ðŸĪŠ Thanks!
comment in response to post
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.
comment in response to post
Thank you! I have read Building Microservices and your book so far from this collection. It seems like there are quite some other interesting ones in there!
comment in response to post
Which other books of those can you recommend?
comment in response to post
Looking forward to read about your experience with it 😉
comment in response to post
In dev they deploy a stub lambda that proxies the request to your local machine, executes the code there and sends it back. So code changes take effect in ms. The permissions are still like in prod because it runs through the actual lambda. That is what they started with and it ist great DX.
comment in response to post
The DX of SST is way better – at least if you stay within what they offer. Also, they have a focus on making it easy to deploy web apps. The main benefits for me: - local Lambda live reload - binding resources and have type-safe access to them - nicer API - Cloudflare provider (domains etc.)
comment in response to post
Thank you 😊 I thought LinkedIn and an online presence would be sufficient but lots of folks want a CV (as a PDF) 🙄
comment in response to post
It got me interested. That may be something I want to check out! :)
comment in response to post
This is what I wanted ðŸĪĐ
comment in response to post
It is very basic at the moment. It knows about all your invoices (list invoices), the invoice details (get invoice details) and your customers (list customers). Qs: "How much money is pending?" "How much did I earn in 2025?" "Who is my most valuable customer?" etc. Next: Bookkeeping assistance
comment in response to post
github.com/JannikWempe/...
comment in response to post
Yeah, one project (50%) and a few smaller ones are save for the first few months.
comment in response to post
😝
comment in response to post
Cool, thanks! Well written. How is the DX for this though? Do you build a new image for every code change and deploy it? Seems like a long feedback cycle?
comment in response to post
ðŸ“ļ credits: www.swyx.io/create-luck#...
comment in response to post
Agree, I have also added this to my reading list.
comment in response to post
Great work! Love Astro and unpic 👍🏞