property
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
CSS-Tricks
@property
The @property is totally new to me, but I see it's headed to Chrome, so I suppose it's good to know about! There is a draft spec and an "intent to ship"
How to Use Material Design in Angular.
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects. - http://amp.gs/3SAv
#angular
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects. - http://amp.gs/3SAv
#angular
Medium
How to Use Material Design in Angular.
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects.
Creating Web Apps via TypeScript and webpack
The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools. - http://amp.gs/3Ne9
#javascript
The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools. - http://amp.gs/3Ne9
#javascript
Animating DOM Changes
Ada Rose Cannon shares some tips on smoothly adding, removing, resizing, and reordering elements. - http://amp.gs/3AYb
#css
Ada Rose Cannon shares some tips on smoothly adding, removing, resizing, and reordering elements. - http://amp.gs/3AYb
#css
Medium
Animating DOM Changes
Smoothly adding, removing, resizing and reordering elements
The 15 coding languages with the highest salaries, and how to learn them online at no cost
A complete list of languages, along with how they compare to the salary of the average developer and how to learn them online at no cost. - http://amp.gs/3sjm
#business
A complete list of languages, along with how they compare to the salary of the average developer and how to learn them online at no cost. - http://amp.gs/3sjm
#business
Business Insider
The 15 coding languages with the highest salaries, and how to learn them online at no cost
Coding is 2020's most in-demand skill. Here's how to learn top-earning languages like C++ and Python from the comfort of your couch.
How Does TypeScript Work? A Bird’s Eye View
Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up. - http://amp.gs/3imj
#typescript
Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up. - http://amp.gs/3imj
#typescript
lazynpm: A Terminal UI for npm
One of those sort of things you don’t realize you need until you give it a go. There’s a four-minute screencast if you want to see how it works without downloading. - http://amp.gs/3Djs
#nodejs
One of those sort of things you don’t realize you need until you give it a go. There’s a four-minute screencast if you want to see how it works without downloading. - http://amp.gs/3Djs
#nodejs
GitHub
GitHub - jesseduffield/lazynpm: terminal UI for npm
terminal UI for npm. Contribute to jesseduffield/lazynpm development by creating an account on GitHub.
Deploy an Angular application on AWS using serverless
A quick starter for a production ready Serverless Angular application on Amazon Web Services. - http://amp.gs/3uT6
#angular
A quick starter for a production ready Serverless Angular application on Amazon Web Services. - http://amp.gs/3uT6
#angular
Medium
Deploy an Angular application on AWS using serverless
A quick starter for a production ready Serverless Angular application on Amazon Web Services
The Algebraic Structure of Functions, Illustrated using React Components
This is one of those “let’s look at something familiar but from a different angle” articles. There’s nothing new here except, perhaps, perspective. - http://amp.gs/3JBR
#react
This is one of those “let’s look at something familiar but from a different angle” articles. There’s nothing new here except, perhaps, perspective. - http://amp.gs/3JBR
#react
James Sinclair
The Algebraic Structure of Functions, illustrated using React components
Did you know there’s an algebraic structure for functions? That may not surprise you at all. But it surprised me when I first found out about it. I knew we used functions to build algebraic structures. It never occurred to me that functions themselves might…
The CSS “content” Property Accepts Alternative Text
Stefan Judis explains how the content property supports a way to define alternative text for generated content. - http://amp.gs/30tb
#css
Stefan Judis explains how the content property supports a way to define alternative text for generated content. - http://amp.gs/30tb
#css
Here’s a List of App Ideas You Can Start Coding Today
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Medium
Here’s a List of App Ideas You Can Start Coding Today
Inspiration to help you sharpen your coding skills
Middy 1.0: A Node Middleware Framework for AWS Lambda
Middy’s aim is to make writing serverless functions (hosted on AWS Lambda) easier by providing a familiar middleware abstraction to Node developers. The example in this post shows off the main benefit. - http://amp.gs/33eB
#nodejs
Middy’s aim is to make writing serverless functions (hosted on AWS Lambda) easier by providing a familiar middleware abstraction to Node developers. The example in this post shows off the main benefit. - http://amp.gs/33eB
#nodejs
loige.co
Middy 1.0.0 is here
Middy, the Node.js middleware framework for AWS Lambda, has finally graduated to 1.0.0! A long awaited milestone for the project. In this…
Angular 10/9 Tutorial and Example: Build your First Angular App
In this tutorial, we will learn by example to create a first application with Angular 10/9 from scratch. - http://amp.gs/3HBM
#angular
In this tutorial, we will learn by example to create a first application with Angular 10/9 from scratch. - http://amp.gs/3HBM
#angular
Techiediaries
Angular 10/9 Tutorial and Example: Build your First Angular App | Techiediaries
In this tutorial, you will learn to build your first Angular 10/9 application from scratch
How to Create Pure CSS Games
Elad Shechter will teach you how to create pure CSS games. - http://amp.gs/3wnJ
#css
Elad Shechter will teach you how to create pure CSS games. - http://amp.gs/3wnJ
#css
Medium
How to Create Pure CSS Games
How I Built a Pure CSS Game — No JS
Effective Code Splitting in React: A Practical Guide
Some techniques on implementing code-splitting, or breaking your code into modular bundles for better performance, in React projects. - http://amp.gs/3wLB
#react
Some techniques on implementing code-splitting, or breaking your code into modular bundles for better performance, in React projects. - http://amp.gs/3wLB
#react
Enjoy The Vue: End to End Testing with Amir Rustamzadeh
In this week's episode, we talk with @amirrustam about a topic that many developers often have a love/hate relationship with: end-to-end testing. Be sure to listen to this week's episode if you're looking for a good e2e solution for your Vue app. - http://amp.gs/3Xnb
#vue #podcast
In this week's episode, we talk with @amirrustam about a topic that many developers often have a love/hate relationship with: end-to-end testing. Be sure to listen to this week's episode if you're looking for a good e2e solution for your Vue app. - http://amp.gs/3Xnb
#vue #podcast
Rust and Node.js: A Match Made in Heaven?
This is technical stuff but using other languages, such as Rust, for building add-ons for Node is an interesting area. - http://amp.gs/3XOV
#nodejs #rust
This is technical stuff but using other languages, such as Rust, for building add-ons for Node is an interesting area. - http://amp.gs/3XOV
#nodejs #rust
LogRocket Blog
Rust and Node.js: A match made in heaven - LogRocket Blog
Worker threads are great, but they're not available in all supported versions of Node. Fortunately, you can use Rust to build a native add-on for Node.js.