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

Admin: @andrey2019
Download Telegram
Responsive type scales with composable CSS utilities

Tobias Ahlin Bjerrome explains how you can create composable, responsive, and fluid-type scales that smoothly adapt to viewport and container widths using calc(), clamp(), and CSS vars. - https://tobiasahlin.com/blog/responsive-fluid-css-type-scales

#css
A Comprehensive Guide to Data Fetching in Nuxt 3

With Nuxt 3's rendering modes, you can execute API calls and render pages both on the client and server, which has some challenges. In this article, explore everything you need to know about the different data fetching methods available in Nuxt 3 and when to use them. - https://mokkapps.de/blog/a-comprehensive-guide-to-data-fetching-in-nuxt-3

#vue
A Web Server ‘Hello World’ Benchmark: Go vs Node vs Nim vs Bun

The standard disclaimer applies: benchmarks are difficult and don’t always measure what you should care about. Nonetheless, they remain of interest and here’s a quick example comparing the simplest of HTTP servers in with Go, Node, Bun and Nim. In short: Node stands up fine, but you'd want to benchmark something more elaborate than this in reality. - https://lemire.me/blog/2023/10/07/web-server-hello-world-benchmark-go-vs-node-js-vs-nim-vs-bun/

#nodejs
Why Vue is a great fit for modular software architecture

It’s sometimes daunting thinking about all the various JavaScript frameworks that exist and which to invest in. Fortunately, it's easier to choose when you focus on investing in a modular software architecture. In this post, we’ll be talking about why Vue should be one of your top contenders when choosing a front-end framework to invest in for the long haul. - https://www.netlify.com/blog/why-vue-is-a-great-fit-for-modular-software-architecture/

#vue
12 Top Tips for Writing Clean Code

Level Up Your Coding Game: Discover the Top 12 Tips for Clean and Maintainable Code - https://levelup.gitconnected.com/12-top-tips-for-writing-clean-code-979255bd545a

#clean #code