JavaScript
Functional Programming: Composition
Where fun meets productivity!
Build a Blog with React and Markdown files
Nowadays, there are many websites with which we can create a blog and start writing, but if we want to write technical articles like tutorials, we will need to show code to exemplify the tutorial.
Setup Laravel 9 project with ReactJS
Ever since Laravel 9, a lot of new features and improvements have been included in Laravel.
- Top End Devs
Today we talk with Josh Larson a senior staff developer at Shopify who is front and center in development of Hydrogen.
The Unlocked Possibilities of the :has() Selector
I was listening to ShopTalkShow Ep. 520 where Eric Meyer talks about all the new possibilities (many yet undiscovered) the :has() selector unlocks, including what he calls "classes-less markup".
Express.js 5 migration guide - LogRocket Blog
Express.js is among the most popular Node.js frameworks, and new versions are frequently published to upgrade or add new functionality.
Reduce maintenance effort with shared ESLint and Prettier configs - LogRocket Blog
If you work on multiple projects, you might end up using the same ESLint and Prettier settings in each of them.
Build a URL Shortener in React with Shrtcode
Sometimes you may need to send a URL to several people, and this URL may have additional parameters, which tends to make it quite long. This can be quickly resolved using URL shorteners.
Alternatives to React: Inferno.JS
Inferno JS is a JavaScript framework for building Front-End User Interfaces (UI).
Zustand: simple, modern state management for React
State and its management have always been a necessary part of modern applications.