Next-JS and tailwind enter the stage
I used bootstrap in 2019, but preferences change, now tailwind is my best friend. Convenient and comfortable.
Blog post by Krzysztof Szafran
Let's get this going.
Next JS is amazing, the NEXT 13 version is also looking interesting. Concepts of server-side rendering are so good they make me want to redo my portfolio website from zero. But the time it would take just doesn't sound convincing...
With Next JS comes next-auth for authorization, solid tool, will remember it.
I think I've avoided Firebase for a very long time. Just because I preferred working with Mongodb and MySql. Yet here we are. Starting to really like it.
Shame to admit, but I knew about the sockets that wait and can run functions on certain events. Eh, long story short - I just realised databases like Firebase and Mongoose can provide functions like "onSnapshot" and update data in real time. Well, thanks firebase for opening my eyes.