Frontpills
Software Engineer
Protect your original content from being used for AI learning.
Add a right/left shadow cue for a scrollable element that exceeds its container width.
Programming with monads became very popular with the Haskell language. Nowadays, they can also be used in other languages like JavaScript.
These two techniques can help you simplify the code, even if the paradigm of your project is not functional.
Let’s review one of the most interesting concepts within functional programming.
ES2020 comes loaded with interesting features. Let’s review the most important ones.
CSS Grid is now an established feature of CSS. Gone are the days when float was our only weapon for composing demanding layouts.
To make more advanced use of react-query requires mastering some strategies for cache management. One of the simplest is centralizing the generation of keys.
React Query is arguably the most popular library for React. I’m going to show how I typically use it with a simple example.
React SPA offers the flexibility to create stunning web applications with superb interfaces and user experiences. It falls short, though, in providing guidelines on app organization. Let’s analyze a simple yet robust and scalable architecture solution for your React applications.