Written by Raphael Hüni Dev based in Switzerland focusing mostly on frontend technology.

  1. December 19, 2020

    This is a reference post that lists Gutenberg script versions that are shipped with WordPress core v5.6. If you are using the package to…

  2. December 03, 2020

    WordPress v5.6 brings a lot of changes to the editor. Widgets The block based widgets screen is out of experiments and now available by…

  3. November 06, 2020

    It is as easy as declaring support for the color picker for your blocks to add a color settings panel for your blocks. We have already seen…

  4. November 03, 2020

    To decouple logic and markup from each other, let’s define a helper class that is in charge of gathering all relevant post data. Basic Class…

  5. November 01, 2020

    If you have your own docker image/s set up, here is how you can push new builds. Make the necessary changes in your Dockerfile then change…

  6. October 31, 2020

    Following are some CLI commands I find useful and need from time to time but not enough to just remember them. All of these commands work in…

  7. October 29, 2020

    This article shows how to format a string of numbers and format it for use in attributes and make them more readable for visitors. The…

  8. October 28, 2020

    Some useful Git commands, some of them for regular use but most you just need every once in a while. Here is where I remember them. Checkout…

  9. October 27, 2020

    In the different data stores the block editor provides there is a lot of information stored that might be useful to display. Get the current…

  10. October 26, 2020

    Bring your client’s brand into the WordPress admin and the login screen to further personalize the experience of site admins and editors…

  11. October 26, 2020

    These plugins are part of most of my project. Some play a major role when it comes to functionality others are helpful during development…

  12. October 25, 2020

    Register your own block patterns to provide your users with an easy way to achieve intricate layouts.

  13. October 25, 2020

    This is a possible setup for a WordPress plugin that adds a new custom editor block. Check out the full repo on Github. The plugin is based…

  14. October 24, 2020

    This effect can bring a little bit of life into a display of key numbers say in an annual report or similar. We animate counting from one…

  15. October 23, 2020

    This article will explain how to migrate a class based component to a function based one. With the introduction of hooks and clear focus on…