FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Conditional CSS with :has and :nth-last-child

Ahmad Shadeed highlights a few examples of where you can combine a CSS selector with :has() to create conditional component/layout states. - https://ishadeed.com/article/conditional-css-has-nth-last-child

#css
👍5
How to Write Comments in React: The Good, the Bad and the Ugly

{/* Writing comments like this */ } is the usual way to write comments in JSX, but there are two other ways you should also know. - https://dmitripavlutin.com/react-comments/

#react
👍82
A Business Case for SvelteKit

A good post covering the experience of migrating from Meteor to SvelteKit, the process this team undertook, and the outcomes from both a performance and UX point of view. - https://elliscs.hashnode.dev/a-business-case-for-sveltekit

#sveltekit
👍5
Deopt Explorer: A VS Code Extension to Inspect V8 Trace Log Info

A thorough introduction to a new tool from Microsoft for performing advanced analysis of data coming from the V8 engine’s internals, including CPU profile data, how inline caches operate, deoptimizations, how functions were run (interpreted or compiled) and more. - https://devblogs.microsoft.com/typescript/introducing-deopt-explorer/

#nodejs
👍41
Integrating Google sheets api with nuxt 3

This guide will walk you through how to use the Google Sheets API as a database and pair it with a Nuxt.js 3 application. - https://zachary.hashnode.dev/how-to-use-google-sheets-with-nuxt-3

#vue
👍7
Security in Vuejs 3.0 with authentication and authorization by KeyCloak Part 1 and Part 2

Keycloak is an open-source identity and access management framework agnostic solution. In this article series, we will explore using Keycloak in a Vue.js application to implement OAuth and also discuss how to make your application more secure. - https://blog.devgenius.io/security-in-vuejs-3-0-with-authentication-and-authorization-by-keycloak-part-1-ae884889fa0d

#vue
👍8👌2
Become a Coding Interview Pro in 2023 with These 20 Must-Know Algorithmic Patterns!

Arslan Ahmad shares some of the techniques and lessons he has learned over time that make preparing for coding interviews an exciting and enjoyable experience. - https://levelup.gitconnected.com/become-a-coding-interview-pro-in-2023-with-these-20-must-know-algorithmic-patterns-715643e493f5

#interview
👍7👏21🔥1
Display a View Counter on Your Blog with React Server Components

Heard a lot about React Server Components but not yet had a chance to try them out? This concise tutorial employs a common, easily understood use case to take RSCs for a test drive. Plus it reminds us of the 90s, which is never a bad vibe. - https://scastiel.dev/view-counter-react-server-components

#react
👍9
Spinning Diagrams with CSS

Harold Cooper demonstrates how to create spinning diagrams using just HTML and CSS. - https://x.st/spinning-diagrams-with-css

#css
👍7🤔2
7 Awesome Vue.js 3 Plugins and Libraries to know in 2023

Looking to build Vue.js application in 2023. This article provides an exciting list of seven incredible Vue 3 plugins and libraries that can help you add exciting features and functionality to your applications without writing lots of code. - https://vueschool.io/articles/vuejs-tutorials/7-awesome-vue-js-3-plugins-and-libraries-to-know-in-2023/

#vue
👍71
How to Handle Emojis in Node

A quick look under the covers for anyone who doesn’t understand why ‘😁’.length equals 2 or how characters like emoji are internally represented. - https://backend.cafe/how-to-handle-emojis-in-nodejs

#nodejs
👍5
📲 Как делать успешные IoT-проекты в облачных сервисах

В новой статье рассказываем про законы рынка интернета вещей (IoT, Internet of Things). Взяли за основу кейс компании Syncleo, которая создала более 200 умных бытовых приборов с помощью Managed Service for YDB — сервиса для управления базами данных от Yandex.

Также в статье:
• Парадоксы consumer behavior
• Плюсы и минусы адаптации Китайского ПО
• Рецепт успешного IoT-проекта

Читайте статью в блоге Yandex Cloud на VC 👉
💩1