If you’re new to Redux, you’re probably going through a couple of courses and tutorials showing you how to set up and use Redux. But a lot of the time, newbies tend to use Redux in an — let’s just say — unfashionable manner.
As someone who’s new to Rails with no prior experience, I’d like to share with you how I came to understand this tricky concept when developing Rails applications. I’ll go over some keywords that you might have seen and tried to use and give examples on how to effectively use Rails Associations.
Associations are basically defining the relationship between models. When speaking of models, we should go under the hood and understand what the code you are writing does.
Models in Rails are SQL tables with your typical columns, primary key, and foreign key. …
Crazy right? What a whole load of nonsense. Unless…
Now hear me out, sometimes we can all be deeply frustrated by HTML & CSS to the point where you’d rather give up. It’s an annoying feeling and as a React/React-Native developer who’s created projects like Taksiile, a replica of Uber but for Somalia and OGAAL, a Somali E-commerce app that I developed as a freelance project, I always wished that front-end languages can be as easily debugged as back-end.
Back in my university days, I was tasked to create an HR system for my university’s HR department as a final project. Months upon months of designing and building a JSP web app and finally! I get to present my web app with a very unoriginal design. Unoriginal you say? Well, the thing is, I mostly used templates to build the front-end. It may have sped up the development of my web app but it doesn’t give me this sense of achievement. I used a template, along with bootstrap to achieve my fairly good grade on the project. …
About