Spend Your Xmas Break Catching Up on the Hottest Trends in Angular
It’s that time of year again — time to look back at everything that came our way. Whether it’s new Akita features, innovations in Angular, testing with Spectator, or in-depth looks at JS and RX functionality, they were all featured in Netanel’s articles. As 2018 draws to a close, he’s linked all his articles from the past 2 years here for easier access. - http://amp.gs/VkiB
#angular
It’s that time of year again — time to look back at everything that came our way. Whether it’s new Akita features, innovations in Angular, testing with Spectator, or in-depth looks at JS and RX functionality, they were all featured in Netanel’s articles. As 2018 draws to a close, he’s linked all his articles from the past 2 years here for easier access. - http://amp.gs/VkiB
#angular
Netanel Basal
Spend Your Xmas Break Catching Up on the Hottest Trends in Angular
It’s that time of year again — time to look back at everything that came our way. Whether it’s new Akita features, innovations in Angular…
Experimenting with Node 12's Async Stack Traces
Node 12 isn’t here yet but that doesn’t have to stop you experimenting with a new option that aims to make debugging async functions easier. - http://amp.gs/VeRJ
#nodejs
Node 12 isn’t here yet but that doesn’t have to stop you experimenting with a new option that aims to make debugging async functions easier. - http://amp.gs/VeRJ
#nodejs
The Code Barbarian
Async Stack Traces in Node.js 12
Node.js 12 includes experimental support for async stack traces, so no more stack traces that end with `nextTick()`. Here's what you need to know.
Accessibility and Inclusion with the World’s Most Popular Communication Tool: Email
Jason Rodriguez shares some best practices on creating more accessible and inclusive emails. - http://amp.gs/VPVO
#css
Jason Rodriguez shares some best practices on creating more accessible and inclusive emails. - http://amp.gs/VPVO
#css
24 Accessibility
Accessibility and Inclusion with the World's Most Popular Communication Tool: Email - 24 Accessibility
Jason Rodriguez shares some best practices on creating more accessible emails, one of the world’s most valuable marketing channels.
Create Your First Custom Angular CLI Schematic with Nx
Nx is a toolkit for people building enterprise-grade Angular apps. - http://amp.gs/VPon
#angular
Nx is a toolkit for people building enterprise-grade Angular apps. - http://amp.gs/VPon
#angular
Auth0 - Blog
Create Your First Custom Angular CLI Schematic with Nx
Learn how to create applications, libraries, and custom workspace CLI Angular schematics with enterprise Angular tool Nx.
New horizons in CSS: Houdini and the Paint API
Houdini gives us access to the CSS object model for the very first time. Instead of updating styles in JavaScript, we can write code that the browser understands and can parse as CSS.
- http://amp.gs/Vyy1
#paintapi
Houdini gives us access to the CSS object model for the very first time. Instead of updating styles in JavaScript, we can write code that the browser understands and can parse as CSS.
- http://amp.gs/Vyy1
#paintapi
LogRocket
New horizons in CSS: Houdini and the Paint API
Welcome to the future.
Trash Talk: V8's Orinoco Garbage Collector
Orinoco is a high-performance, low-latency, mostly parallel and concurrent garbage collector. Here, Peter Marshall explains its main features and what is yet to come. - http://amp.gs/Vh7j
#nodejs
Orinoco is a high-performance, low-latency, mostly parallel and concurrent garbage collector. Here, Peter Marshall explains its main features and what is yet to come. - http://amp.gs/Vh7j
#nodejs
v8.dev
Trash talk: the Orinoco garbage collector · V8
Orinoco, V8’s garbage collector, evolved from a sequential stop-the-world implementation into a mostly parallel and concurrent collector with incremental fallback.
Angular Top 50: What you should have read in 2018
The year 2018 is coming to an end. That time went by quite quickly, didn’t it? It was a very exciting year to be an angular developer. There was not only one, but there were two major framework (6 & 7) releases! - http://amp.gs/Vh3z
#angular
The year 2018 is coming to an end. That time went by quite quickly, didn’t it? It was a very exciting year to be an angular developer. There was not only one, but there were two major framework (6 & 7) releases! - http://amp.gs/Vh3z
#angular
Malcoded
Angular Top 50: What you should have read in 2018
The year 2018 is coming to an end... That time went by quite quickly, didn't it? It was a very exciting year to be an angular developer. There was not only one…
Using worker_threads in Node
A beginner’s guide to using worker_threads, Node’s new experimental way to create multiple environments running on different threads and channel messages between them. - http://amp.gs/VvdI
#nodejs
A beginner’s guide to using worker_threads, Node’s new experimental way to create multiple environments running on different threads and channel messages between them. - http://amp.gs/VvdI
#nodejs
Medium
Using worker_threads in Node.js
This is a beginner’s guide to using worker_threads in Node.js. It does not assume you already understand Web Workers. (The API for…
What’s New in Akita — Angular Forms Manager, Dynamic Stores and More!
Seasons greetings from the great people at Datorama! Their Akita elves have been hard at work adding tons of functionality based on our input. They provided us with this list of all the new stuff they got around to adding
- http://amp.gs/VgfM
#angular #akita #forms
Seasons greetings from the great people at Datorama! Their Akita elves have been hard at work adding tons of functionality based on our input. They provided us with this list of all the new stuff they got around to adding
- http://amp.gs/VgfM
#angular #akita #forms
Datorama Engineering
🚀 What’s New in Akita — Angular Forms Manager, Dynamic Stores and More!
Angular Forms Manager, Dynamic Stores and More!
How To Learn CSS
Covers the fundamentals of layout, flow and more. A good refresher or one to share with those starting out. - http://amp.gs/VEhA
#css
Covers the fundamentals of layout, flow and more. A good refresher or one to share with those starting out. - http://amp.gs/VEhA
#css
Smashing Magazine
How To Learn CSS — Smashing Magazine
You don’t need to commit to memorizing every CSS Property and Value, as there are good places to look them up. There are some fundamental things, however, which will make CSS much easier for you to use. This article aims to guide you along your path of learning…
Chrome DevTools: The Five Most Popular DevTools Tips From 2018
Umar regularly shares handy developer tips for when working in Chrome. Here, he shares some highlights from last year. - http://amp.gs/V9h9
#chrome #devtools
Umar regularly shares handy developer tips for when working in Chrome. Here, he shares some highlights from last year. - http://amp.gs/V9h9
#chrome #devtools
Umaar
Popular tips from 2018 - Chrome DevTools - Dev Tips
Chrome DevTools - The five most popular DevTools tips from 2018 - Subscribe to Dev Tips to get these in your inbox
Deploying an Angular Site to Firebase with CircleCI
If you’ve done anything in web development in the past year, you’ve undoubtedly heard of CircleCI and Firebase. Both technologies are becoming increasingly popular as alternatives to Jenkins, AWS, and other older platforms. I this article we are going to walk through how to use CircleCI and FIrebase with Angular. - http://amp.gs/VRdk
#angular #circleci #firebase
If you’ve done anything in web development in the past year, you’ve undoubtedly heard of CircleCI and Firebase. Both technologies are becoming increasingly popular as alternatives to Jenkins, AWS, and other older platforms. I this article we are going to walk through how to use CircleCI and FIrebase with Angular. - http://amp.gs/VRdk
#angular #circleci #firebase
Angular In Depth
The Angular DevOps Series: Deploying to Firebase with CircleCI
Using CircleCI to automate the deployment of an Angular Site to Firebase
Build a Personal Facebook Messenger Bot with Node and Standard Library
Standard Library is a service that runs code in the cloud. - http://amp.gs/VU7j
#nodejs #facebook #bot
Standard Library is a service that runs code in the cloud. - http://amp.gs/VU7j
#nodejs #facebook #bot
Hacker Noon
Build a Personal Facebook Messenger Bot in 10 minutes with Nodejs and Standard Library
Wouldn’t it be awesome to have a personal chatbot that will send you cool stuff throughout the day? Maybe update you on the status of your…
GitHub Announces Unlimited Free Private Repos
A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1
#github #private #repo
A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1
#github #private #repo
The GitHub Blog
New year, new GitHub: Announcing unlimited free private repos and unified Enterprise offering
Today we’re announcing two major updates to make GitHub more accessible to developers.
Will PWAs Replace Native Mobile Apps?
Some people proclaim the end of native apps somewhat hyperbolically, but the author here takes a very measured and careful look at the reality. - http://amp.gs/VOrj
#mobile #pwa
Some people proclaim the end of native apps somewhat hyperbolically, but the author here takes a very measured and careful look at the reality. - http://amp.gs/VOrj
#mobile #pwa
Smashing Magazine
Will PWAs Replace Native Mobile Apps? — Smashing Magazine
When it comes to the mobile user experience, are mobile websites all that bad? You hear so much about the benefits of building a dedicated native app, but that can become an incredibly costly gamble if users don’t take to it. That said, is the progressive…
How to map REST API data using Decorator pattern in Angular 6
In this article, we will learn how to use the Decorator pattern to consume REST API in Angular 6. - http://amp.gs/VrgG
#angular #decoretor
In this article, we will learn how to use the Decorator pattern to consume REST API in Angular 6. - http://amp.gs/VrgG
#angular #decoretor
Noteworthy - The Journal Blog
How to map REST API data using Decorator pattern in Angular 6
In this article, I will talk about how to use the Decorator pattern to consume REST API in Angular 6.
Vue.js best practices
A list of best practices and style guides for a more correct or commonly accepted way of using Vue. - http://amp.gs/VSRA
#vue
A list of best practices and style guides for a more correct or commonly accepted way of using Vue. - http://amp.gs/VSRA
#vue
Noteworthy - The Journal Blog
VueJs best practices ✓
A summary of VueJs best practices and style guides!
Front-End Performance Checklist 2019
This popular frontend performance checklist has been updated for the year ahead. - http://amp.gs/VNit
#checklist #performance #2019
This popular frontend performance checklist has been updated for the year ahead. - http://amp.gs/VNit
#checklist #performance #2019
Smashing Magazine
Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word] — Smashing Magazine
Let’s make 2019... fast! A front-end performance checklist (PDF/Apple Pages/MS Word), with everything you need to know to create fast experiences today.