home.social
  1. TIP: If you want to know how to integrate an existing PHPCS configuration into Tomas Votruba's excellent easy-coding-standard linting tool -> here you go : github.com/lgersman/docker-ecs

    The repo features a xdebug+vscode ready configuration for ecs including a custom WordPress Coding Standard derivate consumed by ecs.

    -coding-standard

  2. Für alle Interessierten steht mein Talk vom WordCamp Karlsruehe

    Moderne Gutenberg UI Oberflächen mit JSON Schema in WordPress erzeugen

    auf WordPress.tv bereit : wordpress.tv/2024/10/12/modern

    Vielen Dank an das deutsche WP TV Team und die Organisatoren @wordcampka ❤️ !

  3. Me pushing the amazing WordPress Playground project at IONOS Technical Talks in Cologne :

    youtube.com/watch?v=8QB4O__i2c

    (it's german speech, please enable subtitles for your language in YouTube 🤷‍♂️)

    I demo the JSON Schema Form Renderer we've hacked together at cloudFest Hackathon 2024 in Rust.

    Kudos to @adamzielin and all other Playground contributors ❤️

  4. A video worth watching showing me really motivated to get everybody excited about JSON Schema Forms 😅

    youtu.be/8QB4O__i2cY?list=PLN2

    I gave this talk in german but you can enable automatic translated YouTube sub titles :-)

  5. Did I ever mention that it's actually easy peasy to enable WordPress to understand human language ?

    youtu.be/xnsMMJFx_Ik?t=484

    I did this prototpe one year ago using just WP Rest API and LangChain/OpenAI.

    Will probably work with OSS LLM's too since it's 2024 now 🦾!
    Can't wait to evaluate if it works with Gemma/Phi-3 mini models in WebLLM 🤩.

    Watch the JS console in the video for the commands in human language (720p !)

    Just like magic 🪄 .

  6. You can meet me at WordCamp Europe 2024 in Torino

  7. I am filled with deep appreciation for the incredible effort each one of you has contributed to the cloudFest Hackathon Project “JSON Schema Formbuilder” (hackathon.cloudfest.com/projec). Your dedication, creativity, and collaborative spirit have not only brought this project to life but have also set a benchmark for excellence.

    You can find the repo here : (github.com/lgersman/cfhack2024)

    🔽

  8. cloudFest Hackathon is finally over ...😥

    I would like to thank my project team, our hosts @CaroleOlinger & @jeffreyjhardy and everybody from the Hackathon crew !

    Hope to see you all next year ♥️ !

  9. PandasAI is a incredible !

    A bit like instant RAG for data engineers without any hassle 😅

    github.com/gventuri/pandas-ai

  10. Whoaaaa ! - NodeJS >= 20.6.0 supports loadings mutliple .env files at startup:

    node --env-file=.env --env-file=.env.local main.mjs

    francoisbest.com/posts/2023/do

  11. Just overflown the brand new React docs at react.dev

    Lot's of the caveats discussed at react.dev/learn/you-might-not- can be prevented by just using Redux stores and thunks (yes yes yes😍) right from the beginning of your React project.

  12. [TIP] Confused by the structure of a complex JSON file ?

    Try jsoncrack to visualize the datastructure : jsoncrack.com/

  13. [Bash TIP of the day] : Bash supports kinda "named" parameters for function calls making your scripts much more readable.

    Even the order of parameters does not matter anymore 🤩

  14. Finally switched to chezmoi for dotfile management across multiple machines 😍!

    chezmoi.io

    chezmoi provides much more than symlinking or using a bare git repo including: templates, password manager support, file encryption and running scripts.

  15. Whoop whoop - yq is kinda "jq for yaml" :

    mikefarah.gitbook.io/yq

    Bonus : yq ist able to transform json to yaml and vice versa 🤟

  16. Whoop whoop - yq is kinda "jq for yaml" :

    mikefarah.gitbook.io/yq

    Bonus : yq ist able to transform json to yaml and vice versa 🤟