Richard ReveroninDevjamHow to compact all your commits in your branch into just oneFor me it has been always a good idea to join/merge all my commits in just one commit before creating a pull request or merge request (if…Apr 25Apr 25
Richard ReveroninDevjamCommunication between components using mediator pattern — ReactA few months ago I wrote an article about the mediator pattern using LitHtml to communicate between components. Today I want to show you…Sep 29, 2023Sep 29, 2023
Richard ReveroninDevjamAccessibility — Color Contrast ToolIn today’s post we are going to be building a color contrast tool, to achieve the same results as the ones from Adobe that we discussed…Jun 27, 20231Jun 27, 20231
Richard ReveroninDevjamAccessibility for web — About contrast between coloursFollowing my previous post about Accessibility, I would like to present to you the Color Contrast norm and why it is so important. We…Jun 23, 2023Jun 23, 2023
Richard ReveroninDevjamAccessibility for web — let’s talk about HeadingsTop accessibility (A11y) issues that I’ve encountered and tips on how to address them.. (Part 1)Jun 5, 2023Jun 5, 2023
Richard ReveroninDevjamLit Html — Communication between components using the mediator pattern.As Lit Html matures, we start to watch how more complex systems are built, which needs that their components are able to communicate…Jan 20, 2023Jan 20, 2023
Richard ReveroninDevjamLitHtml — Communication using slots (Light DOM and Shadow DOM)The slots are Lit Elements that allow you to add templates inside other LitComponent, in practice this will create a light DOM child…Jan 19, 2023Jan 19, 2023