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

Admin: @andrey2019
Download Telegram
Better Navigation with NuxtLink

The NuxtLink component in Nuxt 3 may seem simple at first glance, but there’s a lot going on beneath the surface.
In this article find out how it works and how to use it.https://masteringnuxt.com/blog/better-navigation-with-nuxtlink - https://masteringnuxt.com/blog/better-navigation-with-nuxtlink

#vue
👍52🔥1
Finish Your Projects

Planetscale’s Aaron Francis discusses the challenges and importance of finishing projects, focusing on embracing the grind of the last 10% of a project and overcoming the fear of releasing it. - https://github.com/readme/guides/finish-your-projects

#react
👍61
Руководитель группы фронтенд-разработки IT-инфраструктуры Яндекс
#Москва #гибрид #TeamLead

Мы создаём и поддерживаем продукты, которые позволяют сотрудникам Яндекса общаться с IT- и HR-отделами и помогают сконцентрироваться на непосредственных рабочих задачах, не отвлекаясь на бытовые. Отвечаем за внутренний и внешний портал Service Desk, вендинговые аппараты для получения компьютерных аксессуаров, внутренние чат-боты, электронные очереди для сервисных подразделений и многое другое.
Мы ищем руководителя команды, который поможет нам управлять группой и процессами фронтенд-разработки IТ-инфраструктуры, запускать новые продукты для тысяч сотрудников Яндекса и совершенствовать существующие.
Если вы любите автоматизировать работу и решать сложные задачи, готовы отвечать за команду, изучать и внедрять самые последние технологии, вам у нас точно понравится.

Подробнее о вакансии и отклики: https://goo.su/ParRjr

Связаться с рекрутером: @alfed28
🤮82👍1👏1
FrontEnd Development pinned «Руководитель группы фронтенд-разработки IT-инфраструктуры Яндекс #Москва #гибрид #TeamLead Мы создаём и поддерживаем продукты, которые позволяют сотрудникам Яндекса общаться с IT- и HR-отделами и помогают сконцентрироваться на непосредственных рабочих задачах…»
Ref vs. Reactive: What to Choose Using Vue 3 Composition API?

We love Vue 3's Composition API, but it provides two approaches to adding a reactive state to Vue components: ref and reactive. It can be cumbersome to use .value everywhere when using refs but you can also easily lose reactivity when destructuring reactive objects created with reactive. This article explains how you can choose whether to utilize reactive, ref, or both. - https://mokkapps.de/blog/ref-vs-reactive-what-to-choose-using-vue-3-composition-api

#vue
👍61
The State of Node.js Performance in 2023

Node 20 gets put through its paces against 18.16 and 16.20 with a few different benchmark suites running on an EC2 instance. It goes into a lot of depth that’s worth checking out, but if you haven’t got time, the conclusion is “Node 20 is faster.” Good. - https://blog.rafaelgss.dev/state-of-nodejs-performance-2023

#nodejs
2👍1
vh, svh, lvh, and dvh

Manuel Matuzovic explains how dvh viewport unit addresses the issue on mobile where viewport changes depending on the state of interface elements. - https://www.matuzo.at/blog/2022/100daysof-day38

#css
👍51
Handling Assets in Nuxt 3

Nuxt 3 gives us two great options for managing assets in our web applications. But what’s the difference, and how do you know which to use? This article share’s some simple questions you can ask yourself to figure out where to put your assets, as well as the differences between the two strategies. - https://masteringnuxt.com/blog/handling-assets-in-nuxt-3

#vue
👍6
How to Draw Any Regular Shape with Just One JavaScript Function

Mozilla/MDN has a (relatively) new blog — here they share 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. - https://developer.mozilla.org/en-US/blog/javascript-shape-drawing-function/

#javascript
👍6
CommonJS is Hurting JavaScript

An interesting take on Node’s default module system, covering its history, its shortcomings, and the trickiness of managing both CommonJS and ES modules at once. Unsurprisingly, Andy wants us aboard the ESM train ASAP and to leave CommonJS at the station. - https://deno.com/blog/commonjs-is-hurting-javascript

#nodejs
👍3👏3
Building the Foundation of a Full-Stack App with Nest, Next.js and tRPC

Discover how to create a fully type-safe pnpm monorepo using NestJS, a powerful Node.js backend framework, and Next.js. This covers the integration of tRPC as the API layer, providing end-to-end type-safety for full-stack TypeScript apps. - https://www.tomray.dev/nestjs-nextjs-trpc

#react
👍7
The Anatomy of visually-hidden

James Edwards explains how exactly work styles used to hide content from most users while keeping it accessible to assistive technology users. - https://www.tpgi.com/the-anatomy-of-visually-hidden

#css
👍5🔥1