Learn Angular component design patterns from material components
What material components can teach us about component design patterns - http://amp.gs/XNEO
#nodejs
What material components can teach us about component design patterns - http://amp.gs/XNEO
#nodejs
A Practical Guide To Product Tours In React Apps
Why write extensive user documentation nobody reads? The ‘Product Tour’ offers a refreshing alternative (for both the developer and the user) where a new feature is introduced through a short-form, online tutorial which is tightly integrated with the app. They provide what you need to know at the exact moment you need to know it. - http://amp.gs/XAzu
#react
Why write extensive user documentation nobody reads? The ‘Product Tour’ offers a refreshing alternative (for both the developer and the user) where a new feature is introduced through a short-form, online tutorial which is tightly integrated with the app. They provide what you need to know at the exact moment you need to know it. - http://amp.gs/XAzu
#react
Here’s How I Solved a Weird Bug Using Tried and True Debugging Strategies
Adrian Bece outlines some useful debugging strategies while demonstrating how to solve a weird bug. - http://amp.gs/XANX
#css
Adrian Bece outlines some useful debugging strategies while demonstrating how to solve a weird bug. - http://amp.gs/XANX
#css
TestFlight Forever: Developers Are Building A Better World Outside The App Store
“This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in”. - http://amp.gs/Xqck
#mobile
“This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in”. - http://amp.gs/Xqck
#mobile
Protocol
TestFlight forever: Developers are building a better world outside the App Store
This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in.
Angular security best practices
Previously, Snyk shared their AngularJS Security Fundamentals cheatsheet. In this article, we will dive straight into the modern Angular security best practices. - http://amp.gs/Xs38
#angular
Previously, Snyk shared their AngularJS Security Fundamentals cheatsheet. In this article, we will dive straight into the modern Angular security best practices. - http://amp.gs/Xs38
#angular
Snyk
6 Angular Security Best Practices | Cheat Sheet | Snyk
Learn more about modern Angular security best practices. Implement actionable insights from Angular cheat sheet to stay secure.
Code Coverage for Vue Applications
Learn how to instrument an application's source code and collect code coverage information to guide end-to-end test writing. - http://amp.gs/XiiO
#vue
Learn how to instrument an application's source code and collect code coverage information to guide end-to-end test writing. - http://amp.gs/XiiO
#vue
Code Coverage for Vue Applications
Learn how to instrument an application's source code and collect code coverage information to guide end-to-end test writing.
Ground Rules for Web Animations
Prasanjit Singh digs into animations on the web and lays down some ground rules for working with them. - http://amp.gs/XDrK
#css
Prasanjit Singh digs into animations on the web and lays down some ground rules for working with them. - http://amp.gs/XDrK
#css
How Recoil Got Me Excited About the Future of State Management
Excited about the future of state management in React? Sure, why not. However, the now open source (but still experimental) Recoil came out of the same ‘kitchen’ as React itself. Which is to say Facebook and in Recoil’s case, Dave McCabe. Hey, that is exciting. - http://amp.gs/Xugt
#react
Excited about the future of state management in React? Sure, why not. However, the now open source (but still experimental) Recoil came out of the same ‘kitchen’ as React itself. Which is to say Facebook and in Recoil’s case, Dave McCabe. Hey, that is exciting. - http://amp.gs/Xugt
#react
Medium
How Recoil Got Me Excited About the Future of State Management in React
An intro to Recoil
Some Security Best Practices for Node
High level coverage of a variety of potential vulnerabilities or remedies in Node-powered web applications like injection attacks, HSTS, XML entity attacks, and XSS. - http://amp.gs/XJPq
#nodejs
High level coverage of a variety of potential vulnerabilities or remedies in Node-powered web applications like injection attacks, HSTS, XML entity attacks, and XSS. - http://amp.gs/XJPq
#nodejs
Agnostic components in Angular
When you’re building a reusable components library, API is very important. On one hand, you want a tidy, reliable solution, on the other — you need to take care of lots of specific use cases. Learn how to make components that work with everything and look like anything! - http://amp.gs/X0fs
#angular
When you’re building a reusable components library, API is very important. On one hand, you want a tidy, reliable solution, on the other — you need to take care of lots of specific use cases. Learn how to make components that work with everything and look like anything! - http://amp.gs/X0fs
#angular
Mastering Browser Cache
Filip Rakowski (co-founder of Vue Storefront) shares how you can improve a Vue app's performance by mastering browser cache. - http://amp.gs/XKz6
#vue
Filip Rakowski (co-founder of Vue Storefront) shares how you can improve a Vue app's performance by mastering browser cache. - http://amp.gs/XKz6
#vue
vueschool.io
Mastering Browser Cache - Vue School Articles
Learn how to master browser cache to improve the performance of your Vue.js applications.
Natively Formatting JavaScript Numbers
Leverage native formatting capabilities such as locale, currency, units, compact mode, etc… - http://amp.gs/X3jh
#javascript
Leverage native formatting capabilities such as locale, currency, units, compact mode, etc… - http://amp.gs/X3jh
#javascript
Manorisms
Natively Format JavaScript Numbers
Top Component Libraries for React in Comparison
Often the problem is too many libraries as opposed to not enough. This article examines five of the top component libraries and takes a unique approach to their comparison: code a login screen with each. You can see for yourself how well each addresses the basic requirement and choose the one which fits the best. - http://amp.gs/XHIs
#react
Often the problem is too many libraries as opposed to not enough. This article examines five of the top component libraries and takes a unique approach to their comparison: code a login screen with each. You can see for yourself how well each addresses the basic requirement and choose the one which fits the best. - http://amp.gs/XHIs
#react
Tderflinger
Top Component Libraries for React in Comparison - Thoughts by Thomas Derflinger
For every serious web application you should choose a component library. This article compares Material UI, Fluent UI React, Ant Design, React Spectrum and Semantic UI React.
Custom Bullets With CSS ::marker
Adam Argyle and Oriol Brufau explain how to customize the color, size, or type of number or bullet when using ordered and unordered lists. - http://amp.gs/XHXd
#css
Adam Argyle and Oriol Brufau explain how to customize the color, size, or type of number or bullet when using ordered and unordered lists. - http://amp.gs/XHXd
#css
web.dev
Custom bullets with CSS ::marker
It is now trivial to customize the color, size or type of number or bullet when using a ‹ul› or ‹ol›.
How I Became A Senior JS Developer with Personal Projects
An inspiring tale. “One of the best decisions in my developer career was to go beyond just using tools, I decided to create them.” - http://amp.gs/XwwQ
#javascript
An inspiring tale. “One of the best decisions in my developer career was to go beyond just using tools, I decided to create them.” - http://amp.gs/XwwQ
#javascript
DEV Community
How I became a senior javascript developer with personal projects
Everything can be summed up in short words One of the best decisions in my developer care...
Creating an Angular Library and Publishing on npm
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial. - http://amp.gs/XFSA
#angular
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial. - http://amp.gs/XFSA
#angular
dzone.com
Creating an Angular Library and Publishing on npm - DZone Web Dev
Have a TS module that you think others could benefit from? Open source it with the help of npm and this quick tutorial.
Learn How to Create a Stock Trading Bot
A 25 minute screencast covering the basics of automating financial trading from Node. Note/warning: Always take care with anything involving real money as you could lose it(!) - https://www.youtube.com/watch?v=BvzTHRX-AT4
#nodejs
A 25 minute screencast covering the basics of automating financial trading from Node. Note/warning: Always take care with anything involving real money as you could lose it(!) - https://www.youtube.com/watch?v=BvzTHRX-AT4
#nodejs
YouTube
Program a Trading Bot with Node JS
Learn how to program a stock trading bot using node JS and the Alpaca api.
We go over the initial node set up, how to hit the alpaca api with your authentication, the trading bot logic, and basic principles of trying to trade off the bullish engulfing candlestick…
We go over the initial node set up, how to hit the alpaca api with your authentication, the trading bot logic, and basic principles of trying to trade off the bullish engulfing candlestick…