Материалы по теме 'svg' | DevsDay.ru

IT-блоги Материалы по теме 'svg'

IT-блоги Материалы по теме 'svg'


Разработка Chromium Blog 11 марта 2024 г. 9:09

Today’s The Fast and the Curious post covers the release of Speedometer 3.0 an upgraded browser benchmarking tool to optimize the performance of Web applications. In collaboration with major web browser engines, Blink/V8, Gecko/SpiderMonkey, and W...... читать далее

the fast and the curious

Разработка dev.to 11 марта 2024 г. 3:06

If you're like me, you already love using Clerk to handle security in your App. However, one cool feature that is missing is the Authn/Passkey integration. Basically being able to login with your FaceId or Fingerprint. Which is pretty cool. Since i...... читать далее

Дизайн Юрий Ветров об интерфейсах 10 марта 2024 г. 15:23

Дайджест собирает свежие статьи по дизайну интерфейсов, а также инструменты, паттерны, кейсы, тренды и исторические рассказы с 2009 года. Я тщательно фильтрую большой поток подписок, чтобы вы могли прокачать свои… Сообщение Дайджест продуктовог...... читать далее

Дайджест Продуктовый дизайн

Разработка dev.to 10 марта 2024 г. 7:49

An important part of improving your application’s user experience is animation. Creating sophisticated and fluid animations in the React ecosystem has frequently proven to be difficult, requiring developers to go through a multitude of tools or battl...... читать далее

frontend animation framer ui

Разработка dev.to 10 марта 2024 г. 5:55

SVG (Scalable Vector Graphics) stand out for their crispness and scalability, making them indispensable for modern design projects. Here are some SVG generators that are not only free but incredibly user-friendly. Whether you're a seasoned designer o...... читать далее

webdev beginners design productivity

Разработка dev.to 6 марта 2024 г. 22:32

Introduction to D3.js In today's data-driven world, presenting information visually is crucial for understanding complex datasets. JavaScript libraries like D3.js (Data-Driven Documents) have revolutionized how we create interactive data visualizat...... читать далее

javascript

Разработка habr.com 6 марта 2024 г. 7:30

Очень часто при разработке React-приложения нам приходится работать с большим количеством иконок в проекте. Наверное, каждый разработчик стремится максимально упростить и автоматизировать подобные рутинные задачи. Есть несколько способов работы с ико...... читать далее

react react.js reactjs svg icons иконки javascript efgor svgr

Разработка dev.to 4 марта 2024 г. 17:58

Introduction: In the world of web development, creating clones of popular websites is a fantastic way to practice and improve your skills. One of the most iconic and widely used websites is Google. In this blog post, we'll walk through the process...... читать далее

tailwindcss html beginners webdev

Разработка dev.to 3 марта 2024 г. 4:43

Electric Spinner The effects of this loader are a combination of electric sparks and a gooey/liquid behavior that is hypnotizing (at least, I cannot stop looking at it). Amazing job by Konstantin Denerz. Web Animation 101 (#764): P...... читать далее

css webdev showdev html

Разработка dev.to 2 марта 2024 г. 13:33

I'm probably not the only developer who's frustrated about the browser's default <input type="checkbox">. First of all: it's not scalable. In this example, the font-size has been scaled up to 200%, but the checkbox remains at it's root size,...... читать далее

css tutorial webdev showdev

Разработка dev.to 29 февраля 2024 г. 21:11

Designing the document First, let's model the information we would like our invoice to showcase. Let's model your business and your customer as a Party The Item as an element for which the customer should be charged for in the invoice. The Invoi...... читать далее

DevOps OpenNET 27 февраля 2024 г. 13:18

После года разработки опубликован релиз свободной системы автоматизированного проектирования печатных плат KiCad 8.0.0. Это второй значительный выпуск, сформированный после перехода проекта под крыло организации Linux Foundation. Сборки подготовлены...... читать далее

Разработка dev.to 24 февраля 2024 г. 12:57

SVG Sine Waves: Export Perfect Sine Waves for Your Front-End Projects Let's kick things off with a dynamic resource that's sure to elevate your web design game. SVG Sine Waves offers the perfect solution for adding visually appealing and dynamic sin...... читать далее

design

Разработка dev.to 22 февраля 2024 г. 5:20

Why Use React to Generate Documents? The React Ecosystem React is the leading javascript framework for building user interfaces. It is widely used, has a large community and package ecosystem. While React focuses on interactive interface...... читать далее

pdf react nextjs

Дизайн UX Planet 21 февраля 2024 г. 15:10

15 of our favorite Chrome extensions — from color pickers to accessibility checkers — that will boost the efficiency of your design process.1. ColorzillaColorzilla is an advanced color picker and color-related suite of tools:Eyedropper (get the color...... читать далее

design web-development chrome-extension product-design chrome

DevOps OpenNET 20 февраля 2024 г. 19:01

Состоялся релиз web-браузера Firefox 123 и сформировано обновление ветки с длительным сроком поддержки - 115.8.0. На стадию бета-тестирования переведена ветка Firefox 124, релиз которой намечен на 19 марта. Основные новшества в Firefox 123:...... читать далее

Разработка dev.to 19 февраля 2024 г. 13:47

Introduction Les icônes jouent un rôle crucial dans un design system, mais leur intégration peut être un processus fastidieux. L'équipe Core UI de MGDIS se compose de deux développeurs frontend, deux designers et un alternant designer qui partagen...... читать далее

frontend designsystem figma productivity

Разработка dev.to 17 февраля 2024 г. 14:01

I was stuck with a requirement to embed an interactive map in website until I discovered the Jquery Mapael Library. with help of it, you can create superb interactive maps in html & js. Unfortunately, I couldn't find an organized documentation of...... читать далее

webdev html javascript jquery

Разработка dev.to 17 февраля 2024 г. 11:42

Today is day 17 of my 29 Days of Open Source Alternatives series, where I'll be exploring open source alternatives to proprietary software in the categories of Game Development and Multimedia, Development Tools and Platforms, Productivity and Collabo...... читать далее

opensource productivity collaboration

Разработка dev.to 16 февраля 2024 г. 19:07

In software development, there’s a famous saying: Don’t reinvent the wheel. This means that it is often smarter to use existing solutions, such as frameworks and libraries, rather than starting from scratch. When it comes to web development, CSS pla...... читать далее

css webdev beginners tutorial