DevLovers

100 ways to center a <div>

Viktor Svertoka·
100 ways to center a <div>

Recommended Posts

5 small but very useful libraries for React ⚛️

5 small but very useful libraries for React ⚛️

▶️ 1. Emoji Mart A library for working with an emoji picker in web applications. It is convenient to use in chats, comments, or editors. ready-to-use emoji picker easy to integrate supports React 🖥 GitHub ▶️ 2. Loadable Components A library for dynamically importing components. It helps optimize performance and split code into smaller chunks. SSR support code splitting dynamic import easy integration 🖥 GitHub ▶️ 3. Logt A lightweight library for typed logging on the frontend. A good choice if you need clear and controlled logs. TypeScript support colored log labels different log levels ability to disable logs in production integration with services such as Sentry 🖥 GitHub ▶️ 4. usehooks-ts A collection of ready-to-use React hooks, fully typed for TypeScript. Perfect if you do not want to write basic hooks from scratch and want to move faster in a project. well documented full TypeScript support many useful hooks 🖥 GitHub ▶️ 5. Urlcat A small library for building URLs conveniently without common mistakes. Even if you use the standard URL API, you still have to handle many small details. Urlcat makes this much easier. simple API minimal size works right after installation 🖥 GitHub

Viktor SvertokaViktor Svertoka·Tech·
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·
Highload fwdays'26 Conference

Highload fwdays'26 Conference

Join Highload fwdays'26 — a practical conference for engineers focused on high-load systems, architecture, and data engineering, with real-world insights and no unnecessary fluff. Experts from MacPaw, Uklon, Silpo, DraftKings, and EPAM will share real case studies: from using AI agents to automatically recover data pipelines and build modern analytics platforms to taming microservices complexity and optimizing infrastructure costs without compromising reliability. 📍 Location: Kyiv (in-person + online) 📅 Date: June 6 🔗 Details & registration: https://fwdays.com/event/highload-fwdays-2026 🎟 15% discount with promo code: DevLovers_HIGHLOAD

Viktor SvertokaViktor Svertoka·News·
100 ways to center a <div>