New wave of frontend frameworks for web development : GATSBY, NUXT.JS, GRIDSOME
The frontend is all about the parts of the website a user sees and interacts with. Frontend frameworks also referred to as “CSS frameworks”, are packages containing the pre-written, standardized code in files and folders that help to build the frontend of websites. They give developers a base to build upon while still allowing flexibility in ...
Laravel Nova: The Only Admin Panel You’ll Ever Need
Let’s face it: the admin panel is one of the most critical components in a web application; sadly, building it is also the most tedious job in the world. Now, developers don’t mind creating forms for sure, but if there are more than a few, it’s enough to make one cry. Forms, controllers, validations, styling . ...