CSS Motion Path: The end of GSAP?
Facundo Corradini demonstrates how the Motion Path module makes CSS animations more powerful, with many use cases that we’re just beginning to discover. - http://amp.gs/JFrU
#css
Facundo Corradini demonstrates how the Motion Path module makes CSS animations more powerful, with many use cases that we’re just beginning to discover. - http://amp.gs/JFrU
#css
LogRocket Blog
CSS Motion Path: The end of GSAP? - LogRocket Blog
Find out how CSS Motion Path enables you to use CSS in your animations to complete tasks you used to need JavaScript for.
Using Apollo GraphQL with Angular in an Nx Workspace
Nx is a set of extensible dev tools for monorepos. Because of the robust support for a diverse ecosystem of JavaScript development, it enables you to build your entire full-stack application in a single repo. This allows you to share code and interfaces between your frontend and backend and acts as a multiplier on your development velocity. - http://amp.gs/JXT6
#angular
Nx is a set of extensible dev tools for monorepos. Because of the robust support for a diverse ecosystem of JavaScript development, it enables you to build your entire full-stack application in a single repo. This allows you to share code and interfaces between your frontend and backend and acts as a multiplier on your development velocity. - http://amp.gs/JXT6
#angular
Medium
Using Apollo GraphQL with Angular in an Nx Workspace
Nx is a set of extensible dev tools for monorepos. Because of the robust support for a diverse ecosystem of JavaScript development, it…
Building an Accessible Autocomplete Control
Learn how to design and build an accessible autocomplete control from scratch. - http://amp.gs/JXJ3
#javascript
Learn how to design and build an accessible autocomplete control from scratch. - http://amp.gs/JXJ3
#javascript
Mining My Mailbox for Top Email Service Providers with Node
This isn’t exactly a tutorial but there’s enough code for you to be able to follow along if you want. - http://amp.gs/JLZp
#nodejs
This isn’t exactly a tutorial but there’s enough code for you to be able to follow along if you want. - http://amp.gs/JLZp
#nodejs
obem.be
Mining my mailbox for top email service providers
I was reviewing some stats for Mailintel and was curious about what email service top apps use; being particularly interested in transactional email services. Is there a way I can go through my mai...
When To Use The New Vue Composition API (And When Not To)
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps? - http://amp.gs/JLKP
#vue
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps? - http://amp.gs/JLKP
#vue
When To Use The New Vue Composition API (And When Not To)
The new Vue 3 composition API was created to address scaling issues with the options API. But is it still useful in smaller apps?
Animated Matryoshka Dolls in CSS
Jhey Tompkins shows how to create a fun and interactive set of Matryoshka dolls where they nest inside one another in CSS. - http://amp.gs/JWdO
#css
Jhey Tompkins shows how to create a fun and interactive set of Matryoshka dolls where they nest inside one another in CSS. - http://amp.gs/JWdO
#css
CSS-Tricks
Animated Matryoshka Dolls in CSS | CSS-Tricks
Here’s a fun one. How might we create a set of those cool Matryoshka dolls where they nest inside one another... but in CSS?
11 Top React Native Developer Tools
Some useful React Native tools worth knowing about. - http://amp.gs/Ja7k
#reactnative
Some useful React Native tools worth knowing about. - http://amp.gs/Ja7k
#reactnative
Medium
11 Top React Native Developer Tools for 2020
Useful React Native developer tools you should know in 2020.
What’s Actually New in Angular 9?
We featured the release of Angular 9 a couple of weeks ago – this post digests the release. - http://amp.gs/JoxP
#angular
We featured the release of Angular 9 a couple of weeks ago – this post digests the release. - http://amp.gs/JoxP
#angular
Auth0 - Blog
Angular 9: What’s New?
Learn about the top seven features and upgrades we get with Angular 9
A Grab Bag of Node Security Considerations
A post that covers a variety of areas from handling credentials to XSS, SQL injection, and rate-limiting. - http://amp.gs/JMPs
#nodejs
A post that covers a variety of areas from handling credentials to XSS, SQL injection, and rate-limiting. - http://amp.gs/JMPs
#nodejs
Fixing Memory Leaks in Web Applications
When the front-end became more dynamic, part of the bargain was that front-end developers would have to deal with “a new class of problems that don’t really exist in the server-rendered world”.. including avoiding memory leaks on 101 different types of the client device. Here’s an introduction to client-side memory leaks and how to begin investigating them. - http://amp.gs/J5mq
#javascript
When the front-end became more dynamic, part of the bargain was that front-end developers would have to deal with “a new class of problems that don’t really exist in the server-rendered world”.. including avoiding memory leaks on 101 different types of the client device. Here’s an introduction to client-side memory leaks and how to begin investigating them. - http://amp.gs/J5mq
#javascript
Read the Tea Leaves
Fixing memory leaks in web applications
Update: I’ve written a tool to automate many of the steps described in this post. Part of the bargain we struck when we switched from building server-rendered websites to client-rendered SPAs…
9 Talks from the WebAssembly Summit 2020
WebAssembly is undoubtedly going to become a more significant technology this decade and these talks provide a glimpse at the cutting edge of WASM with Lin Clark’s talk providing perhaps the best overview of the space. - https://www.youtube.com/playlist?list=PL6ed-L7Ni0yQ1pCKkw1g3QeN2BQxXvCPK#wassummit2020
#webassembly #video
WebAssembly is undoubtedly going to become a more significant technology this decade and these talks provide a glimpse at the cutting edge of WASM with Lin Clark’s talk providing perhaps the best overview of the space. - https://www.youtube.com/playlist?list=PL6ed-L7Ni0yQ1pCKkw1g3QeN2BQxXvCPK#wassummit2020
#webassembly #video
YouTube
WebAssembly Summit 2020 - YouTube
New Media Queries You Need to Know
Kristofer Selbekk takes you through some of the most interesting new media queries in the new Media Query Level 5 specification. - http://amp.gs/JcbV
#css
Kristofer Selbekk takes you through some of the most interesting new media queries in the new Media Query Level 5 specification. - http://amp.gs/JcbV
#css
LogRocket Blog
New media queries you need to know - LogRocket Blog
This article will take you through some of the most interesting new media queries in this new specification, and show you how to use them.
Supercharge event management in your Angular application
Learn how to boost your Angular application speed by selectively reacting to performance-sensitive events. To do that we'll implement a few event plugins and simplify them with decorators. - http://amp.gs/Jb83
#angular
Learn how to boost your Angular application speed by selectively reacting to performance-sensitive events. To do that we'll implement a few event plugins and simplify them with decorators. - http://amp.gs/Jb83
#angular
How To Use The HTML Drag-And-Drop API in React
How to use the useReducer hook for managing state in a React functional component. - http://amp.gs/0Itt
#react
How to use the useReducer hook for managing state in a React functional component. - http://amp.gs/0Itt
#react
Smashing Magazine
How To Use The HTML Drag-And-Drop API In React — Smashing Magazine
In this tutorial, we’ll learn about the HTML drag-and-drop API and how to use the `useReducer` hook for managing state in a React functional component.
A Practical Introduction to GeoJSON with Node
GeoJSON is a standardized format for representing geographic data in JSON. - http://amp.gs/0IaJ
#nodejs
GeoJSON is a standardized format for representing geographic data in JSON. - http://amp.gs/0IaJ
#nodejs
The Code Barbarian
A Practical Introduction to GeoJSON with Node.js
[GeoJSON](https://tools.ietf.org/html/rfc7946) is a standardized format
Using State Machines in Vue.js with XState – Sarah Dayan
While state machines used to be an obscure model for the front-end world, it has gained quite some traction lately, mostly thanks to XState. Instead of defining imperative UI flows, and lose track of their logic, state machines make them first-class citizens by letting you model them decoratively. They’re the closest thing to an actual flowchart, which is how a product manager or a UI designer would likely design the experience of a product. XState works within any JavaScript and TypeScript project, including Vue. - http://amp.gs/0j5A
#vue
While state machines used to be an obscure model for the front-end world, it has gained quite some traction lately, mostly thanks to XState. Instead of defining imperative UI flows, and lose track of their logic, state machines make them first-class citizens by letting you model them decoratively. They’re the closest thing to an actual flowchart, which is how a product manager or a UI designer would likely design the experience of a product. XState works within any JavaScript and TypeScript project, including Vue. - http://amp.gs/0j5A
#vue
frontstuff.io
Using State Machines in Vue.js with XState | frontstuff
While state machines used to be an obscure model for the front-end world, it has gained quite some traction lately, mostly thanks to XState.
Aborting a Fetch API Request
The Fetch API didn’t have the ability to abort a request in its early days (unlike XMLHttpRequest) but AbortController and AbortSignal can help you get the job done on all modern browsers. - http://amp.gs/08aY
#javascript
The Fetch API didn’t have the ability to abort a request in its early days (unlike XMLHttpRequest) but AbortController and AbortSignal can help you get the job done on all modern browsers. - http://amp.gs/08aY
#javascript
Meetguns
Aborting a fetch request
AbortController FTW 🎉
Component Communication in Angular
In this post, we're going to learn a few methods to pass data between components in Angular and which is the best way depending upon the scenario. - http://amp.gs/0TvK
#angular
In this post, we're going to learn a few methods to pass data between components in Angular and which is the best way depending upon the scenario. - http://amp.gs/0TvK
#angular
DigitalOcean
Component Communication in Angular | DigitalOcean
Overview of the 3 mains ways to pass some data in between components in Angular: via the Angular router, via inputs and outputs, or via services and observables.