"Computers are like Old Testament gods; lots of rules and no mercy"
|
—
Joseph Campbell,
Writer
|
|
|
|
|
Now that Rich Harris, the creator of Svelte, has joined Vercel to work full time on Svelte, we can definitely expect an even brighter future for this framework. In this article you can find a great introduction to Svelte and a comparison with other mainstream frontend frameworks such as React.
|
|
|
|
Adding validation to your backend Node.js applications doesn't need to be a headache! In this article you can learn how to do that using ajv and JSON Schema.
|
|
|
|
A React Trivia: How to disable a button after 3 clicks without re-rendering the component the first 2 times? It turns out you can do that by using Refs. How much do you know about them?
|
|
|
|
This article provides a selection of different techniques to implement comments using a static site generator. A great resource if you are currently working on a static website (maybe your own blog) and you want to enable comments in your pages!
|
|
|
|
Adding the design activities to a software development process is not easy. This is how we do it!
sponsored
|
|
|
|
Tailwind CSS v3 has recently been announced by its creator Adam Wathan. This new version brings incredible performance gains, huge workflow improvements, and a seriously ridiculous number of new features. The most impressive of them is Just-in-Time compilation (originally experimental, now it's the default).
|
|
|
|
Have you ever wondered what it would take to build a frontend application for something like Netflix? Davide Mandelli asked himself the same question and he come up with Fakeflix, a Netflix clone built using React, Redux, Firebase and Framer Motion. An excellent example made totally open source!
|
|
|
|