When To Subscribe
Ben Lesh has a terrific article called “Don’t Unsubscribe”, telling you why you are better off not explicitly unsubscribing, but instead relying on constructs that cause the unsubscriptions to happen. In that spirit, Michael wanted to title this article “Don’t Even Subscribe”, but the truth is, there are a few places where you have to subscribe, so he settled for the less-emphatic title you see. - http://amp.gs/VMir
#angular
Ben Lesh has a terrific article called “Don’t Unsubscribe”, telling you why you are better off not explicitly unsubscribing, but instead relying on constructs that cause the unsubscriptions to happen. In that spirit, Michael wanted to title this article “Don’t Even Subscribe”, but the truth is, there are a few places where you have to subscribe, so he settled for the less-emphatic title you see. - http://amp.gs/VMir
#angular
Angular In Depth
RxJS in Angular: When To Subscribe? (Rarely)
Ben Lesh has a terrific article called “Don’t Unsubscribe”, telling you why you are better off not unsubscribing. In that spirit, I wanted…
Exploring JavaScript Modules: From IIFEs to CommonJS to ES6 Modules
A commonly 'under-learned' aspect of JavaScript is the module system, but given its unusual and varied history, that might not be a surprise. In this post (which also comes in video form), Tyler McGinnis provides a useful refresher of module approaches, both past and present. - http://amp.gs/V50b
#javascript
A commonly 'under-learned' aspect of JavaScript is the module system, but given its unusual and varied history, that might not be a surprise. In this post (which also comes in video form), Tyler McGinnis provides a useful refresher of module approaches, both past and present. - http://amp.gs/V50b
#javascript
UI
JavaScript Modules: From IIFEs to CommonJS to ES6 Modules - ui.dev
In this post you'll learn all about JavaScript modules including the IIFE pattern, CommonJS, and ES6 Modules.
Browser Rendering Optimizations for Frontend Development
Jordan Irabor explores the conditions that can enable and prevent a web application to run optimally at 60 frames per second and looks at several optimizations that you can plug into the browser’s rendering pipeline. - http://amp.gs/VQtM
#frontend #optimization
Jordan Irabor explores the conditions that can enable and prevent a web application to run optimally at 60 frames per second and looks at several optimizations that you can plug into the browser’s rendering pipeline. - http://amp.gs/VQtM
#frontend #optimization
DigitalOcean
Browser Rendering Optimizations for Front-end Development | DigitalOcean
In this article, we will discuss the conditions that can enable (and prevent) a web application to run (optimally) at 60 frames per second.
First Adventures with Nuxt
This article documents the rebuild of a web application written with Express and Vue with Nuxt.js. The idea was to have both server and client-side rendering handled in the one place by the same framework. - http://amp.gs/VchA
#vue
This article documents the rebuild of a web application written with Express and Vue with Nuxt.js. The idea was to have both server and client-side rendering handled in the one place by the same framework. - http://amp.gs/VchA
#vue
Medium
First Adventures with Nuxt
Intro
Your CSS Layout Toolkit for 2019
Goes through what we have now and what is coming next for CSS layout. - https://www.youtube.com/watch?v=5XsZnCwbgwA
#video #css
Goes through what we have now and what is coming next for CSS layout. - https://www.youtube.com/watch?v=5XsZnCwbgwA
#video #css
YouTube
Your CSS Layout Toolkit for 2019 - Rachel Andrew
As we head into the final quarter of 2018, let’s take a look at where we are with CSS Grid Layout, and CSS layout in general. In this talk you will learn the key elements of layout. The things you need to know as you plan your projects now and into the next…
Node Multithreading: What Are Worker Threads and Why Do They Matter?
Since the release of Node 10.5, a new worker_threads module has opened up the possibility of building multi-threaded Node apps. It’s now enabled by default in Node 11.7 (above) so it’s a good time to dig in. - http://amp.gs/V6mk
#nodejs
Since the release of Node 10.5, a new worker_threads module has opened up the possibility of building multi-threaded Node apps. It’s now enabled by default in Node 11.7 (above) so it’s a good time to dig in. - http://amp.gs/V6mk
#nodejs
LogRocket
Node.js multithreading: What are Worker Threads and why do they matter?
Since the release of Node.js v10.5.0 there’s a new worker_threads module available. In this post, we will learn why we need it.
State Management in Angular Using Firebase and RxJS
A rather extensive and practical tutorial. - http://amp.gs/Vbzl
#angular #firebase #rxjs
A rather extensive and practical tutorial. - http://amp.gs/Vbzl
#angular #firebase #rxjs
Toptal Engineering Blog
State Management in Angular Using Firebase
This state management tutorial features an Angular app with a Cloud Firestore back end. It also covers stores and services, RxJs, change detection, debugging change streams, building Angular components, and using collections/subscriptions via the Firebase…
Why Founders Should Start With a Website, Not a Mobile App
The author explains their reasons why founders should almost always build a website first instead of a native app in the early days of a startup. - http://amp.gs/9IZC
#news
The author explains their reasons why founders should almost always build a website first instead of a native app in the early days of a startup. - http://amp.gs/9IZC
#news
HTML5's Input Types: Where Are They Now?
HTML5 introduced 13 new types of form input (think things like type="color”), adding significantly to the number of different fields we could add to our forms. But what is the state of those field types today? - http://amp.gs/9IQF
#html5
HTML5 introduced 13 new types of form input (think things like type="color”), adding significantly to the number of different fields we could add to our forms. But what is the state of those field types today? - http://amp.gs/9IQF
#html5
Smashing Magazine
HTML5 Input Types: Where Are They Now? — Smashing Magazine
HTML5 introduced thirteen new types of form input, adding significantly to the number of different fields web designers and developers could add to our forms. But what is the state of those field types in 2019? Let’s find out.
The TypeScript Tax: A Cost vs Benefit Analysis
TypeScript’s becoming increasingly popular, but is it worth it? Eric Elliott presents some critical, data-driven analysis to establish the viability of using TypeScript when building larger apps. - http://amp.gs/9jok
#typescript
TypeScript’s becoming increasingly popular, but is it worth it? Eric Elliott presents some critical, data-driven analysis to establish the viability of using TypeScript when building larger apps. - http://amp.gs/9jok
#typescript
Medium
The TypeScript Tax
A Cost vs Benefit Analysis
Discover the Pros and Cons of the Facade Pattern in NgRx
In this article we will learn about the facade pattern, why you may or may not want to use one with NgRx, and how to create a facade. - http://amp.gs/985o
#angular #ngrx
In this article we will learn about the facade pattern, why you may or may not want to use one with NgRx, and how to create a facade. - http://amp.gs/985o
#angular #ngrx
Auth0 - Blog
NgRx Facades: Pros and Cons
Learn about the facade pattern in NgRx and why you may or may not want to use one. Learn how to create a facade.
How to Preview Images Before Uploading Them in Vue
Most users these days expect to see a preview of the image they’ve chosen to upload before clicking the upload button. If you want to have a custom solution for your app, here’s how you can do that in Vue. - http://amp.gs/9TJE
#vue
Most users these days expect to see a preview of the image they’ve chosen to upload before clicking the upload button. If you want to have a custom solution for your app, here’s how you can do that in Vue. - http://amp.gs/9TJE
#vue
Medium
How to Preview Images Before Uploading Them in Vue
Most users these days expect to see the image they’ve chosen to upload before clicking the upload button.
A Better Way to Develop Node Apps with Docker
If you’re not using Docker yet due to the perceived complexity, this tutorial really boils things down to the absolute basics of what you can do to take advantage of it to build Node apps complete with hot module reloading. - http://amp.gs/9zDG
#nodejs #docker
If you’re not using Docker yet due to the perceived complexity, this tutorial really boils things down to the absolute basics of what you can do to take advantage of it to build Node apps complete with hot module reloading. - http://amp.gs/9zDG
#nodejs #docker
What’s New in DevTools in Chrome 73
Quite a lot of smaller things, including ‘Logpoints’ a way to log messages to the console without adding console.log() calls, keyboard navigation of the console, and the ability to manage geolocation overrides. - http://amp.gs/913B
#devTools #chrome
Quite a lot of smaller things, including ‘Logpoints’ a way to log messages to the console without adding console.log() calls, keyboard navigation of the console, and the ability to manage geolocation overrides. - http://amp.gs/913B
#devTools #chrome
Chrome Developers
What's New In DevTools (Chrome 73) - Chrome Developers
Logpoints, detailed tooltips in Inspect Mode, and much more.
RxJS: applying asyncScheduler as an argument vs with observeOn operator
If you are not familiar with Schedulers in RxJS, there is a short overview in Alexander’s article about queueScheduler. In short — asyncScheduler allows you emit each value in a separate macrotask (in terms of browser event-loop queue tasks). - http://amp.gs/9Ydl
#rxjs
If you are not familiar with Schedulers in RxJS, there is a short overview in Alexander’s article about queueScheduler. In short — asyncScheduler allows you emit each value in a separate macrotask (in terms of browser event-loop queue tasks). - http://amp.gs/9Ydl
#rxjs
Angular In Depth
RxJS: applying asyncScheduler as an argument vs with observeOn operator
If you are not familia with Schedulers in rx.js — there is a short overview in my article about queueScheduler. In short — asyncScheduler…
The “Bug-O” Notation
Big O helps us think about the running time or memory complexity of our algorithms, but here Dan Abramov urges us to think about Bug-O (or how much an API slows you down as your codebase grows). - http://amp.gs/9tR8
#javascript
Big O helps us think about the running time or memory complexity of our algorithms, but here Dan Abramov urges us to think about Bug-O (or how much an API slows you down as your codebase grows). - http://amp.gs/9tR8
#javascript
overreacted.io
The “Bug-O” Notation
What is the 🐞(n) of your API?
Using Joi for Code Validation on Node and Express Codebases
Joi is a long-standing schema-based object validator for JavaScript. - http://amp.gs/9mR3
#nodejs
Joi is a long-standing schema-based object validator for JavaScript. - http://amp.gs/9mR3
#nodejs
ITNEXT
Joi — awesome code validation for Node.js and Express
Validation of data is an interesting topic, we tend to write code that looks really horrible in the sense that it contains a lot of checks…
Infinity CSS Grid
You can add as many columns as you like, and you can merge the columns or insert columns inside columns. Everything is 0.1 Kb and it even works in IE10. - http://amp.gs/9m02
#css #grid #components
You can add as many columns as you like, and you can merge the columns or insert columns inside columns. Everything is 0.1 Kb and it even works in IE10. - http://amp.gs/9m02
#css #grid #components
How to configure Webpack 4 with Angular 7: a complete guide
The Angular CLI makes it easy to create an application that already works, right out of the box. It is a great tool, but have you never thought: “How does it work? How can I build an application without the CLI?” - http://amp.gs/9Zkw
#angular
The Angular CLI makes it easy to create an application that already works, right out of the box. It is a great tool, but have you never thought: “How does it work? How can I build an application without the CLI?” - http://amp.gs/9Zkw
#angular
freeCodeCamp.org
How to configure Webpack 4 with Angular 7: a complete guide
The Angular CLI makes it easy to create an application that already works, right out of the box. It is a great tool, but have you never…