Going Beyond console.log() to Level Up Your Debugging Skills
Christian Heilmann highlights some some powerful features of browser devtools to upgrade the way we develop. - http://amp.gs/c0OU
#javascript
Christian Heilmann highlights some some powerful features of browser devtools to upgrade the way we develop. - http://amp.gs/c0OU
#javascript
Sitepoint
Beyond Console.log() – Level up Your Debugging Skills - SitePoint
console.log() is a great tool, but your browser's developer tools can do so much more. Learn how to take your coding and debugging to the next level.
Compat2021: Eliminating Five Top Compatibility Pain Points on the Web
Robert Nyman and Philip Jägenstedt give an overview of what are browser vendors and industry partners doing to fix the top five browser compatibility pain points for web developers. - http://amp.gs/cK9u
#css
Robert Nyman and Philip Jägenstedt give an overview of what are browser vendors and industry partners doing to fix the top five browser compatibility pain points for web developers. - http://amp.gs/cK9u
#css
Subscribing to Observables in Ongoing Angular Lifecycle Hooks
How you should treat subscriptions in ongoing lifecycle hooks such as OnChanges without leading to performance issues - http://amp.gs/c39s
#angular
How you should treat subscriptions in ongoing lifecycle hooks such as OnChanges without leading to performance issues - http://amp.gs/c39s
#angular
Medium
Subscribing to Observables in Ongoing Angular Lifecycle Hooks
How you should treat subscriptions in ongoing lifecycle hooks such as OnChanges without leading to performance issues
A Guide to (Ethical) Scraping of Sites with Node and Puppeteer
For simple tasks, a basic HTTP client is enough, but for dynamic sites a headless browser is often needed and Puppeteer (or Playwright!) is ideal. - http://amp.gs/cHgD
#nodejs
For simple tasks, a basic HTTP client is enough, but for dynamic sites a headless browser is often needed and Puppeteer (or Playwright!) is ideal. - http://amp.gs/cHgD
#nodejs
👍1
The Benefits of the New Vue 3 App Initialization Code – Mikhail Kuznetsov
In this article, we’ll compare the Vue 2 and Vue 3 app initialization code and reveal the drawbacks of the Vue 2 approach, as well as cover how Vue 3 solves those shortcomings. - http://amp.gs/c2Gn
#vue
In this article, we’ll compare the Vue 2 and Vue 3 app initialization code and reveal the drawbacks of the Vue 2 approach, as well as cover how Vue 3 solves those shortcomings. - http://amp.gs/c2Gn
#vue
👍1
React Clean Code Recommendations
Eight well thought out recommendations complete with code examples first showing how not to do it, followed by a new and improved version. - http://amp.gs/cwBB
#react
Eight well thought out recommendations complete with code examples first showing how not to do it, followed by a new and improved version. - http://amp.gs/cwBB
#react
Medium
React Clean Code
Simple ways to write better and cleaner code
Taming Blend Modes: difference and exclusion
Ana Tudor explains how blending works, takes a closer look at two somewhat similar blend modes — difference and exclusion — and dissects some cool use cases for blend modes. - http://amp.gs/cFtU
#css
Ana Tudor explains how blending works, takes a closer look at two somewhat similar blend modes — difference and exclusion — and dissects some cool use cases for blend modes. - http://amp.gs/cFtU
#css
CSS-Tricks
Taming Blend Modes: `difference` and `exclusion` | CSS-Tricks
Up until 2020, blend modes were a feature I hadn't used much because I rarely ever had any idea what result they could produce without giving them a try
👍1
Picking The Right JavaScript Framework
Just like with bundlers, there are plenty of options when choosing a new framework. But do you need one? And if so, how do you pick the right one? Sacha Greif’s 12-Points-Checklist highlights 12 things to keep in mind when evaluating any new JavaScript library. Most notably, features, performance, learning curve, compatibility and track record. - http://amp.gs/cF6i
#javascript
Just like with bundlers, there are plenty of options when choosing a new framework. But do you need one? And if so, how do you pick the right one? Sacha Greif’s 12-Points-Checklist highlights 12 things to keep in mind when evaluating any new JavaScript library. Most notably, features, performance, learning curve, compatibility and track record. - http://amp.gs/cF6i
#javascript
freeCodeCamp.org
The 12 Things You Need to Consider When Evaluating Any New JavaScript Library
by Sacha Greif The 12 Things You Need to Consider When Evaluating Any New JavaScript LibraryHow do you know if a new technology is worth investing time into?For this year’s State of JavaScript survey I wanted to dig a little bit deeper, and not only know…
Preventing app regressions in Angular with Google Lighthouse
Saying no to app regressions with Google Lighthouse integration - http://amp.gs/cXbZ
#angular
Saying no to app regressions with Google Lighthouse integration - http://amp.gs/cXbZ
#angular
Medium
Preventing app regressions in Angular with Google Lighthouse
Preventing app regressions with lighthouse integration
Add Voice Recognition to React Native without Adding the Cloud
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Medium
Add Voice Recognition to React Native Without Adding the Cloud
In the mobile space, it seems that cloud-based speech recognition has become the de-facto standard. Even in applications where losing…
Powerful Caching with Redis for Node Apps
An exploration of some interesting nuances of Redis caching patterns and doing some benchmarking from Node. - http://amp.gs/cWfh
#nodejs
An exploration of some interesting nuances of Redis caching patterns and doing some benchmarking from Node. - http://amp.gs/cWfh
#nodejs
👍1
Software Architecture: The Most Important Architectural Patterns You Need to Know
Explaining common different architecture patterns - http://amp.gs/cWKZ
#software #architecture
Explaining common different architecture patterns - http://amp.gs/cWKZ
#software #architecture
How to display an overlay with Angular?
In this post, we will explore how to use the Angular CDK (Component Development Kit) to create an overlay that renders some content on top of other content. - http://amp.gs/canH
#angular
In this post, we will explore how to use the Angular CDK (Component Development Kit) to create an overlay that renders some content on top of other content. - http://amp.gs/canH
#angular
Medium
How to display an overlay with Angular?
In this post, we’re going to explore how to use the Angular CDK (Component Development Kit) to create an overlay that renders some content…
How to Listen for CSS Events in Javascript
Ryan Finni shares a guide to working with CSS animation and transition events. - http://amp.gs/caqN
#css
Ryan Finni shares a guide to working with CSS animation and transition events. - http://amp.gs/caqN
#css
letsbuildui.dev
How to Listen for CSS Events in Javascript
A guide to working with CSS animation and transition events.
Vue + Firestore ← Build A Simple CRUD App with Authentication
In this tutorial, you'll learn how to build a simple CRUD to-do app with authentication by using Vue.js and Firestore. - http://amp.gs/coJZ
#vue
In this tutorial, you'll learn how to build a simple CRUD to-do app with authentication by using Vue.js and Firestore. - http://amp.gs/coJZ
#vue
SoftAuthor
Vue JS + Firebase Firestore: Build A CRUD App with Authentication
In this Vue & Firestore tutorial, You're going to learn how to build a simple CRUD To-Do Web app with Authentication. Let's get started now!
Creating an Outside Focus and Click Handler React Component
This tutorial recreates the react-foco component as the means of teaching these important UI concepts. - http://amp.gs/cMOp
#react
This tutorial recreates the react-foco component as the means of teaching these important UI concepts. - http://amp.gs/cMOp
#react
Smashing Magazine
Creating An Outside Focus And Click Handler React Component — Smashing Magazine
In this article, we’ll look at how to create an outside focus and click handler with React. We will recreate an open source react component react-foco from scratch in doing so.
How to handle multiple SSH keys with GitLab
The story goes like this. You have your GitLab for your personal projects as well as one for work. It seems… - http://amp.gs/c54P
#git
The story goes like this. You have your GitLab for your personal projects as well as one for work. It seems… - http://amp.gs/c54P
#git
Seven Ways to Debug Jest Tests at the Terminal
(Almost) all the ways you can debug a Jest test in the command line. - http://amp.gs/ccfY
#nodejs
(Almost) all the ways you can debug a Jest test in the command line. - http://amp.gs/ccfY
#nodejs
Pragmaticpineapple
7 Ways to Debug Jest Tests in Terminal
(Almost) all the ways you can debug a Jest test in the command line.