More Maintable Code Through Better Component Naming. Seriously?
An often overlooked or just downright neglected aspect of React development is the naming of components. There is an excellent case to be made for paying this lowly subject significantly more attention. The major benefit? Maintainability of code for one thing. - http://amp.gs/2jD9
#react
An often overlooked or just downright neglected aspect of React development is the naming of components. There is an excellent case to be made for paying this lowly subject significantly more attention. The major benefit? Maintainability of code for one thing. - http://amp.gs/2jD9
#react
Mariosfakiolas
Become a better godfather for your React components
Many React engineers are really uninterested or even sloppy when it comes about naming their components. This might be totally fine at first, but it can turn out to be an awful strategy as the application's codebase gets bigger.
How to Easily Create a Responsive Vertical Rhythm with CSS
Paula Borowska demonstrates how to create a responsive vertical rhythm that is flexible. - http://amp.gs/287z
#css
Paula Borowska demonstrates how to create a responsive vertical rhythm that is flexible. - http://amp.gs/287z
#css
Designmodo
How to Easily Create a Responsive Vertical Rhythm with CSS
Vertical rhythm is the term that comes to mind when talking about typography on the web, which can be difficult to get right.
How to do polling with RxJs and Angular?
In this tutorial, we’re going to implement a polling mechanism using RxJs and Angular. Our goal is to retrieve and render information that gets refreshed periodically. - http://amp.gs/28w4
#angular
In this tutorial, we’re going to implement a polling mechanism using RxJs and Angular. Our goal is to retrieve and render information that gets refreshed periodically. - http://amp.gs/28w4
#angular
Medium
How to do polling with RxJs and Angular?
In this tutorial, we’re going to implement a polling mechanism using RxJs and Angular. Our goal is to retrieve and render information that…
A 50 Minute Deno Crash Course
A lot of people are cranking out Deno videos right now, but Traversy Media has a solid reputation for getting these things right. In 50 minutes we get a nice, balanced approach to Deno’s plus points, tooling, building an API, etc. - https://www.youtube.com/watch?v=NHHhiqwcfRM
#deno #course
A lot of people are cranking out Deno videos right now, but Traversy Media has a solid reputation for getting these things right. In 50 minutes we get a nice, balanced approach to Deno’s plus points, tooling, building an API, etc. - https://www.youtube.com/watch?v=NHHhiqwcfRM
#deno #course
YouTube
Deno Crash Course
In this Deno crash course we will talk about what Deno is and look at some of the basics as well as create a full REST API which starts at 21:54
PART 2: Adding PostgreSQL
https://youtu.be/KuaI6mphFNc
REST API Code:
https://github.com/bradtraversy/deno-rest…
PART 2: Adding PostgreSQL
https://youtu.be/KuaI6mphFNc
REST API Code:
https://github.com/bradtraversy/deno-rest…
I Watched All 27 React Europe Talks So You Don’t Have To
I like this idea. Nobody wants to watch all videos from a single conference, so this useful breakdown by TJ can help you decide which ones you’ll most likely be interested in. - http://amp.gs/2zI7
#react #conf
I like this idea. Nobody wants to watch all videos from a single conference, so this useful breakdown by TJ can help you decide which ones you’ll most likely be interested in. - http://amp.gs/2zI7
#react #conf
Telerik Blogs
I Watched All 27 React Europe Talks So You Don’t Have To
Notes from all 27 React Europe talks. Plus, embedded videos of the talks—all in one place for your viewing pleasure.
Results From The Stack Overflow Developer Survey 2020
Over 65,000 developers took this survey, and the results are out now - http://amp.gs/2zL2
#results #survey #stackoverflow
Over 65,000 developers took this survey, and the results are out now - http://amp.gs/2zL2
#results #survey #stackoverflow
Stack Overflow
Stack Overflow Developer Survey 2020
Nearly 65,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologies. Salary and careers.
Nuxt and Next Steps with Debbie O'Brien – Enjoy The Vue
On today’s episode we have special guest, Debbie O’Brien, Head of Learning and Developer Advocate at Nuxt.js. Debbie tells us all about Nuxt. She even has an exciting announcement about a new release coming soon with Markdown in Nuxt that has the panel super excited! - http://amp.gs/21Mj
#vue #podcast
On today’s episode we have special guest, Debbie O’Brien, Head of Learning and Developer Advocate at Nuxt.js. Debbie tells us all about Nuxt. She even has an exciting announcement about a new release coming soon with Markdown in Nuxt that has the panel super excited! - http://amp.gs/21Mj
#vue #podcast
NgRx and Angular Route Guards
One of my favorite features in Angular is the ability to pre-fetch component data on routing events. Pre-fetching improves user experience and ensures data is already in place when a route is activated. This allows us to handle errors before navigating to the component. There’s no point in navigating to a component when it has no data underneath. It is much better from the end user’s perspective to maintain focus on the current component and handle the error feedback from this page. - http://amp.gs/2tTM
#angular
One of my favorite features in Angular is the ability to pre-fetch component data on routing events. Pre-fetching improves user experience and ensures data is already in place when a route is activated. This allows us to handle errors before navigating to the component. There’s no point in navigating to a component when it has no data underneath. It is much better from the end user’s perspective to maintain focus on the current component and handle the error feedback from this page. - http://amp.gs/2tTM
#angular
Medium
NgRx and Angular Route Guards
A guide on integrating NgRx with Angular Route Guards
Accessible Images For When They Matter Most
Carie Fisher reviews the different types of images, dives into some real-world examples of inaccessible public service announcements (PSAs), and discusses which elements matter most when critical messages need to reach everyone. - http://amp.gs/2tci
#css
Carie Fisher reviews the different types of images, dives into some real-world examples of inaccessible public service announcements (PSAs), and discusses which elements matter most when critical messages need to reach everyone. - http://amp.gs/2tci
#css
Smashing Magazine
Accessible Images For When They Matter Most — Smashing Magazine
In this article, we will review the different types of images, dive into some real-world examples of inaccessible public service announcements, and discuss which elements matter most when critical messages need to reach everyone.
The Ultimate Roundup of React Form Validation Solutions
A look at some of the most popular solutions for form management and validation in React. Formik, Unform, Redux Form, React Form, and others. - http://amp.gs/2pjE
#react
A look at some of the most popular solutions for form management and validation in React. Formik, Unform, Redux Form, React Form, and others. - http://amp.gs/2pjE
#react
LogRocket Blog
React form validation solutions: An ultimate roundup - LogRocket Blog
This roundup is a comprehensive look at some of the most popular solutions for form management and validation in React.
Introducing Vue Formulate — Truly Delightful Form Authoring – Justin Schroeder
Let’s take a closer look at Vue Formulate and the problems it promises to solve for us. - http://amp.gs/2pcz
#vue
Let’s take a closer look at Vue Formulate and the problems it promises to solve for us. - http://amp.gs/2pcz
#vue
DEV Community
Introducing Vue Formulate — truly delightful form authoring.
Vue Formulate has been in the wild for 2 months now, and with the latest release (v2.3) the project h...
What a typical 100% Serverless Architecture looks like in AWS
Xavier Lefèvre shares what a typical 100% serverless architecture looks like (AWS, Serverless, Node). - http://amp.gs/2lQC
#aws
Xavier Lefèvre shares what a typical 100% serverless architecture looks like (AWS, Serverless, Node). - http://amp.gs/2lQC
#aws
Medium
What a typical 100% Serverless Architecture looks like in AWS!
If you are new to serverless and looking for a high level web architecture guide, you’ve come to the right place!
Optimizing Keyboard Navigation Using tabindex and ARIA
Sara Soueidan created a micro-case study on implementing keyboard-friendlier article listings for an online publication. - http://amp.gs/2nzf
#css
Sara Soueidan created a micro-case study on implementing keyboard-friendlier article listings for an online publication. - http://amp.gs/2nzf
#css
In defense of the Angular framework
The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2Gj4
#angular
The author of this article is here to share their experience of being a primarily React developer, shipping React code in production to using Angular for a production application. - http://amp.gs/2Gj4
#angular
DEV Community
In defense of the Angular framework
Over the past month and a half I've been working on a single-page app with Angular. When I heard that...
How Recoil is Meant to Rock Your React World
Recoil has been used internally at Facebook (Facebook is a big place, so don't interpret this as being an endorsement from the React core team, for example 😁) for some time but they only recently decided to open it up for everybody, at least on an experimental basis. Here are the details of how it is both simple and flexible. - http://amp.gs/2xty
#react
Recoil has been used internally at Facebook (Facebook is a big place, so don't interpret this as being an endorsement from the React core team, for example 😁) for some time but they only recently decided to open it up for everybody, at least on an experimental basis. Here are the details of how it is both simple and flexible. - http://amp.gs/2xty
#react
Mariosfakiolas
RecoilJS is meant to rock your React world
RecoilJS is an experimental state management library for React that works and thinks like it. It aims to solve common issues like state interdependencies among related components, unwanted re-renderings across complex components trees, cross-app observations…
Vue 3: Data down, Events up – Thorsten Lünborg
In the latest article from Vue Mastery, Thorsten Lünborg explains how to take advantage of data binding in Vue 3, using good old options API. - http://amp.gs/2fpw
#vue
In the latest article from Vue Mastery, Thorsten Lünborg explains how to take advantage of data binding in Vue 3, using good old options API. - http://amp.gs/2fpw
#vue
Vue Mastery
Vue 3: Data down, Events up
Vue 3’s v-model gives us new powers. Learn how.
Local Testing on an iPhone
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing