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

Admin: @andrey2019
Download Telegram
Node.js Doubles Security Releases with Newly Automated Process

The Node project has automated its security release process, doubling the number of releases, and is re-evaluating unsupported experimental features with the Next 10 group to enhance security. - https://socket.dev/blog/node-js-doubles-security-releases-with-newly-automated-process

#nodejs
Promises from the Ground Up

Josh notes that in order to truly understand promises, a fundamental part of modern JS development, we need “a surprisingly deep understanding of how JavaScript works and what its limitations are”. Luckily, this tutorial covers all the critical context you need. - https://www.joshwcomeau.com/javascript/promises/

#javascript
Zoom, Zoom, and Zoom

Miriam Suzanne explores in detail the three types of browser magnification. - https://www.oddbird.net/2024/07/09/zoomies

#css
Running Postgres inside Node-RED via WASM and PGlite

Node-RED is a popular Node.js-based ‘low code’ programming environment where you build ‘flows’ in the browser to connect code together. - https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/

#nodejs
Full Stack Web Push API Guide

A complete implementation of push notifications in a Remix app. “If you follow the walk through to the end, you’ll have working push notifications.” - https://www.bocoup.com/blog/full-stack-web-push-api-guide

#web #push
Seamless Payments: Integrating Stripe with Vue.js and Node.js

In this blog, learn how to integrate Stripe payment gateway into a Vue.js application. - https://rabinson.hashnode.dev/seamless-payments-integrating-stripe-with-vuejs-and-nodejs

#vue
CSS Grid Areas

Ahmad Shadeed takes a fresh look at the CSS grid template areas and discusses how to maximize their potential today. - https://ishadeed.com/article/css-grid-area

#css
How to Master Vue Router in Vue.js 3 with Composition API

Discover how to effectively master Vue Router in Vue.js 3 using the powerful Composition API. This comprehensive guide provides step-by-step instructions, best practices, and practical examples to help you seamlessly integrate routing into your Vue.js projects. - https://vueschool.io/articles/vuejs-tutorials/how-to-master-vue-router-in-vue-js-3-with-composition-api/

#vue
React is (Becoming) a Full-Stack Framework

Robin opines on some widely discussed topics in the React community over the past year or two: Where’s React going? Is it a frontend library? How does the backend fit in? He shares his thoughts on what led him to use Server Components and Server Actions and to consider React as more of a full-stack solution. - https://www.robinwieruch.de/react-full-stack-framework/

#react