Laracasts.com: a gold mine of content for Web Developers

Laracasts.com: a gold mine of content for Web Developers

I’ve been a Software Engineer for many years. And for the past few, JavaScript has been emerging with newer, better and shinier things. But like many others, I’ve been having a little bit of JavaScript fatigue. Lately, I’ve been looking to other frameworks with more stability. Something that I rely on – that will work […]

How to create an Accordion Block using React and WordPress’ Block API

How to create an Accordion Block using React and WordPress’ Block API

I was tasked with creating a custom component for our public website which runs on WordPress. Most commonly known as an “Accordion“, it is a section of a page where you can have a title and an expandable and collapsible directly underneath it. Usually a list of these items are blocked together – forming an […]

Building a user registration system – Part 2: The Set Password and Login Forms

Building a user registration system – Part 2: The Set Password and Login Forms

So let’s continue with our registration system. We left off at the point where we have the registration page setup. So let’s try it out and fill in some information. Add your name and an email address. The fields should have validation, so you should see an error if you missed a field, or the […]