MDN Blog03:44
The MDN Web Docs blog publishes articles about web development, open source software, web platform updates, tutorials, changes and updates to MDN, and more.
All rights reserved 2023, MDN

 
 
1. Efficient data handling with the Streams APIПт, 06 сен[-/+]
This post demonstrates how to use the Streams API in a web application to fetch and transform text on the fly. By processing the data as it arrives, this approach enhances performance, responsiveness, and resource efficiency.

Медиа: image / png


2. Locale-sensitive text segmentation in JavaScript with Intl.SegmenterВт, 03 сен[-/+]
Learn how to use Intl.Segmenter for locale-sensitive text segmentation in JavaScript to simplify localization, count words or sentences in different languages, and more.

Медиа: image / png


3. Optimize your workflow with Git stashСр, 28 авг[-/+]
Learn how to use Git stash to break down large commits. Discover a better approach for saving work when switching branches.

Медиа: image / png


4. How to debug mobile apps across devicesСр, 07 авг[-/+]
This post explores what mobile app debugging is, commonly used techniques, and how you can debug mobile apps on multiple devices.

Медиа: image / png


5. Exclusive accordions using the HTML details elementПн, 05 авг[-/+]
The 'name' attribute of the HTML details element is gaining more support across browsers. Learn how this feature allows creating exclusive accordions without scripting widgets from scratch.

Медиа: image / png


6. Exploring the Broadcast Channel API for cross-tab communicationПт, 12 июл[-/+]
This article explains how to use the Broadcast Channel API to build synchronized and interconnected web applications.

Медиа: image / png


7. MDN partners with Scrimba to enhance web development learningВт, 09 июл[-/+]
We have chosen Scrimba as a course partner for the MDN Curriculum. This blog post explores what the partnership means practically, and how we will provide an even better web education experience together.

Медиа: image / png


8. Introducing the MDN HTTP ObservatoryВт, 02 июл[-/+]
First released in 2016, the HTTP Observatory became popular in the web community with a combination of helpful security audits and educational material. Fast forward to 2024, and we are delighted to announce that Observatory's new home is MDN. Read on to find out more about what this entails, and give the HTTP Observatory a warm welcome!

Медиа: image / png


9. Static Site Generation (SSG) with Next.jsПт, 28 июн[-/+]
This guide explains how to use Static Site Generation in Next.js to build scalable and secure web applications with fast loading times and a focus on performance.

Медиа: image / png


10. New JavaScript Set methodsПн, 24 июн[-/+]
New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more.

Медиа: image / png


11. Securing APIs: Express rate limit and slow downВт, 28 мая[-/+]
This guide introduces you to rate limits and slow down mechanisms. Learn how to apply slow down and rate limit mechanisms in Express applications.

Медиа: image / png


12. Using the Page Visibility APIПт, 10 мая[-/+]
This post takes a look at what page visibility is, how you can use the Page Visibility API in your applications, and describes pitfalls to avoid if you build features around this functionality.

Медиа: image / png


13. A year of publishing the MDN BlogПт, 03 мая[-/+]
We've been writing about web development and the web platform on the MDN Blog since May 2023. Here's our highlights and top posts along with our favorites.

Медиа: image / png


14. Setting up service workers on VultrВт, 23 апр[-/+]
This guide introduces you to service workers and their lifecycle. Learn how to deploy a project using service workers with HTTPS on Vultr.

Медиа: image / png


15. Interop 2023: MDN updatesСр, 27 мар[-/+]
Interop 2023 has successfully concluded, and the Interop 2024 project is now officially underway. Learn what Interop is, discover the updates from Interop 2023 now on MDN, and find out what's coming to the web next.

Медиа: image / png


16. Testing JavaScript with Jest on VultrПт, 22 мар[-/+]
This guide introduces you to the common types of tests and the testing conventions. Learn how to test JavaScript with Jest on Vultr.

Медиа: image / png


17. Creating color palettes with the CSS color-mix() functionПт, 08 мар[-/+]
Working with colors on the web just got more interesting! In this article, we’ll explore how to use the CSS color-mix() function to create variations in color palettes.

Медиа: image / png


18. Modernizing conventional test automation with TestGridЧт, 29 фев[-/+]
This post reflects on the conventional test automation methods using Selenium and Appium. Learn how you can use TestGrid's unified testing platform to enhance the conventional methods and also leverage the modern codeless testing techniques.

Медиа: image / png


19. Lift-off: The MDN Curriculum launchВт, 27 фев[-/+]
The long-awaited MDN Curriculum is now live on MDN, providing a structured guide to the essential front-end development skills and best practices for industry newcomers. Learn all the key details in this article.

Медиа: image / png


20. Creating effective technical documentationВт, 13 фев[-/+]
This article provides an overview of the core components required for creating effective technical documentation. Learn the best practices to make your documentation clear, consistent, and well-structured.

Медиа: image / png


21. Leveraging Bun on Vultr: A superior Node.js alternativeСр, 17 янв[-/+]
This guide explains Bun functionalities as a runtime package manager and a bundler. It also explains the benefits of built-in Bun APIs and how to use Bun's Vultr marketplace application.

