How to Design Delightful Dark Themes
Plenty of practical tips here on how to design dark themes that are “readable, balanced, and delightful”. - http://amp.gs/snw7
#design
Plenty of practical tips here on how to design dark themes that are “readable, balanced, and delightful”. - http://amp.gs/snw7
#design
Medium
How to design delightful dark themes
Dark themes are the latest trend in app design. Here we share how to design dark themes that are readable, balanced, and delightful!
The Anatomy of AWS Lambda
A detailed look at what makes AWS’s serverless platform tick from concurrency and cold starts to permissions and contexts. - http://amp.gs/sGXZ
#aws #lambda
A detailed look at what makes AWS’s serverless platform tick from concurrency and cold starts to permissions and contexts. - http://amp.gs/sGXZ
#aws #lambda
DEV Community
Anatomy of AWS Lambda
AWS Lambda is famous service that has popularized the idea of serverless in cloud computing. It was n...
Learn Which Exciting Features Vue 3 Brings to The Table – Filip Rakowski
A sum up of what Vue 3 brings, compiled by no other than Filip Rakowski, our Vue community partner. Composition API (of course!), global mounting/configuration API change, portals, fragments and whatnot. Granted, some of these topics are still subject to changes, but it’s never a bad idea to get yourself familiar with the concepts. Oh, and by the way, Vue’s doc team is writing the migration guide for each of these new features as we speak, so no worries – we’ve got your back! - http://amp.gs/sxQP
#vue
A sum up of what Vue 3 brings, compiled by no other than Filip Rakowski, our Vue community partner. Composition API (of course!), global mounting/configuration API change, portals, fragments and whatnot. Granted, some of these topics are still subject to changes, but it’s never a bad idea to get yourself familiar with the concepts. Oh, and by the way, Vue’s doc team is writing the migration guide for each of these new features as we speak, so no worries – we’ve got your back! - http://amp.gs/sxQP
#vue
Vue.js Tutorials
Learn Which Exciting Features Vue 3 Brings to The Table - Vue School Vue.js Tutorials
The Vue.js Core team is bringing some exciting new features in Vue 3. Composition API, Fragments, Portals, and Suspense, to name a few.
The React Conf 2019 Playlist
Last week we linked to the raw recordings of React Conf 2019, but now the separated, finished recordings are available for you to enjoy. - https://www.youtube.com/playlist?list=PLPxbbTqCLbGHPxZpw4xj_Wwg8-fdNxJRh#reactconfvideos
#react #conf2019
Last week we linked to the raw recordings of React Conf 2019, but now the separated, finished recordings are available for you to enjoy. - https://www.youtube.com/playlist?list=PLPxbbTqCLbGHPxZpw4xj_Wwg8-fdNxJRh#reactconfvideos
#react #conf2019
API-less Prototyping with Angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/sCQy
#angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/sCQy
#angular
Medium
API-less Prototyping with Angular
Start prototyping with minimal changes to your application at integration time with Angular Injectables
How To Build and Deploy a Node App to DigitalOcean Kubernetes
..using Semaphore for continuous integration and building and deploying a Docker image. A rather extensive walkthrough. - http://amp.gs/skoF
#nodejs #digitalocean #deploy
..using Semaphore for continuous integration and building and deploying a Docker image. A rather extensive walkthrough. - http://amp.gs/skoF
#nodejs #digitalocean #deploy
DigitalOcean
How To Build and Deploy a Node.js Application To DigitalOcean Kubernetes Using Semaphore Continuous Integration and Delivery |…
In this tutorial, you’ll build an address book API service with Node.js and use Semaphore to test, build, and deploy it to DigitalOcean Kubernetes and DigitalOcean Managed PostgreSQL.
10 Good Practices for Building and Maintaining Large Vue.js Projects – Nada Rifki
Nada Rifki lists down the top best practices she’s developed while working on Vue projects with a huge codebase, ranging from slot usage and Vuex store organization to git commit message convention and package version freezing. Will they all be applicable for the application you’re working on? Maybe, maybe not. Are they good food for thought, though? You bet! - http://amp.gs/sehO
#vue
Nada Rifki lists down the top best practices she’s developed while working on Vue projects with a huge codebase, ranging from slot usage and Vuex store organization to git commit message convention and package version freezing. Will they all be applicable for the application you’re working on? Maybe, maybe not. Are they good food for thought, though? You bet! - http://amp.gs/sehO
#vue
Telerik Blogs
10 Good Practices for Building Large Vue.js Projects
Here are the top best practices I've developed while building and maintaining Vue projects with a large code base.
Firebase Push Notification in Ionic React app using Capacitor
Learn how to implement Firebase push notifications in Ionic-React apps using Capacitor. - http://amp.gs/seMM
#ionic
Learn how to implement Firebase push notifications in Ionic-React apps using Capacitor. - http://amp.gs/seMM
#ionic
Medium
Firebase Push Notification in Ionic React app using Capacitor
Learn how to implement firebase push notifications in Ionic-React apps using Capacitor. Test on android for open and close app states
Use the New Angular Clipboard CDK to Interact With the Clipboard
The helium-barbell (v9.0.0-next.1) release brings us a new CDK clipboard module to interact with the clipboard. In this post, we'll explore how to use the new CDK with some examples. - http://amp.gs/s7DF
#angular
The helium-barbell (v9.0.0-next.1) release brings us a new CDK clipboard module to interact with the clipboard. In this post, we'll explore how to use the new CDK with some examples. - http://amp.gs/s7DF
#angular
timdeschryver.dev
Tim's Blog
106 notes, mainly about Angular and .NET
How to Enable React Concurrent Mode
Concurrent Mode (as featured in last week’s issue) is an enormous improvement for performance. Here’s how you enable it and get started. - http://amp.gs/sPYA
#react
Concurrent Mode (as featured in last week’s issue) is an enormous improvement for performance. Here’s how you enable it and get started. - http://amp.gs/sPYA
#react
Kentcdodds
How to Enable React Concurrent Mode
Concurrent Mode is an enormous improvement for user experience and developer experience. Here's how you enable it.
Seven Methods for Working With Directories in Node
Reasonably basic things like creating, renaming and deleting directories and iterating over the files within. - http://amp.gs/sPNT
#nodejs
Reasonably basic things like creating, renaming and deleting directories and iterating over the files within. - http://amp.gs/sPNT
#nodejs
Coderrocketfuel
7 Methods For Working With Directories In Node.js
7 methods for working with directories in Node.js: how to check if a directory exists, create a new directory, list all the files in a directory, and more.
Modern JavaScript Features You May Have Missed
Given how JavaScript evolves all the time, it’s often worth reflecting on what’s been added, which is why articles like this tend to be popular here 😄 This post quickly covers some highlights of the most recent standards, ES2015 through ES2019. - http://amp.gs/syha
#javascript
Given how JavaScript evolves all the time, it’s often worth reflecting on what’s been added, which is why articles like this tend to be popular here 😄 This post quickly covers some highlights of the most recent standards, ES2015 through ES2019. - http://amp.gs/syha
#javascript
Breck-Mckye
Modern JavaScript features you may have missed
A Look at Some Exciting New Features Coming in Vue 3
The Vue.js Core team is bringing some exciting new features in Vue 3 (which you can see in a pre-alpha form here) such as the composition API, fragments, portals, and suspense, to name a few. - http://amp.gs/shk2
#vue
The Vue.js Core team is bringing some exciting new features in Vue 3 (which you can see in a pre-alpha form here) such as the composition API, fragments, portals, and suspense, to name a few. - http://amp.gs/shk2
#vue
Vue.js Tutorials
Learn Which Exciting Features Vue 3 Brings to The Table - Vue School Vue.js Tutorials
The Vue.js Core team is bringing some exciting new features in Vue 3. Composition API, Fragments, Portals, and Suspense, to name a few.
Angular Core Concepts: Understanding Data Biding in Angular
Web applications need to be interactive. Say for instance as a developer you are interested in transmitting the properties from the components, to the DOM(View), so that you may change the background color of your site. In addition, you may have the need to communicate events from the View to the component, like when a button is clicked, triggering some particular action. Without interactive abilities, you would not be able to build or navigate a functioning application. - http://amp.gs/svPK
#angular
Web applications need to be interactive. Say for instance as a developer you are interested in transmitting the properties from the components, to the DOM(View), so that you may change the background color of your site. In addition, you may have the need to communicate events from the View to the component, like when a button is clicked, triggering some particular action. Without interactive abilities, you would not be able to build or navigate a functioning application. - http://amp.gs/svPK
#angular
Gistia
Angular Core Concepts: Data Binding
Web applications need to be interactive. In this article, we help you understand what Data Binding is and how to set it up in Angular.
Four Tips to Building a Good Stripe Integration with Node
Stripe is an increasingly common service for taking payments and if you’re using it to take payments via a Node app, be aware of these pointers. - http://amp.gs/sg4c
#nodejs
Stripe is an increasingly common service for taking payments and if you’re using it to take payments via a Node app, be aware of these pointers. - http://amp.gs/sg4c
#nodejs
freeCodeCamp.org
How to Build an Excellent Stripe Integration with Node.js: 4 Best Practices and Examples
Have you ever woken up in the middle of the night, worried that you are not using the Stripe npm module properly? Probably not, but this article will help put your troubled soul at ease anyway with some interactive Node.js examples that explain how to build…
React Hook Form vs. Formik: A Technical and Performance Comparison
An overview of the technical and performance differences between Formik and React Hook Form, a relatively new Hooks-based React form builder. - http://amp.gs/sEhn
#react
An overview of the technical and performance differences between Formik and React Hook Form, a relatively new Hooks-based React form builder. - http://amp.gs/sEhn
#react
LogRocket Blog
React Hook Form vs. Formik: A technical and performance comparison - LogRocket Blog
Compare the technical and performance differences between Formik and the React Hook Form to see which form builder is right for you.
Some Things You Oughta Know When Working with Viewport Units
There are a number of “gotchas” when trying to set height and width based on the full height/width of the viewport. - http://amp.gs/sV4w
#css
There are a number of “gotchas” when trying to set height and width based on the full height/width of the viewport. - http://amp.gs/sV4w
#css
CSS-Tricks
Some Things You Oughta Know When Working with Viewport Units | CSS-Tricks
David Chanin has a quickie article summarizing a problem with setting an element's height to 100vh in mobile browsers and then also positioning something on
Angular & CSS Grid: Dynamic Grid Properties
Investigate one way to dynamically modify CSS Grid Properties using Angular’s @HostBinding Decorator. - http://amp.gs/s4IK
#angular
Investigate one way to dynamically modify CSS Grid Properties using Angular’s @HostBinding Decorator. - http://amp.gs/s4IK
#angular
Medium
Angular & CSS Grid: Dynamic Grid Properties
Angular @HostBinding with CSS Grid
10 Good Practices for Building Large Vue.js Projects
As we say in the UK, pretty much “what it says on the tin.” - http://amp.gs/s4aK
#vue
As we say in the UK, pretty much “what it says on the tin.” - http://amp.gs/s4aK
#vue
Telerik Blogs
10 Good Practices for Building Large Vue.js Projects
Here are the top best practices I've developed while building and maintaining Vue projects with a large code base.
Building Great User Experiences with Concurrent Mode and Suspense
If you watched some of the ReactConf talks (linked last week), you may have seen how Facebook has been leaning on the latest React features in its redevelopment. This post goes into depth on the topic, and while it’s aimed at library authors, most React developers will find something of interest here - http://amp.gs/sRaH
#react
If you watched some of the ReactConf talks (linked last week), you may have seen how Facebook has been leaning on the latest React features in its redevelopment. This post goes into depth on the topic, and while it’s aimed at library authors, most React developers will find something of interest here - http://amp.gs/sRaH
#react
legacy.reactjs.org
Building Great User Experiences with Concurrent Mode and Suspense – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. At React Conf 2019 we announced an experimental release of React that supports Concurrent Mode and Suspense. In this post we’ll introduce best practices for using them that we’ve…