@dan_abramov Simple is better. Multi-column layout is much harder to scan - one could easily overlook „useReducer“. But the examples would be nice to add.
For me too much design is rather distracting for docs.
A few weeks later and we are doing the last finishing touches for a first customer project using this setup.
Take a peek at the NPM and Composer packages, they are all public now: https://t.co/7SDbclNLdt .
Next step: a demo project to start with a working setup and more docs.
Upcoming: @nextjs with @neoscms in headless mode and full editing experience in Neos UI - driven by frontend rendering in Next.js and content API in Neos.
We had a really productive internal barcamp @networkteam for 2 days trying out this crazy idea - results look promising! 🤩
@Markus306@brgmn@nextjs@neoscms@networkteam@nuxtjs@sbruggm4nn 😀 We basically skip Fusion completely and generate the frontend preview via Next.js preview route in React with all editing metadata of a „normal“ frontend rendering emulated. Neos UI seems to be happy so far. We‘ll open-source it when we figured out how to package it for reuse.
Upcoming: @nextjs with @neoscms in headless mode and full editing experience in Neos UI - driven by frontend rendering in Next.js and content API in Neos.
We had a really productive internal barcamp @networkteam for 2 days trying out this crazy idea - results look promising! 🤩
After Lens (a really nice #Kubernetes GUI) now finally enforces having a Lens account it was time to look for an alternative.
I can highly recommend K9s: https://t.co/kblajNb6MT, a CLI based tool to inspect and work with a cluster. I think for me it might be even more effective.
Super stoked to be on stage again in a great community. at #NeosCon. Here's the repo for our CI end-to-end setup with #NeosCMS & #Kubernetes
(slides are coming soon)
https://t.co/2DtqUNaKxA
Wir müssen handeln. JETZT! Mit dieser Forderung sind wir nicht allein. Immer mehr unterstützen unseren Aufruf an die Bundesregierung nach einem sofortigen Importstopp für russisches Öl & Gas. Vielen Dank! #Ukraine#Embargo
I really enjoy using unit tests when developing #Helm charts (using https://t.co/SS16sL1O4o).
Writing templates for YAML is hard. This makes it somewhat more enjoyable and enables a fast feedback loop -which is always important. Also: refactoring and safeguard from regressions.
@jensneuse_de Ha! I‘m guilty of doing all of this…
(Doing K8s bare-metal is a bit painful though.)
But the amount of knowledge you gain is tremendous. Think twice before you want to support a full production setup, though.
4. Architectural design is mostly about trade-offs and choosing what you're optimizing for.
So if you need to support something for a longer time it's just a very different perspective from optimizing for a short time to market.
3. After all I tend towards more explicit software that is easier to read, is not optimized for the least amount of code and reduces friction as far as possible (e.g. due to framework, tooling, language and dependency updates).
But I'm also not optimizing for just being fast 🤷