Медиа: image / png


22. Border images in CSS: A key focus area for Interop 2023Вт, 19 дек 2023[-/+]
Aligning with Interop 2023's emphasis on cross-browser consistency, this post walks you through various `border-image` properties that you can control to create captivating web designs. Learn how to use custom graphics for enhancing the look of your websites that appear consistent across different browsers.

Медиа: image / png


23. Build AI-powered applications using OpenLLM and Vultr Cloud GPUВт, 12 дек 2023[-/+]
Learn how to build AI-powered apps using OpenLLM and Vultr Cloud GPU. This guide shows how to generate API responses using a Large Language Model. It also covers instructions for setting up an Nginx server and implementing SSL security.

Медиа: image / png


24. Saying goodbye to third-party cookies in 2024Пт, 08 дек 2023[-/+]
The tail end of 2023 welcomes positive news for web privacy, as Chrome announces it is to join Firefox and Safari in deprecating third-party cookies in 2024. Find out more details about these changes, and what they mean for web developers.

Медиа: image / png


25. Baseline's evolution on MDNВт, 05 дек 2023[-/+]
Today we're updating the Baseline widgets and introducing a new one, along with the updated definition of Baseline.

Медиа: image / png


26. Developer essentials: JavaScript console methodsЧт, 30 ноя 2023[-/+]
The JavaScript console is an essential tool for web development. Learn new and fun ways to use the console to display data and debug your code.

Медиа: image / png


27. Getting started with CSS container queriesЧт, 16 ноя 2023[-/+]
CSS container queries are a powerful new tool for our CSS layout toolbox. In this post we'll dive into the practicalities of building a layout with container queries.

Медиа: image / png


28. Deploying Node.js applications with PM2 on VultrСр, 08 ноя 2023[-/+]
Learn how to deploy a Node.js application on Vultr using PM2 to create persistent services. This guide shows how to efficiently use resources via PM2 cluster mode. It also covers Nginx server setup and SSL security.

Медиа: image / png


29. VS Code: Tips and tricks for beginnersВт, 07 ноя 2023[-/+]
Discover essential tips and tricks for using Visual Studio Code (VS Code), a powerful IDE. Learn how to leverage its integrated editing features and Git support, and explore a few extensions.

Медиа: image / png


30. Coming Soon: MDN Observatory 2.0Ср, 25 окт 2023[-/+]
Observatory 2.0 is launching soon as part of the Mozilla Developer Network as the MDN Observatory with new security scoring standards and other exciting updates.

Медиа: image / png


31. Optimizing DevSecOps workflows with GitLab's conditional CI/CD pipelinesПн, 23 окт 2023[-/+]
This guide explores the various types of CI/CD pipelines and helps you understand their specific use cases. Learn how to leverage rules to create highly efficient DevSecOps workflows.

Медиа: image / png


32. Introduction to web sustainabilityСр, 11 окт 2023[-/+]
What can web designers and developers do to build a more sustainable web? This post explores the environmental impacts of web technologies and looks at some of the ways we can build greener websites.

Медиа: image / png


33. Migrating from GitHub to GitLab seamlessly: A step-by-step guideЧт, 05 окт 2023[-/+]
Thinking about making the move from GitHub to GitLab? This guide demystifies the migration process, addressing common concerns for DevSecOps teams that are looking to seamlessly transition between the two platforms. This post provides a step-by-step guided tutorial on how to migrate your data from GitHub into GitLab.

Медиа: image / jpg


34. Announcing the MDN front-end developer curriculumПн, 14 авг 2023[-/+]
MDN has created a curriculum for aspiring front-end developers to build a rewarding and successful career. Take a look at the curriculum, who it's for, and the research it's based on.

Медиа: image / png


35. Creating custom easing effects in CSS animations using the linear() functionВт, 01 авг 2023[-/+]
The new CSS linear() timing function enables custom easing in animations. Explore how linear() works compared with other timing functions used for easing, with practical examples.

Медиа: image / png


36. Securing your CDN: Why and how should you use SRIПт, 21 июл 2023[-/+]
Relying on external resources for your website is always fraught with risks. Learn how to protect your website and its visitors by using SRI to secure third-party content.

Медиа: image / png


37. Scroll progress animations in CSSПт, 14 июл 2023[-/+]
Scroll-driven animations are coming to CSS! In this post, we'll look at a few types of animations and learn how to link them to the scroll progress of a container.

Медиа: image / png


38. Reflections on AI Explain: A postmortemВт, 11 июл 2023[-/+]
We recently launched a feature called AI Explain, but we have rolled this back for now. In this post, we look into the story behind AI Explain: its development, launch, and the reasons that led us to press the pause button.

Медиа: image / png


39. Developer essentials: How to search code using grepПн, 03 июл 2023[-/+]
grep is a powerful tool for searching code from the terminal. This post will show you how to use grep and why it's an essential developer tool.

Медиа: image / png


40. Introducing AI Help (Beta): Your Companion for Web DevelopmentВт, 27 июн 2023[-/+]
We're introducing an AI assistant powered by MDN and OpenAI GPT 3.5 to answer all your web development questions in real time.

