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

Admin: @andrey2019
Download Telegram
Benchmarking the Performance of CSS @property

Bramus Van Damme explores the performance of @property, its impact, and things you can do to help prevent negative influence. - https://web.dev/blog/at-property-performance

#css
👍3
Chasing Color

Adam Stoddard investigates what an ideal CSS color system might look like. - https://aaadaaam.com/notes/chasing-color

#css
👍2
How to Set Up Next.js 15 for Production in 2024

Share in this author’s experience in scaling up Next.js apps to over 100k monthly active users and millions of monthly visitors. - https://www.reactsquad.io/blog/how-to-set-up-next-js-15-for-production

#react
👍4
Bootstrapping CRUD with Pongo

Pongo is a package that uses Postgres as a database but offers a MongoDB style, document-oriented API. - https://event-driven.io/en/crud_with_pongo/

#nodejs
👍3
The Golden Ratio in CSS

Mads Stoumann demonstrates how to recreate the Golden Ratio Diagram in CSS, using a few grid-declarations and some additional tricks. - https://dev.to/madsstoumann/the-golden-ratio-in-css-53d0

#css
👍5
Build an accessible tooltip component efficiently with CSS and Vue

A tooltip is an informative and short message that appears only when there is user interaction with an element on the UI of an application, usually to provide hints. This article will explore creating a tooltip for a specific element in Vue as a wrapper component with a slot. - https://dev.to/mayashavin/build-an-accessible-tooltip-component-efficiently-with-css-and-vue-1p27

#vue
👍3
Node.js, Pipes, and Disappearing Bytes

If piping a Node app’s output to another command, mysterious problems can arise - https://sxlijin.github.io/2024-10-09-node-stdout-disappearing-bytes

#nodejs
👍2