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
Vue Mastery: The smart way to add external scripts to your Vue app

In this tutorial, we will be creating a Vue component which can load any number of external scripts into our Vue app without blocking the smooth execution and rendering of our code, and emit events to notify us when each script has been downloaded. - https://leighola.hashnode.dev/vue-mastery-the-smart-way-to-add-external-scripts-to-your-vue-app

#vue
👍6
Over 100 Algorithms and Data Structures Demonstrated in JS

Examples of many common algorithms (e.g. bit manipulation, Pascal’s triangle, Hamming distance) and data structures (e.g. linked lists, tries, graphs) with explanations. - https://github.com/trekhleb/javascript-algorithms

#javascript
👍12🤯1
A Practical Guide to Not Blocking the Event Loop

Typically, JavaScript engines run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be. - https://www.bbss.dev/posts/eventloop/

#nodejs
👍3🔥2
Logging in and Logging Out

The article explains how to create a user authentication system using Supabase and integrate it with Nuxt 3, the popular Vue.js framework for building web applications. - https://masteringnuxt.com/blog/logging-in-and-logging-out

#vue
👍6
Conditional CSS with :has and :nth-last-child

Ahmad Shadeed highlights a few examples of where you can combine a CSS selector with :has() to create conditional component/layout states. - https://ishadeed.com/article/conditional-css-has-nth-last-child

#css
👍5
How to Write Comments in React: The Good, the Bad and the Ugly

{/* Writing comments like this */ } is the usual way to write comments in JSX, but there are two other ways you should also know. - https://dmitripavlutin.com/react-comments/

#react
👍82
A Business Case for SvelteKit

A good post covering the experience of migrating from Meteor to SvelteKit, the process this team undertook, and the outcomes from both a performance and UX point of view. - https://elliscs.hashnode.dev/a-business-case-for-sveltekit

#sveltekit
👍5
Deopt Explorer: A VS Code Extension to Inspect V8 Trace Log Info

A thorough introduction to a new tool from Microsoft for performing advanced analysis of data coming from the V8 engine’s internals, including CPU profile data, how inline caches operate, deoptimizations, how functions were run (interpreted or compiled) and more. - https://devblogs.microsoft.com/typescript/introducing-deopt-explorer/

#nodejs
👍41
Integrating Google sheets api with nuxt 3

This guide will walk you through how to use the Google Sheets API as a database and pair it with a Nuxt.js 3 application. - https://zachary.hashnode.dev/how-to-use-google-sheets-with-nuxt-3

#vue
👍7