Медиа: image / png


41. Learn how to use hue in CSS colors with HSLПн, 26 июн 2023[-/+]
Hues are a bright way to define colors in CSS. Learn about hues, color wheels, how to use color functions, and how you can create vibrant color palettes for your website using hue.

Медиа: image / png


42. Introducing the MDN Playground: Bring your code to life!Чт, 22 июн 2023[-/+]
MDN is launching a code Playground. Users can prototype ideas and expand all live samples into an interactive experience.

Медиа: image / png


43. MDN doc updates: CSS selectors & media queries, WebGPU & WebTransport APIs, Progressive web appsВт, 13 июн 2023[-/+]
Discover CSS :lang(), experimental media queries, manipulating graphics with WebGPU, client-server communication with WebTransport, ECMAScript module support, and more.

Медиа: image / png


44. How to draw any regular shape with just one JavaScript functionПт, 26 мая 2023[-/+]
Learn how to use JavaScript to draw any regular shape to a HTML canvas with a single function, and how to modify it to draw multiple shapes.

Медиа: image / png


45. New reference pages on MDN for JavaScript regular expressionsВт, 23 мая 2023[-/+]
See the latest updates to the MDN reference pages about JavaScript regular expressions, including new sections on sub-features and browser compatibility information.

Медиа: image / png


46. Celebrating Global Accessibility Awareness DayЧт, 18 мая 2023[-/+]
In celebration of Global Accessibility Awareness Day in 2023, we share some tools and guidelines to help you make the web more accessible.

Медиа: image / png


47. Using HTML landmark roles to improve accessibilityПн, 15 мая 2023[-/+]
Learn what HTML landmark roles are, how they improve accessibility, and how you can include them on your website effectively.

Медиа: image / png


48. Introducing Baseline: a unified view of stable web featuresСр, 10 мая 2023[-/+]
MDN leads the way in implementing WebDX community group's efforts, delivering a clear and simple baseline for the web platform to developers.

Медиа: image / png


49. How :not() chains multiple selectorsПт, 05 мая 2023[-/+]
Learn how the CSS `:not()` pseudo-class behaves when multiple selectors are passed as argument.

Медиа: image / png


50. Welcome to the MDN blogСр, 03 мая 2023[-/+]
The MDN blog publishes web development news, tutorials, and insights as an extension of MDN Web Docs, helping you discover, learn, and create for the web.

Медиа: image / png


51. New functions, gradients, and hues in CSS colors (Level 4)Ср, 03 мая 2023[-/+]
Learn what's new in CSS Colors Module Level 4, including color spaces, color functions, fancy gradients, and support for wide-gamut displays.

Медиа: image / png



 
Каталог RSS-каналов (RSS-лент) — RSSfeedReader
Top.Mail.Ru
Яндекс.Метрика
© 2009–2024 Михаил Смирнов
Сайт использует cookie и javascript. Никакая личная информация не собирается
Всего заголовков: 51
По категориям:
• Все заголовки
По датам:
• Все заголовки
• 2024-09-06, Пт (1)
• 2024-09-03, Вт (1)
• 2024-08-28, Ср (1)
• 2024-08-07, Ср (1)
• 2024-08-05, Пн (1)
• 2024-07-12, Пт (1)
• 2024-07-09, Вт (1)
• 2024-07-02, Вт (1)
• 2024-06-28, Пт (1)
• 2024-06-24, Пн (1)
• 2024-05-28, Вт (1)
• 2024-05-10, Пт (1)
• 2024-05-03, Пт (1)
• 2024-04-23, Вт (1)
• 2024-03-27, Ср (1)
• 2024-03-22, Пт (1)
• 2024-03-08, Пт (1)
• 2024-02-29, Чт (1)
• 2024-02-27, Вт (1)
• 2024-02-13, Вт (1)
• 2024-01-17, Ср (1)
• 2023-12-19, Вт (1)
• 2023-12-12, Вт (1)
• 2023-12-08, Пт (1)
• 2023-12-05, Вт (1)
• 2023-11-30, Чт (1)
• 2023-11-16, Чт (1)
• 2023-11-08, Ср (1)
• 2023-11-07, Вт (1)
• 2023-10-25, Ср (1)
• 2023-10-23, Пн (1)
• 2023-10-11, Ср (1)
• 2023-10-05, Чт (1)
• 2023-08-14, Пн (1)
• 2023-08-01, Вт (1)
• 2023-07-21, Пт (1)
• 2023-07-14, Пт (1)
• 2023-07-11, Вт (1)
• 2023-07-03, Пн (1)
• 2023-06-27, Вт (1)
• 2023-06-26, Пн (1)
• 2023-06-22, Чт (1)
• 2023-06-13, Вт (1)
• 2023-05-26, Пт (1)
• 2023-05-23, Вт (1)
• 2023-05-18, Чт (1)
• 2023-05-15, Пн (1)
• 2023-05-10, Ср (1)
• 2023-05-05, Пт (1)
• 2023-05-03, Ср (2)
По авторам:
• Все заголовки