How do we accomplish this in software?
- Focus. Eliminate needless features and needless complexity.
- Reuse. Create reusable components.
- Delegate. Use libraries, packages, frameworks, SaaS, PaaS, etc to reduce the amount of code and hardware we have to manage.
- Eliminate. Instead of creating complex “solutions”, drive to the root cause. Look for ways to eliminate the problem altogether.
Drupal 11 has arrived. With more flexible and easier content structured content, workflows, and content governance, it enhances the core strengths of Drupal—the open source framework that powers millions of websites worldwide. Discover Drupal 11 now: https://t.co/oDFe4q7CYq
Frontend editing at its best. At @1xINTERNET, the editor experience is always our top priority. Our team has developed a great #Drupal module to improve the editor experience, and we're excited to share this short video showcasing just how easy it is to work with content in Drupal. #Makers #Contribution #OpenSource #CMS
@DropIsMoving It is such a great module. I highly love it. But unfortunately my client base do not have some kind of centralized general editor user group who is completely responsible for reviewing and publishing content. There more silo reviewing per content topic. #drupal#workflow
@stefvanlooveren hmm then it themes Claro does not support this setting? Interesting, does not know it at all 😅 Maybe there is an issue in the queue otherwise one should be opened? A little bit of branding is a default requirement in most projects.
@xwolf Vorallem hoffen die unwissenden das irgendeine Magie dafür sorgt das aus scheiß content ein intelligenter Workflow-Assistent wird. Wer heute schon nicht in der Lage ist geile Formulare zu bauen wird beim Chatbot auch versagen.
Life tip: Stop overthinking your tasks. It leads to analysis paralysis and you end up just thinking about work instead of actually doing it. Have a VERY basic plan, and just start working. You'll figure things out along the way.
Steve Jobs said “Design is not just what it looks like. Design is how it works.”
But most designers prioritise aesthetics (even at the cost of UX itself).
Here are 7 tips to design simple and accessible products that prioritise UX above all else:
If you use #drupal’s configuration management system and you’re not using Config Split, I fear that you might be doing it wrong.
New releases of Config Split and related contrib modules now available: https://t.co/OHOOgPKMlT
Via @fabianbircher
@stefvanlooveren Currently we are in quick_node_clone. No other use case until now. But in general I am no friend of any cloning function. Want to use some kind of content template. But didn’t find any good resources for that.
@stefvanlooveren Yes. In general the managing block ui is more suitable for content editors and site builders. prior it was way more hidden. And with the permission we now can split access to the relevant content not to all block configs on the block layout at all
One of the best break downs on reactive pattern tools I saw. I am myself always struggling find/use best in place solutions. Michael does a great job!! Keep it on Michael
Are you managing state the right way in your @vuejs app?
It can be very tricky to keep things simple and easy to work with.
That's why I want to share the Data Store Pattern with you.