Rails ValidationsAfter spending a lot of time diving deeper into a couple other languages and frameworks, I recently returned to Ruby on Rails to build a…Jul 30, 2021Jul 30, 2021
Multiple User TypesIt seems that most of the time, having only one user model gets the job done when building an app with standard authentication. A User…Jul 23, 2021Jul 23, 2021
Hover to Affect Sibling ElementsI recently wanted to implement a style feature on a project which, upon hovering over an element, would affect not only the element being…Jul 16, 20211Jul 16, 20211
Abstracting your form’s handleChange function(s) in ReactCreating controlled components in React is an extremely helpful way to keep track of your user’s inputs and aids in passing the form data…Jul 10, 2021Jul 10, 2021
Redirect After Multiple Uploads with ReactI have a React project that I have been working on which allows a user to upload multiple files/photos all at once using a single…Jul 2, 2021Jul 2, 2021
Using FormData to Upload Multiple ImagesRecently, I’ve been working on an app which allows a user to upload a gallery of photos and narrow down which photo(s) are their favorite…Jun 25, 20212Jun 25, 20212