How to Choose the Right React Native Navigation Library
A look at some possible solutions to make the best navigation experience for users. - http://amp.gs/ReG1
#reactNative
A look at some possible solutions to make the best navigation experience for users. - http://amp.gs/ReG1
#reactNative
Why Class/Component Inheritance in Your Angular App Might Not Be Good
When developing your applications you inevitably come across situations where you need to create functionalities/features or even functions which are similar, but spreaded over multiple components or even modules. This means you have to find a solution for code reusability to keep your code maintainable. In Angular, and Javascript applications in general, there are many patterns and solutions to set this up. As Angular is entirely Class based, inheritance could be a solution. Here’s why that might not be the best solution. - http://amp.gs/Reik
#angular
When developing your applications you inevitably come across situations where you need to create functionalities/features or even functions which are similar, but spreaded over multiple components or even modules. This means you have to find a solution for code reusability to keep your code maintainable. In Angular, and Javascript applications in general, there are many patterns and solutions to set this up. As Angular is entirely Class based, inheritance could be a solution. Here’s why that might not be the best solution. - http://amp.gs/Reik
#angular
Hacker Noon
Why Class/Component inheritance in your Angular app might not be good
When developing your applications you inevitably come across situations where you need to create functionalities/features or even…
How to Unlock the Full Potential of Prop Types in Vue
Prop types are a really simple way to catch a lot of potential errors. Here are some great tips on how to use them effectively. My favorite here is to use a validator for enforcing a list of string values. - http://amp.gs/R7vm
#vue
Prop types are a really simple way to catch a lot of potential errors. Here are some great tips on how to use them effectively. My favorite here is to use a validator for enforcing a list of string values. - http://amp.gs/R7vm
#vue
Routing with Hooks: A New Approach to React Routing?
An interesting experiment in using hooks for React app routing has turned into an actual project called hookrouter which has some compelling advantages compared to existing routers. See how it works here. - http://amp.gs/RPZE
#react #router #hooks
An interesting experiment in using hooks for React app routing has turned into an actual project called hookrouter which has some compelling advantages compared to existing routers. See how it works here. - http://amp.gs/RPZE
#react #router #hooks
Encapsulating Style and Structure with Shadow DOM
Caleb Williams explains how to provide design and structural constraints to our elements using shadow DOM. - http://amp.gs/Ry8N
#css
Caleb Williams explains how to provide design and structural constraints to our elements using shadow DOM. - http://amp.gs/Ry8N
#css
CSS-Tricks
Encapsulating Style and Structure with Shadow DOM | CSS-Tricks
This is part four of a five-part series discussing the Web Components specifications. In part one, we took a 10,000-foot view of the specifications and
The Anatomy of an AWS Key Leak to a Public Code Repository
It's in every developer’s top 10 worst nightmares: you’ve accidentally committed a critical access token into a publicly visible repo. What happens next? Here’s one story. - http://amp.gs/Rh8n
#aws
It's in every developer’s top 10 worst nightmares: you’ve accidentally committed a critical access token into a publicly visible repo. What happens next? Here’s one story. - http://amp.gs/Rh8n
#aws
Blogspot
The Anatomy of an AWS Key Leak to a Public Code Repository
My blog about all things Cloud, Automation, DevOps and everything in between.
MobX - The Vue Way
Vuex will generally be the right choice for state management for Vue apps. But consider Mobx for state management that is framework agnostic, has built-in observable fields, is simple, has little boilerplate, and has superior performance. - http://amp.gs/RhLN
#vue #mobx
Vuex will generally be the right choice for state management for Vue apps. But consider Mobx for state management that is framework agnostic, has built-in observable fields, is simple, has little boilerplate, and has superior performance. - http://amp.gs/RhLN
#vue #mobx
Medium
Mobx- The Vue way
Yet another Todo List
Node 6.x Reaches 'End-of-Life' Next Month
Microsoft’s Tierney Cyren reminds us that Node 6’s days are almost over. If possible, you want to upgrade code (including those long lost serverless functions!) to Node 10 as Node 8 itself goes EOL in December. - http://amp.gs/RvHj
Microsoft’s Tierney Cyren reminds us that Node 6’s days are almost over. If possible, you want to upgrade code (including those long lost serverless functions!) to Node 10 as Node 8 itself goes EOL in December. - http://amp.gs/RvHj
GitHub
GitHub - nodejs/Release: Node.js Release Working Group
Node.js Release Working Group. Contribute to nodejs/Release development by creating an account on GitHub.
All You Need to Know About Hyphenation in CSS
Richard Rutter gives a good primer on Hyphenation in CSS. - http://amp.gs/Rg0w
#css
Richard Rutter gives a good primer on Hyphenation in CSS. - http://amp.gs/Rg0w
#css
How do You Structure Your Code When Moving Your API from Express to Serverless Functions?
A look at an approach for structuring serverless functions on Azure. - http://amp.gs/REd4
#nodejs
A look at an approach for structuring serverless functions on Azure. - http://amp.gs/REd4
#nodejs
DEV Community
How do You Structure Your Code When Moving Your API from Express to Serverless Functions?
Learn one good way to structure your serverless functions on Azure.
How to Test Custom Hooks with Enzyme
A simple approach to test the behaviour of custom React hooks. - http://amp.gs/RVdN
#react
A simple approach to test the behaviour of custom React hooks. - http://amp.gs/RVdN
#react
DEV Community
React Hooks: Test custom hooks with Enzyme
A simple approach to test the behaviour of custom React hooks
Tips for Debugging Your Angular Applications
In this article, we’ll look at some unique methods and tools that can be useful for debugging Angular applications. - http://amp.gs/R9OI
#angular
In this article, we’ll look at some unique methods and tools that can be useful for debugging Angular applications. - http://amp.gs/R9OI
#angular
Telerik Blogs
Tips for Debugging Your Angular Applications
We’ll look at some unique methods and tools that can be useful for debugging Angular applications.
Hacking Custom Checkboxes and Radios
Glad Chinda shows how to customize checkboxes and radios using CSS. - http://amp.gs/RRll
#css
Glad Chinda shows how to customize checkboxes and radios using CSS. - http://amp.gs/RRll
#css
The Pitfalls of async/await in Array Loops
Using async/await while looping through arrays seems simple, but there’s some non-intuitive behavior to look out for. - http://amp.gs/RUtJ
#nodejs
Using async/await while looping through arrays seems simple, but there’s some non-intuitive behavior to look out for. - http://amp.gs/RUtJ
#nodejs
Medium
The Pitfalls of Async/Await in Array Loops
Using async/await while looping through arrays in Javascript loop seems simple, but there’s some non-intuitive behavior to look out for…
Build React-Static Sites using Hasura-Powered GraphQL on Postgres
React-Static is a static site generator for React. - http://amp.gs/RUWz
#react
React-Static is a static site generator for React. - http://amp.gs/RUWz
#react
Hasura GraphQL Engine Blog
Build react-static sites using GraphQL on Postgres
Source data from your existing postgres database for your react-static site using GraphQL APIs. Instant setup. Tutorial/boilerplate.
8 Vue.js UI Component for 2019
With Vue.js slowly becoming the framework of choice for more developers, here are 8 handy UI components to watch and perhaps integrate into your projects in 2019. - http://amp.gs/RdFo
#vue
With Vue.js slowly becoming the framework of choice for more developers, here are 8 handy UI components to watch and perhaps integrate into your projects in 2019. - http://amp.gs/RdFo
#vue
Medium
8 Vue.js UI Component for 2019
Vue.js is quickly becoming a fan favorite for developers when it comes to web app development. This modern, fresh JavaScript library It has
Total Guide To Custom Angular Schematics
Schematics are great! They enable us to achieve more in shorter amount of time! But most importantly, we can think less about mundane stuff which leaves our limited attention span to focus on solving real challenges! - http://amp.gs/ROAX
#angular #schematics
Schematics are great! They enable us to achieve more in shorter amount of time! But most importantly, we can think less about mundane stuff which leaves our limited attention span to focus on solving real challenges! - http://amp.gs/ROAX
#angular #schematics
Medium
Total Guide To Custom Angular Schematics
Schematics are great! They enable us to achieve more in shorter amount of time! But most importantly, we can think less about mundane…
5 Tools For Automated Accessibility Audits
Ben Robertson introduces a few tools that you might find helpful in identifying accessibility issues. - http://amp.gs/Rrzz
#accessibility #tools
Ben Robertson introduces a few tools that you might find helpful in identifying accessibility issues. - http://amp.gs/Rrzz
#accessibility #tools
benrobertson.io
5 Tools For Automated Accessibility Audits
Some of the quickest accessibility wins can be simple fixes, but if you don't know what to look for, they can be hard to spot.