Published onNovember 25, 2020How to analyze Next.js app bundles?next-jsperformanceSometimes, it happens that our app performs slowly without any apparent reason, and even though we don't load heavy content
Published onNovember 11, 2020Be cautious with Tailwind!next-jstailwindThe trend that has emerged, with everyone moving towards using Tailwind, is, in my personal opinion, quite risky.
Published onSeptember 10, 2020Dynamic Dashboard using vanilla js (Open-Source)javascriptopen-sourceSome time ago, I created a dashboard that works as follows: You define a set of rows and columns, and inside each column, you can select and save a report that comes from the server.