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
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
CSS Art: Drawing a Coffee Stain

Alvaro Montoro explains how he created a stunning CSS illustration. - https://alvaromontoro.hashnode.dev/css-art-drawing-a-coffee-stain

#css
👍32👏1
5 Most Exciting ES2022 Features You Should Know About

I wish I’d known them earlier. - https://javascript.plainenglish.io/5-most-exciting-es2022-features-you-should-know-about-f7a4d8ed78cb

#javascript
👍9
Fortifying Vue.js Applications: Common Security Risks and Solutions

We, as developers, usually rely on our tools too much without considering the consequences with respect to the security of our applications. This article discusses the top security vulnerabilities in Vue.js applications and provides recommendations for identifying and mitigating the risks. - https://medium.com/@neciudan/fortifying-vue-js-applications-common-security-risks-and-solutions-2496321acf82

#vue
👍9
The Interactive Guide to Rendering in React

This interactive guide explores why, when and how React renders and illustrates it with a series of short and well thought out animations. - https://ui.dev/why-react-renders

#react
👍103
Don’t bind methods in Angular

In this short blog post, I will show you one of the core concepts of Angular that every Angular developer… - https://levelup.gitconnected.com/angular-dont-use-functions-in-templates-f33d67db18da

#angular
👍71