FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Getting Started with Astro for Vue Developers

Astro is a new content focused website builder that focuses on shipping less JavaScript. In this article, we will discuss how Vue.js developers can get started with Astro. - https://medium.com/vue-mastery/getting-started-with-astro-for-vue-developers-1714af8ed906

#vue
👍53
Making Animated Tooltips with React and Framer Motion

Given there’s a fairly good chance tooltips could be the only ‘documentation’ that will actually get read, why not jazz them up a little? - https://sinja.io/blog/animated-tooltip-with-react-framer-motion

#react
👍3
Dynamic List Transitions in Vue

This article will review the various types of Vue.js list transitions and how to use them in your applications. We'll also go over some best practices for creating smooth and efficient list transitions. By the end of this article, you'll better understand how to use Vue.js to create dynamic list transitions. - https://dev.to/asayerio_techblog/dynamic-list-transitions-in-vue-2dda

#vue
👍31
Next.js 13.4 Released

Despite the minor version bump, this is a big release for the popular React framework. The new app router and its improved approach to filesystem based routing is now offered as a stable feature, with a new concept of server actions being introduced in alpha as a way to mutate data on the server without needing to create an in-between API layer. - https://nextjs.org/blog/next-13-4

#react
👍3
Laravel 10 and Nuxt 3 — Setup SSR with authentication from scratch

In this article, explore how to combine the latest versions of 2 of the best frameworks, Laravel 10 and Nuxt 3 and setup a Server-Side Rendered authentication feature from scratch. - https://manchenkoff.medium.com/laravel-10-and-nuxt-3-setup-ssr-with-authentication-from-scratch-497ab1a3fc56

#vue
👍4
Register custom properties in CSS, get and update them with JavaScript

Ollie Williams looks at two different ways to get the value of a CSS custom property and set or override the value of a custom property using JavaScript. - https://fullystacked.net/posts/custom-properties

#css
👍4
A Guide to Visual Regression Testing with Playwright

The Playwright browser control library can form the basis of an end-to-end testing mechanism all written in JavaScript, and comparing the visual output of tests can show where things are going wrong. - https://lost-pixel.com/blog/post/playwright-visual-regression-testing

#nodejs
👍5
Forwarded from Elena
How to optimize your team's growth for high performance?

In a time of market volatility, when BigTech companies are downsizing their teams, it is crucial to find the right balance between hiring career starters and experienced professionals in order to optimize your team's growth and achieve high performance.

Join us on June 21st at 20:00 GMT for a discussion on tips for building urgent hiring pipelines, case studies on outsourcing and outstaffing, and the optimal junior engineer ratio in a team. Our speaker, Alexander, is a Tech Unit Lead at Avito. Effective team growth and management are at the center of his role as he builds teams that deliver tangible product increments, resulting in increased profitability.

The webinar will be useful for team leaders, managers involved in the hiring process, as well as recruiters and HR professionals.

➡️ To participate, register at http://bit.ly/45HXGnv

Don't miss out on this opportunity to learn how to navigate an unstable and unpredictable hiring market.

#teamgrowth #highperformance #hiringtips #marketvolatility
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5
How to Structure Your Next.js App with the New App Router

Learn how to organize your modern Next.js project using a feature-driven structure with the new App Router which, the author asserts, enables greater flexibility and efficiency in development. - https://betterprogramming.pub/how-to-structure-your-next-js-app-with-the-new-app-router-61bf2bf5a20d

#react
👍71
Ranger: Use a Range-Like Syntax for Anything?

const numbers = 1[[...8]], anyone? This is a neat trick for a bit of syntactic sugar, but I’m not sure it would pass the sniff test for most teams. You might find the implementation interesting to check out though. Long may this sort of experimentation continue. - https://dev.to/jonrandy/ranger-js-range-syntax-for-anything-4djc

#javascript
👍62
Server-Sent Events with Node

Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs

#nodejs
6👍1
Nuxt-scheduler: A server side scheduling module for Nuxt 3

Add Scheduled cron jobs within your Nuxt 3 server with Nuxt Scheduler. This blog post provides a simple get-started guide to using this exciting Nuxt 3 server-side module to schedule tasks in your application - https://vuejsfeed.com/blog/nuxt-scheduler-a-server-side-scheduling-module-for-nuxt-3

#vue
👍51