SEO • distilled.net • 24 мая 2022 г. 17:45
Google Marketing Live is an incredibly exciting event, especially as it heads into its ninth year and returns to an in-person format. It’s an opportunity to connect with fellow marketers, a chance to provide feedback directly to Google’s product team...... читать далее
Paid SearchРазработка • Windows Developer Blog • 24 мая 2022 г. 15:00
As a team, we’re thrilled to spend time with the developer community at Create Next Generation Experiences at Scale with Windows appeared first on Windows Developer Blog.... читать далее
Windows DevelopersSEO • Yoast.com • 24 мая 2022 г. 13:37
We’ll start with a brief summary of YouTube ranking factors. Next, we’ll make a best-guess assessment of how they break down from a practical standpoint. YouTube ranking factors There are two core overarching groups into which YouTube ranking f...... читать далее
Content SEO Video SEOДизайн • UX Planet • 24 мая 2022 г. 11:28
Start to build your design system with core componentsStarting a design system can be a daunting task if all you have is a blank page/canvas in front of you. When designing the features of your product, there will be times when a library of basic com...... читать далее
design-systems front-end-development components web-designРазработка • elmah.io Blog • 24 мая 2022 г. 8:09
Over the next couple of weeks (don't know exactly how many posts will turn out of this) I will blog about how we have developed our documentation site. The site is built on top of MkDocs, a custom theme, and a bunch of Markdown files. In this first p...... читать далее
Разработка • habr.com • 24 мая 2022 г. 6:59
Я всегда хотел, чтобы CSS умел обрезать изображение и размещать его в любом нужном мне направлении. Это стало возможным благодаря использованию дополнительного элемента HTML в сочетании с различными свойствами CSS, которые я объясню позже.В этой стат...... читать далее
CSS css frontend webРазработка • W3C • 24 мая 2022 г. 6:28
The Web Performance Working Group has published the following two First Public Working Drafts: Event Timing API: This document defines an API that provides web page authors with insights into the latency of certain events triggered by user interactio...... читать далее
Home Page Stories Publication Web Design and ApplicationsРазработка • DigitalOcean Community Tutorials • 24 мая 2022 г. 5:06
*Serverless* architecture allows backend web services to be implemented on an as-needed basis. Rather than needing to maintain your own server configuration, architecting your software for serverless providers can minimize the overhead involved. Serv...... читать далее
Разработка • DigitalOcean Community Tutorials • 24 мая 2022 г. 5:06
# Best Practices for Rearchitecting Monolithic Applications to Microservices ### Introduction *Serverless* architecture allows backend web services to be implemented on an as-needed basis. Rather than having to maintain your own server configuratio...... читать далее
Разработка • DigitalOcean Community Tutorials • 24 мая 2022 г. 5:06
### Introduction *Serverless* architecture allows backend web services to be implemented on an as-needed basis. Rather than needing to maintain your own server configuration, architecting your software for serverless providers can minimize the overh...... читать далее
SEO • 1ps.ru • 24 мая 2022 г. 4:34
Хотите понять, почему сайт приносит мало клиентов? Попробуйте провести оценку юзабилити. Рассказываем, как самостоятельно провести UX-аудит, не прибегая к помощи специалистов.... читать далее
ТехнологииРазработка • DZone Web Dev • 23 мая 2022 г. 16:17
Modern DPMs can process billions of different events in a short period. The mere thought seems unrealistic, as such operations require a potent computational capacity and flexible scalability. But before diving deeper, let’s have a look at some defin...... читать далее
data data management data platform dmp data platformsDevOps • DZone DevOps • 23 мая 2022 г. 15:13
What Is Selenium? Selenium is an open-source testing tool used to automate web application testing. Selenium is designed explicitly for electronic applications and can be used in various programs and stages.... читать далее
Разработка • DigitalOcean Community Tutorials • 23 мая 2022 г. 14:37
*The author selected the [Free and Open Source Fund](https://www.brightfunds.org/funds/foss-nonprofits) to receive a donation as part of the [Write for DOnations](https://do.co/w4do-cta) program.* ### Introduction [Postfix](http://www.postfix.org/)...... читать далее
Разработка • DZone Web Dev • 23 мая 2022 г. 14:14
As anyone in the software world knows, automated testing is an essential part of the process. Automation testing saves time and money by catching errors early in the development process. There are many different automation tools on the market, but Cy...... читать далее
Разработка • realpython.com • 23 мая 2022 г. 14:00
In this step-by-step tutorial, you’ll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repository. Quickly get up to speed on everything from naming your package to configuring it using setup.cf...... читать далее
Разработка • habr.com • 23 мая 2022 г. 13:27
В предыдущей статье мы рассмотрели использование Go для создания веб-приложений (с выполнением через Web Assembly). Но прежде всего Go интересен как язык для реализации высокопроизводительных и неблокирующих решений на стороне сервера и в этой статье...... читать далее
Блог компании OTUS Программирование Разработка мобильных приложений API Go otus go golang api web socketРазработка • habr.com • 23 мая 2022 г. 9:55
Привет, друзья! В данной шпаргалке представлены все основные интерфейсы и методы по работе с медиа в браузере, описываемые в следующих спецификациях: Media Capture and Streams Screen Capture Media Capture from DOM Elements MediaStream Image Capture...... читать далее
Блог компании Timeweb Cloud JavaScript javascript media devices media capture screen capture image capture web speech api web speech cheatsheet медиа устройства захват медиа захват экрана захват изображения текст в речь речь в текст шпаргалкаРазработка • wpbeginner.com • 23 мая 2022 г. 8:30
Do you want to add advanced gift cards in WooCommerce? Gift cards allow your customers to buy store credit and then either keep it for themselves, or give it away as a gift. Since they’re so popular with shoppers, gift cards can help you get…&#...... читать далее
Tutorials advanced coupons advanced gift cards for woocommerce gift card woocommerce woocommerce gift card woocommerce gift card pluginРазработка • DZone Web Dev • 22 мая 2022 г. 17:34
The NonNullable type is a utility type in TypeScript that creates a new type, whilst removing all null or undefined elements. It lets us take existing types, and modify them so they are more suitable in certain situations. Let's look at how it works...... читать далее
javascript tutorial web development typescript webdev