FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Lossy CSS Compression for Fun and Loss (or Profit)

Daniel Janus wrote cssfact, a lossy CSS compressor that takes some CSS and outputs back CSS that contains fewer rules. - https://blog.danieljanus.pl/2024/01/26/lossy-css-compression

#css
👍3
Creating Your Own Vector Search in 5 Minutes with SQLite & Node

sqlite-vss is a SQLite extension that adds basic vector storage and querying capabilities to SQLite, and you can combine it with Node and OpenAI embeddings to create your own natural language vector based search system reasonably quickly. - https://markus.oberlehner.net/blog/your-own-vector-search-in-5-minutes-with-sqlite-openai-embeddings-and-nodejs/

#nodejs
👍41
Harnessing the Power of Nuxt3 Auto-Imports in Testing with Vite and Vue Test Utils

In this article, the author explores how to effectively handle Auto-Imports when writing tests using Vite and Vue Test Utils. - https://dev.to/elquimeras/harnessing-the-power-of-nuxt3-auto-imports-in-testing-with-vite-and-vue-test-utils-4jmp

#vue
👍21
Shining a Light on Caustics with Shaders and React Three Fiber

A step-by-step guide on building a caustic light effect (like the light rays you might see refracting/reflecting off a surface) in a React Three Fiber project using shaders, render targets, normal maps, and custom materials. Beautiful! - https://blog.maximeheckel.com/posts/caustics-in-webgl/

#react
👍3
When To Use The Min() Or Max() Function

Temani Afif explains when you should use min() and max() functions. - https://css-tip.com/min-max

#css
👍2
Oxlint: A New JS Linter '50-100x Faster' than ESLint?

Making tools as fast as possible is a common theme in the JavaScript world, and it's the MO for the JavaScript Oxidation Compiler toolkit. Oxlint is one of their tools that’s now GA. It's still early days, but when Evan You says “the performance is absolutely nuts” when running against the Vue 3 codebase, we sit up and listen. - https://oxc-project.github.io/blog/2023-12-12-announcing-oxlint.html

#oxlint
👍3🔥3
Learn @click event handler for VueJs

We virtually always use the @click event handler in our apps. This is one of the effective technologies that enables us to build dynamic and interactive user interfaces for our VueJs applications. We will go over every important aspect of the @click event handler in this blog post, along with practical examples and suggestions based on different use cases. - https://blog.jobins.jp/learn-click-event-handler-for-vuejs

#vue
👍3
Delicious 'Donut' Components

Donuts, in this case, aren’t merely a tasty snack, but a pattern for interleaving client and server components. Presented complete with some fantastic diagrams. - https://frontendatscale.com/blog/donut-components/

#react
👍3
👍2
How to mock NgRx Signal Stores for unit tests and Storybook play interaction tests

In this article, I show you two techniques for mocking Signal Stores, creating mock Signal Stores manually, and using the provideMockSignalStore function (it generates a mock version of a Signal Store) that’s designed to simplify the mocking process - https://www.angularaddicts.com/p/how-to-mock-ngrx-signal-stores

#angular
👍4
Authenticating Vue Apps With Okta

Okta is a cloud-based platform for authentication and authorization. This article delves into authentication in Vue apps, exploring how implementing robust authentication solutions like Okta can resolve challenges related to user identity, data protection, and seamless user journeys. - https://dev.to/asayerio_techblog/authenticating-vue-apps-with-okta-7f1

#vue
👍4
Master Angular 17.1 and 17.2

In this article, I list out the most important changes and new features, also share resources that will teach you how these new Angular features work - https://www.angularaddicts.com/p/master-angular-17-1-and-17-2

#angular
👍3