How One Conditional Can Entangle Your React App
A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ
#react
A cautionary exploration of how a lack of intentional composition can impact your React project. - http://amp.gs/jTgnZ
#react
CSS Nesting, Specificity and You
Kilian Valkhof shows how to use native CSS nesting today, outlines the pitfalls, and explains how to avoid them. - http://amp.gs/jTg2V
#css
Kilian Valkhof shows how to use native CSS nesting today, outlines the pitfalls, and explains how to avoid them. - http://amp.gs/jTg2V
#css
Kilian Valkhof | Front-end & user experience developer
CSS Nesting, specificity and you | Kilian Valkhof
Native CSS nesting is coming to browsers soon. With nesting, that you might be familiar with from Sass or Less, you can greatly cut down on writing repetitive selectors. But you can also really work yourself into a corner if you’re not careful. This is an…
NodeJS Performance Optimization with Clustering
This article gives insights into using the Cluster module to scale your NodeJS application to improve the performance of your NodeJS application by making better use of system resources. - http://amp.gs/jTEUQ
#nodejs
This article gives insights into using the Cluster module to scale your NodeJS application to improve the performance of your NodeJS application by making better use of system resources. - http://amp.gs/jTEUQ
#nodejs
Medium
NodeJS Performance Optimization with Clustering
How to Scale your NodeJS Application Execution on Multiple Processor Cores
Famous Angular forRoot pattern
Recently I came across this strange bug in one of my applications. I had a service that in my mind was a… - http://amp.gs/jTVVb
#angular
Recently I came across this strange bug in one of my applications. I had a service that in my mind was a… - http://amp.gs/jTVVb
#angular
Medium
Famous Angular forRoot pattern
Recently I came across this strange bug in one of my applications. I had a service that in my mind was a singleton in the scope of the…
Ten Good Reasons to Learn Flutter in 2021
Flutter is now the most popular framework for cross-platform development. - http://amp.gs/jT97R
#flutter
Flutter is now the most popular framework for cross-platform development. - http://amp.gs/jT97R
#flutter
Medium
10 Good Reasons To Learn Flutter
Flutter is now the most popular framework for cross-platform development and in the last 30 days, more than one in eight of the new apps…
25 Vue Tips You Need to Know
I've picked up a ton of useful tips over the years developing and writing about Vue. Some are clever, some I use almost every day, and some are more advanced — but they're all useful. - http://amp.gs/jTR8J
#vue
I've picked up a ton of useful tips over the years developing and writing about Vue. Some are clever, some I use almost every day, and some are more advanced — but they're all useful. - http://amp.gs/jTR8J
#vue
DEV Community
25 Vue Tips You Need to Know
I've picked up a ton of useful tips over the years developing and writing about Vue. Some are clever, some I use almost every day, and some are more advanced — but they're all useful.
👍1
An Introduction to jq
jq is a fast, C-powered command-line utility to parse, sort, filter, and do just about anything with JSON data. Adam’s post is now the place to go to to remember jq syntax instead of Googling it. - http://amp.gs/jTRb9
#nodejs
jq is a fast, C-powered command-line utility to parse, sort, filter, and do just about anything with JSON data. Adam’s post is now the place to go to to remember jq syntax instead of Googling it. - http://amp.gs/jTRb9
#nodejs
Earthly Blog
An Introduction to JQ
In this article, I’m going to go over the basics building blocks of jq in enough depth that you will be able to understand how jq works.
A Guide to Designing Accessible, WCAG-Compliant Focus Indicators
Sara Soueidan created an in-depth guide to building accessible focus indicators. - http://amp.gs/jTU2c
#css
Sara Soueidan created an in-depth guide to building accessible focus indicators. - http://amp.gs/jTU2c
#css
Sarasoueidan
A guide to designing accessible, WCAG-compliant focus indicators
Welcome to Sara Soueidan’s Web site.
Angular & Tailwind: Q&A
I recently led a workshop on Angular and Tailwind for ng-conf 2021. The purpose was to introduce Angular… - http://amp.gs/jTdsD
#angular
I recently led a workshop on Angular and Tailwind for ng-conf 2021. The purpose was to introduce Angular… - http://amp.gs/jTdsD
#angular
Medium
Angular & Tailwind: Q&A
I recently led a workshop on Angular and Tailwind for ng-conf 2021. The purpose was to introduce Angular developers to Tailwind, including…
Making a Web Worker Optional
A generic approach to make the creation of an extra Web Worker optional when one isn’t strictly needed. - http://amp.gs/jTOSV
#javascript
A generic approach to make the creation of an extra Web Worker optional when one isn’t strictly needed. - http://amp.gs/jTOSV
#javascript
Medium
JavaScript Development: Making a Web Worker optional
In case you have a lot of JavaScript related logic running inside a main thread or a Web Worker, it makes perfect sense to move expensive…
How to Structure a Large Scale Vue.js Application
What is the best way to structure a Vue.js application so that it scales and remains maintainable and extendable the more it grows? - http://amp.gs/jTrgk
#vue
What is the best way to structure a Vue.js application so that it scales and remains maintainable and extendable the more it grows? - http://amp.gs/jTrgk
#vue
Vue.js Tutorials
How to Structure a Large Scale Vue.js Application - Vue.js Tutorials
What is the best way to structure a Vue.js application so that it scales and remains maintainable and extendable the more it grows?
Flutter: The Advanced Layout Rule Even Beginners Must Know
Flutter layout is very different from HTML layout. So you must memorize the following rule… - http://amp.gs/jTNP9
#flutter
Flutter layout is very different from HTML layout. So you must memorize the following rule… - http://amp.gs/jTNP9
#flutter
Real-Time Exchange Information With Microservices and NodeJs
Today we will talk about real-time information used in all areas of social life. Speed is the most… - http://amp.gs/jTAY4
#nodejs
Today we will talk about real-time information used in all areas of social life. Speed is the most… - http://amp.gs/jTAY4
#nodejs
Medium
Real-Time Exchange Information With Microservices and NodeJs
Today we will talk about real-time information used in all areas of social life. Speed is the most important thing in the new technology…
Practical Uses of CSS Math Functions: calc, clamp, min, max
Stephanie Eckles reviews the four best-supported CSS math functions and explains how they can be practically used, such as within gradients and color functions and in combination with CSS custom properties. - http://amp.gs/jTAb5
#css
Stephanie Eckles reviews the four best-supported CSS math functions and explains how they can be practically used, such as within gradients and color functions and in combination with CSS custom properties. - http://amp.gs/jTAb5
#css
Modern CSS Solutions
Practical Uses of CSS Math Functions: calc, clamp, min, max | Modern CSS Solutions
Review the four best supported CSS math functions, and see how they can be used in both practical and unexpected ways, such as within gradients and color functions and in combination with CSS custom properties.
5 Vue.js Utilities You're Likely to Need
If you ever need to build an administrative tool using VueJS, you will probably need a few third-party components to help you deal with some complex user-interface behaviors. - http://amp.gs/jTqH5
#vue
If you ever need to build an administrative tool using VueJS, you will probably need a few third-party components to help you deal with some complex user-interface behaviors. - http://amp.gs/jTqH5
#vue
DEV Community
VueJS - 5 utilities you're likely to need
If you ever need to build an administrative tool using VueJS, you will probably need a few...
Handling Mounting and Unmounting of Navigation Routes in React Native - http://amp.gs/jTsxb
#reactnative
#reactnative
Smashing Magazine
Handling Mounting And Unmounting Of Navigation Routes In React Native — Smashing Magazine
Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React…
Setting up Enterprise Angular Applications
We will setup below functionalities as part of this article: Angular basic setup with Folder structure… - http://amp.gs/jTsKw
#angular
We will setup below functionalities as part of this article: Angular basic setup with Folder structure… - http://amp.gs/jTsKw
#angular
Medium
Setting up Enterprise Angular Applications (AngularInDepth)
We will setup below functionalities as part of this article: Angular basic setup with Folder structure — Basic angular configuration and…