Is Angular still a good choice in 2021?
The reasons to choose Angular for your next project. - http://amp.gs/jj295
#angular
The reasons to choose Angular for your next project. - http://amp.gs/jj295
#angular
Medium
Is Angular still a good choice in 2021?
The reasons to choose Angular for your next project.
Dynamic Scoped CSS in Vue
With Vue, you're unable to dynamically generate CSS within the style tag portion of a single-file component. This article explains how we can take a string and inject that as the text content within a style tag. - http://amp.gs/jjw4I
#vue
With Vue, you're unable to dynamically generate CSS within the style tag portion of a single-file component. This article explains how we can take a string and inject that as the text content within a style tag. - http://amp.gs/jjw4I
#vue
Spencermarx
Dynamic Scoped CSS in Vue
Fixing a Bug in Low-Resolution Mode
Sometimes bugs can pop up on low-res screens and yet our dev environments might be using the fanciest HD 8K 3D Retina technology. So you need to fix that bug even though you might not be able to even see it. Well, Firefox has a setting I didn’t know about until five minutes ago called “low-resolution mode.” - http://amp.gs/jjFy4
#css
Sometimes bugs can pop up on low-res screens and yet our dev environments might be using the fanciest HD 8K 3D Retina technology. So you need to fix that bug even though you might not be able to even see it. Well, Firefox has a setting I didn’t know about until five minutes ago called “low-resolution mode.” - http://amp.gs/jjFy4
#css
CSS-Tricks
Fixing a Bug in Low-Resolution Mode | CSS-Tricks
I was working on a bug ticket the other day where it was reported that an icon was sitting low in a button. Just not aligned like it should be. I had to go on
6 Front-End Optimization Techniques for Web Applications
Build Blazing Fast Web Applications - http://amp.gs/jjXyv
#web #frontend
Build Blazing Fast Web Applications - http://amp.gs/jjXyv
#web #frontend
Medium
6 Front-End Optimization Techniques for Web Applications
Build Blazing Fast Web Applications
An Overview of React State Management Techniques in 2021
There are a lot of approaches to state management, so it is sometimes valuable to compare them and see which might be the best for you. This article compares, contrasts and proffers a rating for Apollo’s Local Cache, Recoil and Redux. - http://amp.gs/jjLyq
#react
There are a lot of approaches to state management, so it is sometimes valuable to compare them and see which might be the best for you. This article compares, contrasts and proffers a rating for Apollo’s Local Cache, Recoil and Redux. - http://amp.gs/jjLyq
#react
Deploying a Serverless API to AWS with Claudia.js
Learn the bare basics of how Claudia.js can simplify deploying a serverless API to AWS Lambda by building it in a traditional Express.js style. - http://amp.gs/jjW7Y
#nodejs
Learn the bare basics of how Claudia.js can simplify deploying a serverless API to AWS Lambda by building it in a traditional Express.js style. - http://amp.gs/jjW7Y
#nodejs
LogRocket Blog
Deploying a serverless API to AWS with Claudia.js - LogRocket Blog
Learn how to use Claudia.js to deploy a serverless API to AWS by building an example Express.js application and deploying it to AWS Lambda.
System *Things
Chris writes all about one of the weirdest revelations I’ve had lately, too: the discovery of system colors. Think of these as variables that you can use but browsers and operating systems will likely render them completely differently - http://amp.gs/jjoRc
#css
Chris writes all about one of the weirdest revelations I’ve had lately, too: the discovery of system colors. Think of these as variables that you can use but browsers and operating systems will likely render them completely differently - http://amp.gs/jjoRc
#css
CSS-Tricks
System *Things | CSS-Tricks
I think we're all largely aware of colors like this:
Building a Tag Input Component with the Vue 3 Composition API
Here's a walkthrough of how to build a tag input component with the Vue 3 composition API step by step. - http://amp.gs/jjMV3
#vue
Here's a walkthrough of how to build a tag input component with the Vue 3 composition API step by step. - http://amp.gs/jjMV3
#vue
Vue.js Tutorials
Building a Tag Input Component with the Vue 3 Composition API - Vue.js Tutorials
Walkthrough how to build a tag input component with the Vue 3 composition API step by step.
5 Best free IDEs on the internet
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Medium
The 5 Best Free Online Code Editors
Code, test, and share online without further installation
Nine JavaScript and TypeScript ORMs for 2021
I was surprised how well this did, so clearly a lot of people are on the look out for new data management solutions.. :-) This is a roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/jjQO1
#nodejs
I was surprised how well this did, so clearly a lot of people are on the look out for new data management solutions.. :-) This is a roundup, complete with code examples, showing off a variety of tools like Knex.js, Mongoose, TypeORM, Waterline, and Bookshelf. - http://amp.gs/jjQO1
#nodejs
Sitepoint
9 Best JavaScript and TypeScript ORMs for 2023 — SitePoint
An ORM library simplifies the job of writing database queries. Learn about nine JS and TypeScript ORMs and how they could help you with your next project.
Comprehensive Guide: Proper Behaviour Testing in React With Enzyme and Jest - http://amp.gs/jjcmd
#react
#react
Medium
A Comprehensive Guide To Proper Behaviour Testing in React With Enzyme and Jest
Seven tips based on three years of practical experience
How to Structure Angular Apps in 2021
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial… - http://amp.gs/jjc3J
#angular
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial… - http://amp.gs/jjc3J
#angular
Medium
How to Structure Angular Apps in 2021
This is how I structure my angular applications for extensive flexibility, scalability and smaller initial bundle size.
Factory pattern - Type script implementation with type map
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the… - http://amp.gs/jj6VL
#typescript
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the… - http://amp.gs/jj6VL
#typescript
Medium
Factory Pattern - TypeScript Implementation
As one of the common creation patterns, the factory pattern makes application loose coupling by hiding the implementation details from…
If we’re gonna criticize utility-class frameworks, let’s be fair about it
There’s a lot of criticism out there when it comes to using something like Tailwind to help you write CSS. Utility-class frameworks will often lead you to writing markup that looks something like this - http://amp.gs/jj6bM
#css
There’s a lot of criticism out there when it comes to using something like Tailwind to help you write CSS. Utility-class frameworks will often lead you to writing markup that looks something like this - http://amp.gs/jj6bM
#css
CSS-Tricks
If we're gonna criticize utility-class frameworks, let's be fair about it | CSS-Tricks
I'm not here to raise a shield protecting CSS utility frameworks. I don't even particularly like the approach, myself, and nothing is above fair criticism.
How to Choose Between Different Code Reuse Patterns in Vue.js
This article will help you choose between the composition API, scoped slots, and mixins for reusable code in Vue.js. - http://amp.gs/jjbNB
#vue
This article will help you choose between the composition API, scoped slots, and mixins for reusable code in Vue.js. - http://amp.gs/jjbNB
#vue
Theodo
How to Choose Between Different Code Reusable Pattern in Vue.js?
Choose Between Different Code Reusable Pattern in Vue.js. Understand the advantages and drawbacks of composition API, scoped slots, and Mixin
Time to Say Goodbye to Enzyme.js?
Enzyme is a long standing React component testing library originally built at Airbnb. However, “the world has already moved - to React Testing Library” claims the author who has a variety of other reasons to consider dropping it. - http://amp.gs/j8IPc
#react
Enzyme is a long standing React component testing library originally built at Airbnb. However, “the world has already moved - to React Testing Library” claims the author who has a variety of other reasons to consider dropping it. - http://amp.gs/j8IPc
#react
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast… - http://amp.gs/j8jeE
#angular
Medium
Angular Pipe Performance — Build a super-duper fast Angular pipe ⚡️
Looking to make your Angular pipes perform like a dashing cheetah? Then here’s how to create a fast, highly-performant Angular pipe. ✨✨✨
A Complete Guide to Dark Mode on the Web
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
Dark mode has gained a lot of traction recently. Like Apple, for instance, has added dark mode to its iOS and MacOS operating systems. Windows and Google have done the same. - http://amp.gs/j88ho
#css
CSS-Tricks
A Complete Guide to Dark Mode on the Web | CSS-Tricks
“Dark mode” is defined as a color scheme that uses light-colored text and other UI elements on a dark-colored background. Dark mode, dark theme, black mode, night mode… they all refer to and mean the same thing: a mostly-dark interface rather than a mostly…
Mobile Palette Generator
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
A color palette generator that generates secondary and accent colors based on a primary color you provide. Shows you a preview of the color scheme on mobile UIs. - http://amp.gs/j88KH
#webtools
mobilepalette.colorion.co
Mobile Palette Generator
Generate stunning color palettes for your next mobile app.