FrontEnd Development
28.4K subscribers
144 photos
1 video
8.38K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
What Happens When a Major npm Library Goes Commercial?

The ua-parser-js library is commonly used to parse user agent strings and gets over 12 million downloads a month, but it has recently switched to AGPL+commercial licensing. - https://adventures.nodeland.dev/archive/what-happens-when-a-major-npm-library-goes/

#nodejs
Build a Nuxt app with Azure serverless REST API

This article provides instructions on how to construct a static web app using Nuxt, in conjunction with serverless APIs through Azure Functions CLI and Static Web Apps Emulator. - https://dev.to/mayashavin/build-a-nuxt-app-with-azure-serverless-rest-api-2ci7

#vue
How to Use CSS object-fit and object-position

Ralph Mason shows how to use object-fit to fit images into a specific amount of space and how to use object-position to get the positioning within that space just right. - https://www.sitepoint.com/using-css-object-fit-object-position-properties

#css
How to Create WebVTT Files for Videos in Node

The Web Video Text Tracks Format (WebVTT) is a common standard for subtitles/closed captioning. AssemblyAI’s platform does the hard work here. - https://www.assemblyai.com/blog/vtt-video-nodejs/

#nodejs
How to Use Google Sheets as a 'Database' with React

The most compelling reason to use this approach? The ability to make your app’s data available to both technical and non-technical people by simply sharing a Google Sheet they likely already know how to use. - https://thenewstack.io/how-to-use-google-sheets-as-a-database-with-react-and-ssr/

#react
How to Use v-model in Vue 3: An In-Depth Guide

Get the hang of Vue 3's v-model with this guide. This article covers its purpose, cool features, some examples, and also some common slip-ups to avoid for a smooth two-way data binding experience. - https://salkobalic.com/how-to-use-v-model-in-vue-3-an-in-depth-guide

#vue
How to create private state in stores

In this article, Eduardo - creator of Pinia explores the concept of creating Private State in Pinia. It focuses on Understanding Options vs. Setup Stores and Maintaining Data Integrity - https://masteringpinia.com/blog/how-to-create-private-state-in-stores

#vue
The Latest in CSS and Web UI: I/O 2024 Recap

Una Kravets dives into the current state of CSS, exploring some of the most game-changing new features redefining how we build web applications, featured live at Google I/O 2024. - https://developer.chrome.com/blog/new-in-web-ui-io-2024

#css
Understanding React Compiler

The new, experimental tool from the React team automates your performance tuning by rewriting your code — but should you use it, and how does it work under the hood? Tony takes a look. - https://tonyalicea.dev/blog/understanding-react-compiler/

#react
Dynamically Configuring Vue.js Apps in Docker Containers

In this article, explore a solution that allows you to set environment variables dynamically when running a Docker container, ensuring your Vue.js application reflects the latest configurations. - https://medium.com/@cgaspard/dynamically-configuring-vue-js-apps-in-docker-containers-0d2570c8f48c

#vue