19 Ways to Become a Better Node Developer in 2019
Highlights tips, skills and strategies that may prove valuable over the coming months, such as having a package update plan in place, though the suggestion to “be a bit more Java and a byte less Ruby” makes me itch - http://amp.gs/EikJ
#nodejs
Highlights tips, skills and strategies that may prove valuable over the coming months, such as having a package update plan in place, though the suggestion to “be a bit more Java and a byte less Ruby” makes me itch - http://amp.gs/EikJ
#nodejs
Medium
19 ways to become a better Node.js developer in 2019
Strategic ideas for things you should learn to create robust Node.js & Javascript application in 2019
Keeping browser tabs in sync using localStorage, NgRx, and RxJS
In this post, we’re going to take a look at how we can keep our application state in sync when a user has multiple tabs open. We’re going to make this happen by using the Web Storage API, NgRx (Store and Effects), and RxJS. - http://amp.gs/EDxs
#angular
In this post, we’re going to take a look at how we can keep our application state in sync when a user has multiple tabs open. We’re going to make this happen by using the Web Storage API, NgRx (Store and Effects), and RxJS. - http://amp.gs/EDxs
#angular
Angular In Depth
Keeping browser tabs in sync using localStorage, NgRx, and RxJS
We’re going to take a look at how we can keep state in sync when a user has multiple tabs open.
Creating a CSS Venn Diagram using CSS Shapes
This is really clever and well explained too, although it won’t work in Edge (for now). - http://amp.gs/EDQj
#css
This is really clever and well explained too, although it won’t work in Edge (for now). - http://amp.gs/EDQj
#css
Adrian Roselli
A CSS Venn Diagram
A few years ago I made a Venn diagram using floats and absolute positioning. It was fine. Nothing to really brag about, but it got the point across. I had use for CSS shapes in a project and wanted to play around beyond what the project itself allowed. I…
Simplify Your Components with Computed Setters
With computed properties, we can easily compose new data that is derived from other data. But what if we want to set it? This article shows common use cases for this scenario and a simple solution. - http://amp.gs/Eu3h
#vue
With computed properties, we can easily compose new data that is derived from other data. But what if we want to set it? This article shows common use cases for this scenario and a simple solution. - http://amp.gs/Eu3h
#vue
Medium
Simplify Your Vue Components with Computed Setters
One of the main core concepts of Vue.js is computed properties. With computed properties, we can easily compose new data that is derived…
Introducing Background Fetch
A Web standard that’s currently implemented behind Chrome’s Experimental Web Platform features flag, Background Fetch lets you handle large downloads in a browser programatically and then get notifications of their completion, even if the browser closes. - http://amp.gs/EJA5
#web #background #fetch
A Web standard that’s currently implemented behind Chrome’s Experimental Web Platform features flag, Background Fetch lets you handle large downloads in a browser programatically and then get notifications of their completion, even if the browser closes. - http://amp.gs/EJA5
#web #background #fetch
Google Developers
Introducing Background Fetch | Web | Google Developers
Background fetch lets you handle large downloads, even if the browser closes.
How Does setState Know What to Do? — The latest in Dan Abramov’s recent series of illumating blog posts:
“You don’t need to think about how this works when you use React. We’d like React users to spend more time thinking about their application code than abstract concepts like dependency injection. But if you’ve ever wondered how this.setState() or useState() know what to do, I hope this helps.” - http://amp.gs/E0nh
#react
“You don’t need to think about how this works when you use React. We’d like React users to spend more time thinking about their application code than abstract concepts like dependency injection. But if you’ve ever wondered how this.setState() or useState() know what to do, I hope this helps.” - http://amp.gs/E0nh
#react
overreacted.io
How Does setState Know What to Do?
Dependency injection is nice if you don’t have to think about it.
Node.js API and Web Frameworks for 2019
A roundup that doesn’t just focus on the usual favorites like Express, Koa, and Hapi, but digs into alternatives like Nest, Adonis and Fastify too. - http://amp.gs/E00V
#nodejs
A roundup that doesn’t just focus on the usual favorites like Express, Koa, and Hapi, but digs into alternatives like Nest, Adonis and Fastify too. - http://amp.gs/E00V
#nodejs
A Guide to the CSS Object Model (CSSOM)
If you’ve written JavaScript in a front-end context, you’ve undoubtedly dealt with the DOM (Document Object Model) but there’s also the CSS Object Model, a set of APIs allowing the manipulation of CSS from JavaScript. A lot of detail/examples here. - http://amp.gs/EKeS
#css
If you’ve written JavaScript in a front-end context, you’ve undoubtedly dealt with the DOM (Document Object Model) but there’s also the CSS Object Model, a set of APIs allowing the manipulation of CSS from JavaScript. A lot of detail/examples here. - http://amp.gs/EKeS
#css
CSS-Tricks
An Introduction and Guide to the CSS Object Model (CSSOM) | CSS-Tricks
If you've been writing JavaScript for some time now, it's almost certain you've written some scripts dealing with the Document Object Model (DOM). DOM How to use the CSS Object Model (CSSOM) to read and manipulate inline styles and CSS from exertnal stylesheets.
Mixins and custom functions to enhance your Vue applications
If you are a Vue lover and are looking for a way to extend your Vue application, you have come to the right place. - http://amp.gs/EKuj
#vue
If you are a Vue lover and are looking for a way to extend your Vue application, you have come to the right place. - http://amp.gs/EKuj
#vue
LogRocket
Mixins and custom functions to enhance your Vue applications
Vue mixins and directives are a powerful combination and a great way to add more reusable functions to your application.
How to Use SignalR with .NET Core and Angular - Real-Time Charts
SingalR is a library which helps us provide a real-time web functionality to our applications. This means that our server can push data to any connected client as soon as that data is provided, in a real-time, and vice verse. In this article, we are going to show you how to use SignalR with .NET Core and Angular through the practical example. - http://amp.gs/E3zf
#angular #signalR #netcore
SingalR is a library which helps us provide a real-time web functionality to our applications. This means that our server can push data to any connected client as soon as that data is provided, in a real-time, and vice verse. In this article, we are going to show you how to use SignalR with .NET Core and Angular through the practical example. - http://amp.gs/E3zf
#angular #signalR #netcore
Code Maze
How to Use SignalR with .NET Core and Angular - Real-Time Charts
In this article, we are going to learn how to use SignalR with .NET Core and Angular by creating real-time chart application.
Better Reusable React Components with the Overrides Pattern
An engineer at Uber shares how they came up with a pattern for overriding interval styles or props of components when necessary. - http://amp.gs/E3se
#react
An engineer at Uber shares how they came up with a pattern for overriding interval styles or props of components when necessary. - http://amp.gs/E3se
#react
Medium
Better Reusable React Components with the Overrides Pattern
If you’ve been watching the React ecosystem the past few years, you’ve surely encountered one of the numerous open source reusable…
How to Build Fast REST APIs with Node, MongoDB, Fastify and Swagger - http://amp.gs/E36F
#nodejs #mongodb #fastify #swagger
#nodejs #mongodb #fastify #swagger
freeCodeCamp.org
How to build blazing fast REST APIs with Node.js, MongoDB, Fastify and Swagger
Presumably no web developer is a stranger to REST APIs and the challenges that architecting an effective and efficient API solution brings.
DRY Switching with CSS Variables: The Difference of One Declaration
Ana Tudor looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. - http://amp.gs/EHyg
#css
Ana Tudor looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. - http://amp.gs/EHyg
#css
CSS-Tricks
DRY Switching with CSS Variables: The Difference of One Declaration | CSS-Tricks
This is the first post of a two-part series that looks into the way CSS variables can be used to make the code for complex layouts and interactions less
A Visual Roadmap to Becoming a React Developer in 2018
This stirred up a lot of opinions on social media and places like Hacker News and became our most popular link of 2018. While it’s not essential to learn everything to be a good React developer, this illustration did give a reasonable lay of the land. - http://amp.gs/EHHy
#react
This stirred up a lot of opinions on social media and places like Hacker News and became our most popular link of 2018. While it’s not essential to learn everything to be a good React developer, this illustration did give a reasonable lay of the land. - http://amp.gs/EHHy
#react
GitHub
GitHub - adam-golab/react-developer-roadmap: Roadmap to becoming a React developer
Roadmap to becoming a React developer. Contribute to adam-golab/react-developer-roadmap development by creating an account on GitHub.
New in Angular v7.1: Updates to the Router
Some new features have been added to the Angular Router with version 7.1.0. In this article, we’ll explore how to start using these new features. We’ll also understand the motivations behind them, and take a glance at how they are implemented in the Angular sources. - http://amp.gs/E2jl
#angular #router
Some new features have been added to the Angular Router with version 7.1.0. In this article, we’ll explore how to start using these new features. We’ll also understand the motivations behind them, and take a glance at how they are implemented in the Angular sources. - http://amp.gs/E2jl
#angular #router
Angular In Depth
New in Angular 7.1: Router Updates
Stay up to date with the latest changes to the Angular Router
A Recap of Frontend Development in 2018
We’ll be back on January 2 to do our own 2018 recap, but if you can’t wait, this article does a neat roundup of the most important frontend developments of 2018. - http://amp.gs/E2PQ
#frontEnd
We’ll be back on January 2 to do our own 2018 recap, but if you can’t wait, this article does a neat roundup of the most important frontend developments of 2018. - http://amp.gs/E2PQ
#frontEnd
Medium
A Recap of Frontend Development in 2018
The world of frontend development moves fast. Very fast. This article will recap the most important frontend news of 2018
New CSS Logical Properties
Elad Shechter gives an introduction to the logical properties in CSS. - http://amp.gs/E2FB
#css
Elad Shechter gives an introduction to the logical properties in CSS. - http://amp.gs/E2FB
#css
Medium
New CSS Logical Properties!
The Next Step of CSS Evolution
A Comprehensive Guide to Learning React in 2018
A classic, interactive ‘from scratch’ tutorial that was upgraded this year to modern React 16 standards. - http://amp.gs/Ewml
#react
A classic, interactive ‘from scratch’ tutorial that was upgraded this year to modern React 16 standards. - http://amp.gs/Ewml
#react
react.gg
The interactive way to master modern React – react.gg
The interactive way to master modern React — from the team at ui.dev.
AVA 1.0: A Powerful Test Runner for Node
AVA is a test runner with a concise API, detailed error output, and process isolation that let you write tests more effectively. - http://amp.gs/EwSW
#nodejs
AVA is a test runner with a concise API, detailed error output, and process isolation that let you write tests more effectively. - http://amp.gs/EwSW
#nodejs
🦄 Sindre Sorhus’ blog
AVA 1.0 🚀
Back in January we started work on the 1.0 release and now it’s finally here. AVA is grown up!
Angular @ViewChild: In-Depth Explanation (All Features Covered)
The Angular @ViewChild decorator is one of the first decorators that you will run into while learning Angular, as it’s also one of the most commonly used decorators. - http://amp.gs/EFGp
#angular
The Angular @ViewChild decorator is one of the first decorators that you will run into while learning Angular, as it’s also one of the most commonly used decorators. - http://amp.gs/EFGp
#angular
Angular University
Angular @ViewChild: In-Depth Explanation (All Features Covered)
This post is complete guide to the @ViewChild operator. We will learn how and when to use it, alternatives, we will focus on less well-known uses cases.