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

Admin: @andrey2019
Download Telegram
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
Why Code Security Matters - Even in Hardened Environments

A nicely diagrammed deep dive (and it really is deep) into a technique that allows malicious parties to turn a file write vulnerability in a Node app into a remote code execution exploit even when the file system is mounted read-only. - https://www.sonarsource.com/blog/why-code-security-matters-even-in-hardened-environments/

#nodejs
👍3
Good Practices and Design Patterns for Vue Composables

This article from Jakub Andrzejewski combines knowledge from his personal experiences and other articles on good practices and design patterns for writing Vue.js composables. - https://dev.to/jacobandrewsky/good-practices-and-design-patterns-for-vue-composables-24lk

#vue
👍3
Speeding Up the Virtual DOM With Vue.js

Web frameworks often use a virtual DOM to keep track of current UI elements.
To combat performance issues, Vue.js closely couples its runtime and compiler. - https://www.heise.de/hintergrund/Speeding-Up-the-Virtual-DOM-With-Vue-js-9799410.html

#vue
👍3
Wasmer Adds Node.js and Bun Support

Wasmer is a fast, Rust-powered WebAssembly runtime and as of Wasmer 5.0, it has (experimental) V8 backend support, meaning you can try all sorts of curious things like, say, running Clang or Python inside Node. - https://wasmer.io/posts/wasmer-js-sdk-now-supports-node-and-bun

#nodejs
👍3