I really changed my reasoning here considering the recent improvements with LLMs. Just saying π Webflow is not going anywhere soon but the obvious contender is AI generated codebases with control over the code and tools, MCPs etc
I really changed my reasoning here considering the recent improvements with LLMs. Just saying π Webflow is not going anywhere soon but the obvious contender is AI generated codebases with control over the code and tools, MCPs etc
What is the most AI friendly and capable content management system fitting a nextjs app today? Claude sais Sanity but want some nuances!
Working with AWS and event driven systems over account boundaries? aws.amazon.com/blogs/comput... Potentially simplify your architecture massively. You don't necessarily need an EB on target accounts but can target resources like SQS, Lambda, SNS directly π
Many. Or I get lost in the tech choices, then the idea rots!
Will the traditional way of frontend survive? Meaning the static websites + headless CMS combo.
So many ways to web now and a well oiled agency using just Webflow will probably rule this space? Frontend was great market in 2019 when VC backed interfaces needed to shine, different time now!
Okay, good info! Thanks a bunch!
Iβm now experimenting with ReactPress wordpress.org/plugins/reac..., you bundle the SPA as a plugin into WP
Shall one start with serverless or just a psql plus express app that have been done thousend times already?
My project needs to hit the ground running!
Garage Band was always this fun and... awesome?
Itβs tradition to eat pizza today and then hit the gym for some weeks, then falling back to being lazy again. Iβll skip the gym step.
webflow devs: how and if so, where have you found things that feels like you need capabilities webflow cannot offer?
What technical workarounds were a little awkward? Integrations? Costs lock-ins?
If I need to integrate a web application into a Wordpress site. Is it feasible to run it in iframe? Or should I get into the weeds about wp plugins and kind of build it as a plugin? It will have client side routing and stuff.
Anotherβ¦ bug. Misspelled in that post π
Three new bugs disvocered today, all squashed by end of day! How is your day doin?
This is certainly not a javascript issue. Tell me a language that accepts key syntax in various Unicode look-a-likes and still works.
A reimplementation of Visual Basic 6 in modern .NET and @avaloniaui.net that runs in your browser bandysc.github.io/AvaloniaVisu...
When trying to understand how to even start a new project up, this resource is very valuable. Especially the parts about working on the correct level of abstraction, helps a lot! basecamp.com/shapeup/1.3-...
Your weekly reminder: You can just do things.
This still works for every browser out there. It's just not "cool" anymore. π€
The impact of Advent of code to the software engineer mood π here in Sweden the puzzles open at 6 am, so if I donβt finish the puzzle it will stay lurking in my brain all workday.
Thanks a lot, seems to just work the same! I guess the gap is in docs, but until Iβll just revisit remix docs.
React Router 7, no docs yet on how to work with cookies? Remix docs had a full section in docs, using `@remix-run/node` π
Anyone on the new React Router 7 that tried getting streaming working in AWS? Perhaps same troubles like for Remix?
I had to use Lambda function URLs (APIGW = no streaming) with origin protection and also rewrite the remix streaming handler.
I really like this place so far!
This caused a day of troubleshooting madness. Serverless framework lets you deploy this, everything looks fine and no errors in any logs. Lambda listening to event just never triggers :/ simply changing name here fixes it. Doh
In Elixir: perfect to use zip_reduce ;)
Isomorphic, Remix
Definitely true at least for now. Letβs see about day 4 then!
I have only tried give it a spin and I agree itβs quite a steep barrier to entry.
Otherwise Iβve come to learn and love Tailwind. I think you might like it since it rhymes well with Locality of behaviour principles, just like htmx ;)
Did you try open-props.style? Base is rather tiny, but it provides PropPacks with a modular approach. Classless and based on Custom properties instead.
Might be helpful when exporting AWS data: Donβt recursively query Athena datasets (paginated) if want the whole dataset. If you do a send command the query result is already stored in the execution output already as csv in s3. Doh