Windy, A React UI Kit Powered by Tailwind
Windy is a new UI toolkit for React that will allow you to extend and customise your app layout by reusing Windy's own components and Tailwind micro classes.
“Errors using inadequate data are much less than those using no data at all”
This issue is kindly sponspored by:
We help upcoming influencers and businesses do big things ๐
Start scheduling content today for free here.
Windy is a new UI toolkit for React that will allow you to extend and customise your app layout by reusing Windy's own components and Tailwind micro classes.
This cheat sheet lists actions developers can take to develop secure Node.js applications. Each item has a brief explanation and solution that is specific to the Node.js environment.
It was the best of times, it was the worst of times. That's when I hit a performance mystery that sent me down a multi-day rabbit hole of adventure. I was writing some code to take some entries, append them into a fixed size in-memory buffer, and then flush that buffer to disk when it was full.
In this article, we briefly talk about what's new in ECMAScript 2022 and what features has been added to JavaScript in the last few years.
What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Letโs find out.
Add beautiful notifications to your React app with react-hot-toast. Lightweight. Smoking hot by default.
This short e-mail course will provide an enjoyable introduction to the Rust programming language. Are you curious to find out what's all the hype about? This is a great way to do that :)
by Douglas Crockford
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a wholeโa subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation.