DevLovers

Email is Easy 📩

Viktor Svertoka·
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 are defined by RFC standards and include many edge cases that are easy to miss.

Test your knowledge: https://e-mail.wtf/

Recommended Posts

10 Best Libraries for React App Development in 2026

10 Best Libraries for React App Development in 2026

Tremor - UI library for creating dashboards Link:https://tremor.so/ Planby - component for timelines and schedules Link:https://lnkd.in/dpp4niiV React DnD - easy and convenient Drag & Drop Link:https://lnkd.in/dXW9cceD Advanced Cropper - precise cropping of images Link:https://lnkd.in/dFasX2Va React Resizable Panels - creation of resizable panels Link:https://lnkd.in/d6eqkN7D Tailwind CSS - styling of React components Link:https://tailwindcss.com/ TanStack Query - easy management of asynchronous data Link:https://lnkd.in/dKgtjpcr ShadCN UI - modern UI components for Next.js Link:https://ui.shadcn.com/ Cursify - animation cursor on a new level Link:https://lnkd.in/dhGVDZMR Haiku - a library of 39+ React hooks Link:https://lnkd.in/dd2FrKSe

Viktor SvertokaViktor Svertoka·News·
Clean Code for JavaScript

Clean Code for JavaScript

This repository contains software engineering principles from Robert C. Martin’s Clean Code , adapted for JavaScript. It covers topics such as: • variables • functions • objects and data structures • classes • SOLID principles • testing • asynchronous programming • error handling • formatting and comments This is not just a style guide, but rather a collection of practical principles that help you write code that is: ✔ easy to read ✔ easy to maintain ✔ easy to refactor It is especially useful for developers who are just starting with JavaScript or want to improve the quality of their code. Resource Link

Viktor SvertokaViktor Svertoka·Tech·
React PDF

React PDF

React PDF is a library for generating PDF files using React. It provides an API for styling document elements using CSS properties. Link: https://react-pdf.org/ Repo: https://github.com/diegomura/react-pdf

Viktor SvertokaViktor Svertoka·Tech·