Design Data Intensive Application With Angular NgRX
Design data intensive application with Angular NgRX - https://interviewnoodle.com/design-data-intensive-application-with-angular-ngrx-d999cf33babe
#angular
Design data intensive application with Angular NgRX - https://interviewnoodle.com/design-data-intensive-application-with-angular-ngrx-d999cf33babe
#angular
Medium
Design Data Intensive Application With Angular NgRX
Design data intensive application with Angular NgRX
👍6
The Safest Ways to Hide Your API Keys When Using React - https://www.smashingmagazine.com/2023/05/safest-way-hide-api-keys-react/
#react
#react
Smashing Magazine
The Safest Way To Hide Your API Keys When Using React — Smashing Magazine
Want to make sure your API keys are safe and sound when working with React? Jessica Joseph’s got you covered! She will show you the best ways to hide your API keys, from using environment variables to building your own back-end proxy server.
👍5🔥1
Building Complex Forms In Vue
This article goes over creating a complex form that can be progressively enhanced using some Vue features like the v-for and the v-model. - https://www.smashingmagazine.com/2023/03/building-complex-forms-vue/
#vue
This article goes over creating a complex form that can be progressively enhanced using some Vue features like the v-for and the v-model. - https://www.smashingmagazine.com/2023/03/building-complex-forms-vue/
#vue
Smashing Magazine
Building Complex Forms In Vue — Smashing Magazine
Did you know that creating a complex form can be progressively enhanced using some Vue features like the v-for and the v-model? In this article, Olufunke shares some basic Vue core features that are super useful when building out the complex form in your…
👍7
6 CSS Snippets Every Front-End Developer Should Know in 2023
Every front-end developer should know how to use container queries, create a scroll snap experience, avoid position: absolute with grid, swiftly hammer out a circle, use cascade layers, and reach more with less via logical properties. Learn each of those expectations in this great overview. - https://web.dev/6-css-snippets-every-front-end-developer-should-know-in-2023
#css
Every front-end developer should know how to use container queries, create a scroll snap experience, avoid position: absolute with grid, swiftly hammer out a circle, use cascade layers, and reach more with less via logical properties. Learn each of those expectations in this great overview. - https://web.dev/6-css-snippets-every-front-end-developer-should-know-in-2023
#css
web.dev
6 CSS snippets every front-end developer should know in 2023 | Articles | web.dev
Toolbelt worthy, powerful, and stable CSS you can use today.
👍8❤2
A Guide to Visual Regression Testing with Playwright
The Playwright browser control library can form the basis of an end-to-end testing mechanism all written in JavaScript, and comparing the visual output of tests can show where things are going wrong. - https://lost-pixel.com/blog/post/playwright-visual-regression-testing
#nodejs
The Playwright browser control library can form the basis of an end-to-end testing mechanism all written in JavaScript, and comparing the visual output of tests can show where things are going wrong. - https://lost-pixel.com/blog/post/playwright-visual-regression-testing
#nodejs
👍6
Advanced Data Structures and Algorithms: Implementing your first Binary Indexed…
The mediocre data structure that successfully fails at optimization - https://blog.bitsrc.io/advanced-data-structures-and-algorithms-implementing-your-first-binary-indexed-tree-a3fcfd2a98ab
#algoritms
The mediocre data structure that successfully fails at optimization - https://blog.bitsrc.io/advanced-data-structures-and-algorithms-implementing-your-first-binary-indexed-tree-a3fcfd2a98ab
#algoritms
Medium
Advanced Data Structures and Algorithms: Implementing your first Binary Indexed Tree
The mediocre data structure that successfully fails at optimization
👍6
React Server Components, Next.js App Router and Examples
Addy Osmani’s overview of the state of React Server Components, the Next.js App Router implementation, other implementations, the move towards hybrid rendering, plus some RSC related links. - https://addyosmani.com/blog/react-server-components-app-router/
#react
Addy Osmani’s overview of the state of React Server Components, the Next.js App Router implementation, other implementations, the move towards hybrid rendering, plus some RSC related links. - https://addyosmani.com/blog/react-server-components-app-router/
#react
Addyosmani
React Server Components, Next.js App Router and examples
A summary of the state of React Server Components, Next.js App Router, rendering, examples and other related links and thoughts.
👍4
Fortifying Vue.js Applications: Common Security Risks and Solutions
This article discusses the top security vulnerabilities in Vue 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
This article discusses the top security vulnerabilities in Vue 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
👍7
Transform Mapped Types from Snake_ to CamelCase in TypeScript
Re-mapping TypeScript Mapped Types - https://javascript.plainenglish.io/transform-mapped-types-from-snake-to-camelcase-in-typescript-472a2a4843b9
#typescript
Re-mapping TypeScript Mapped Types - https://javascript.plainenglish.io/transform-mapped-types-from-snake-to-camelcase-in-typescript-472a2a4843b9
#typescript
Medium
Transform Mapped Types from Snake_ to CamelCase in TypeScript
Re-mapping TypeScript Mapped Types
👍5
Modern CSS in Real Life
Chris Coyier looks at five new CSS things that really matter to real-world development. - https://chriscoyier.net/2023/06/06/modern-css-in-real-life
#css
Chris Coyier looks at five new CSS things that really matter to real-world development. - https://chriscoyier.net/2023/06/06/modern-css-in-real-life
#css
Chris Coyier
Modern CSS in Real Life
Hey! Chris Coyier here. This is a blog-itized version of a presentation I created. It started life as a Keynote file which I presented in person at RenderATL in June of 2023. I put a lot of work in…
👍6
Angular, Typescript, and Decorators
Consider using the unsung feature of decorators to power-up your angular web application - https://ndcunningham.medium.com/angular-typescript-and-decorators-2f58707796d7
#angular
Consider using the unsung feature of decorators to power-up your angular web application - https://ndcunningham.medium.com/angular-typescript-and-decorators-2f58707796d7
#angular
Medium
Angular, Typescript, and Decorators
Consider using the unsung feature of decorators to power-up your angular web application
👍5
Server-Sent Events with Node
Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs
#nodejs
Server-Sent Events (SSE) enable a web server to send real-time updates to the client but without the two-way connection overhead of WebSockets. - https://blog.endpts.io/server-sent-events-with-nodejs
#nodejs
👍6
Vue Mastery: The smart way to add external scripts to your Vue app
Leigh demonstrates a Vue component that can load any number of external scripts into our Vue app without blocking the smooth execution and rendering of our code. - https://leighola.hashnode.dev/vue-mastery-the-smart-way-to-add-external-scripts-to-your-vue-app
#vue
Leigh demonstrates a Vue component that can load any number of external scripts into our Vue app without blocking the smooth execution and rendering of our code. - https://leighola.hashnode.dev/vue-mastery-the-smart-way-to-add-external-scripts-to-your-vue-app
#vue
👍6
Using Apollo Client with Next.js 13
Looking at the release of an official (if experimental for now) library to support the App Router approach. - https://www.apollographql.com/blog/announcement/frontend/using-apollo-client-with-next-js-13-releasing-an-official-library-to-support-the-app-router/
#react
Looking at the release of an official (if experimental for now) library to support the App Router approach. - https://www.apollographql.com/blog/announcement/frontend/using-apollo-client-with-next-js-13-releasing-an-official-library-to-support-the-app-router/
#react
👍6
I Tried 8 Different Postgres ORMs
A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres from a backend JavaScript app. It’s pretty neat as whirlwind tours go. - https://www.youtube.com/watch?v=4QN1BzxF8wM
#nodejs
A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres from a backend JavaScript app. It’s pretty neat as whirlwind tours go. - https://www.youtube.com/watch?v=4QN1BzxF8wM
#nodejs
YouTube
I tried 8 different Postgres ORMs
Let's compare 8 ways to work with SQL databases in a JavaScript project like Node.js or Next.js. Analyze the pros and cons of libraries and ORMs that can run Postgres queries in a fullstack framework.
#sql #javascript #webdevelopment
Learn more in full…
#sql #javascript #webdevelopment
Learn more in full…
👍7❤1
How to make Responsive Design in Angular?
How can we make our application mobile friendlier? We all know about media queries. Media queries allow us to… - https://medium.com/geekculture/how-to-make-responsive-design-in-angular-1ad9d936dc16
#angular
How can we make our application mobile friendlier? We all know about media queries. Media queries allow us to… - https://medium.com/geekculture/how-to-make-responsive-design-in-angular-1ad9d936dc16
#angular
Medium
How to make Responsive Design in Angular?
How can we make our application mobile friendlier? We all know about media queries. Media queries allow us to adjust the style for…
👍3🔥2
Если вы фронтенд-разработчик, то чтобы стать еще более универсальным и востребованным нужно постоянно развиваться и приобретать продвинутые навыки. Для этого Яндекс Практикум создал конструктор на основе курсов для фронтенд-разработчиков, где вы можете выбрать только самые необходимые скиллы для своего развития.
Учитесь только тому, что вам нужно
Продвинутый JS, архитектура, повышение производительности и безопасности веб-приложений
В удобное время
Выбирайте время для старта обучения и перерывов: каждый модуль запускается 1 раз в месяц
C обратной связью
На каждом модуле есть индивидуальные или групповые проекты
Составляйте свою программу обучения из нескольких модулей и экономьте до 20% от их стоимости.
На модули действует прогрессивная скидка:
Два модуля - 15% на второй
Три модуля - 20% на второй и третий
За каждый пройденный этап вы получите сертификат о повышении квалификации.
Узнать подробнее можно здесь
Учитесь только тому, что вам нужно
Продвинутый JS, архитектура, повышение производительности и безопасности веб-приложений
В удобное время
Выбирайте время для старта обучения и перерывов: каждый модуль запускается 1 раз в месяц
C обратной связью
На каждом модуле есть индивидуальные или групповые проекты
Составляйте свою программу обучения из нескольких модулей и экономьте до 20% от их стоимости.
На модули действует прогрессивная скидка:
Два модуля - 15% на второй
Три модуля - 20% на второй и третий
За каждый пройденный этап вы получите сертификат о повышении квалификации.
Узнать подробнее можно здесь
💩8👍5
Advanced Form Control Styling With selectmenu and Anchoring API
Brecht De Ruyte explains how element works. - https://www.smashingmagazine.com/2023/06/advanced-form-control-styling-selectmenu-anchoring-api
#css
Brecht De Ruyte explains how element works. - https://www.smashingmagazine.com/2023/06/advanced-form-control-styling-selectmenu-anchoring-api
#css
Smashing Magazine
Advanced Form Control Styling With Selectmenu And Anchoring API — Smashing Magazine
Thanks to the Open UI working community group, there’s a new element on the horizon, <selectmenu>, that will make styling this type of form control a whole lot better. You’re going to walk through an early implementation of this new experimental element by…
👍5
A Practical Guide to Not Blocking the Event Loop
Engines typically run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be. - https://www.bbss.dev/posts/eventloop/
#javascript
Engines typically run JavaScript in a single thread with an event loop. However, the nature of mixing synchronous and asynchronous tasks, along with the increasing popularity of workers for running code on separate threads, makes the landscape harder to navigate than it used to be. - https://www.bbss.dev/posts/eventloop/
#javascript
Building Better Software Slower
Practical Guide To Not Blocking The Event Loop
JavaScript runs in a single-threaded environment with an event loop, an architecture that is very easy to reason about. It's a continuous loop executing incoming work. Synchronous work runs immediately; asynchronous work runs when there is no synchronous…
👍8❤1