DevLovers

Insights

DevPedia - your translator from senior-speak to human language
Insights

DevPedia - your translator from senior-speak to human language

Hanna KomrakovaHanna Komrakova·
Email is Easy 📩
Email is Easy 📩

Most of us validate emails the simple way: — there is an @ — there is a dot in the domain — looks valid But the reality is much more complex. Email formats ar

·Insights·
Haiku
Haiku

Haiku is a collection of ready-to-use hooks and utilities for almost any use case. Link: https://www.reacthaiku.dev/ Repo: https://github.com/DavidHDev/haik

·Insights·
100 ways to center a <div>
100 ways to center a <div>

From modern approaches to classic ones — definitely worth browsing. Link: https://css-generators.com/center/

·Insights·
Conventional Commits
Conventional Commits

If you, like me, love order in a git, then Conventional Commits is just a lifesaver 😅 You don't have to guess which commit does what. Just feat:, fix:, chore:

·Insights·