10.10.2020RegExRegEx or regular expression is patterns used to match or locate character combinations in strings. It's commonly used to validate input…
08.09.2020Registration Forms Best PracticesI'm going to recreate some of the sign-up and login forms that are considered best practices. Mailchimp Mailchimp always gets its name out…
08.07.2020Basic HTTP authenticationIn the previous section, I created a simple registration form that takes user input and validates for client-side errors. What to do next…
07.28.2020Building a simple registration and login form in ReactIn this post, I'm going to go over how to create a simple form in React. I'll focus on the client side: creating the basic UI, saving the…
07.26.2020Forms and authenticationCreating a registration and login form may sound simple and easy, but it requires intricate details. I think a good understanding of this…
07.21.2020Going mobileI like mobile. It could be because I'm physically attached to it all the time. Or maybe it's because it feels more personal since I can…
07.01.2020Glossary - things I must know as a front-end developerHere I put together the things I must know as a front-end developer. The list will keep growing. Asynchronous Asynchronous is when you don…