Use the Border-Radius CSS Property to Define Horizontal and Vertical Radius
Jhey Tompkins shows how to use a longhand notation for CSS border-radius that gives us the power to define the horizontal and vertical radius for each corner of an element. - http://amp.gs/FlI5
#css
Jhey Tompkins shows how to use a longhand notation for CSS border-radius that gives us the power to define the horizontal and vertical radius for each corner of an element. - http://amp.gs/FlI5
#css
egghead
Use the Border-Radius CSS Property to Define Horizontal and Vertical Radius
In this lesson, we dive into using CSS border-radius. We will look at how you can use it to create not only basic shapes but complex ones too.
We will start with a shorthand notation that allows us to define a uniform radius for an element. Then we will…
We will start with a shorthand notation that allows us to define a uniform radius for an element. Then we will…
What's New in Angular 10
Angular version 10 is out and we couldn't be more excited about it. Check out what's new—and yes, Kendo UI for Angular is already good to go! - http://amp.gs/FlFz
#angular
Angular version 10 is out and we couldn't be more excited about it. Check out what's new—and yes, Kendo UI for Angular is already good to go! - http://amp.gs/FlFz
#angular
Telerik Blogs
What's New in Angular 10
Angular version 10 is out and we couldn't be more excited about it here at Progress. Check out what's new—and yes, Kendo UI for Angular is already good to go!
Be prepared to migrate your Vue app to Vue 3
In this post, I would like to share my recent experience of trying out Vue 3 beta version, specifically regarding some caveats you might want to note if you are planning to migrate your existing Vue 2 application to the upgraded version, Vue 3! - http://amp.gs/FB3j
#vue
In this post, I would like to share my recent experience of trying out Vue 3 beta version, specifically regarding some caveats you might want to note if you are planning to migrate your existing Vue 2 application to the upgraded version, Vue 3! - http://amp.gs/FB3j
#vue
DEV Community
Be prepared to migrate your Vue app to Vue 3
Heya! In this post, I would like to share my recent experience of trying out Vue 3 beta version, spe...
An Introduction To SWR: React Hooks For Remote Data Fetching
Application performance is a bi-product of doing only what is needed and only then when it is absolutely necessary. To wit, the SWR library from Vercel which uses its automatic caching and fetching capabilities to level-up your app's performance. -http://amp.gs/Fnre
#react
Application performance is a bi-product of doing only what is needed and only then when it is absolutely necessary. To wit, the SWR library from Vercel which uses its automatic caching and fetching capabilities to level-up your app's performance. -http://amp.gs/Fnre
#react
Smashing Magazine
An Introduction To SWR: React Hooks For Remote Data Fetching — Smashing Magazine
In this article, we’ll be looking at a new way of retrieving data in React Apps named SWR. This is a set of hooks for remote data fetching that makes things easier, such as caching, pagination, and so on.
A Terrible, Horrible, No-Good, Very Bad Day at Slack
While I don’t think you can take pleasure in someone else’s outage, the story behind an outage can make for good reading indeed. So it goes here with a significant outage Slack had in May and it came down to how they were using HAProxy, one of my favorite bits of infrastructure software ever. - http://amp.gs/FncQ
#slack
While I don’t think you can take pleasure in someone else’s outage, the story behind an outage can make for good reading indeed. So it goes here with a significant outage Slack had in May and it came down to how they were using HAProxy, one of my favorite bits of infrastructure software ever. - http://amp.gs/FncQ
#slack
Flutter vs Native vs React Native: Deep Performance Comparison
A comparison between popular mobile development tools, looking at how FPS, CPU, memory, and GPU performance stack up in common tasks. - http://amp.gs/FG9v
#flutter #reactnative #native #mobile
A comparison between popular mobile development tools, looking at how FPS, CPU, memory, and GPU performance stack up in common tasks. - http://amp.gs/FG9v
#flutter #reactnative #native #mobile
Medium
Flutter vs React Native vs Native: Deep Performance Comparison
Let’s compare FPS, CPU, Memory, and GPU performance of popular mobile development tools on everyday life tasks.
How a DevTools Extension is Made
This is a guide through the main parts of the official Vue DevTools extension to learn from it and understand a successful approach for building these kinds of tools. - http://amp.gs/FG6B
#vue
This is a guide through the main parts of the official Vue DevTools extension to learn from it and understand a successful approach for building these kinds of tools. - http://amp.gs/FG6B
#vue
DEV Community
How a DevTools Extension is Made
A guide on how a production-level devtools extension is made
Open Prioritization and CSS Containment
Manuel Rego Casasnovas explains why is Igalia launching an experiment in crowd-funding prioritization for the Web. - http://amp.gs/FxPE
#css
Manuel Rego Casasnovas explains why is Igalia launching an experiment in crowd-funding prioritization for the Web. - http://amp.gs/FxPE
#css
Igalia
Open Prioritization and CSS Containment - Rego's Everyday Life
A weblog about my work at Igalia
Next.js 101: What You Should Know
If you've noticed initial page loading with your React app and/or the SEO is not producing the results you expect, it may be that Next.js is the cure for what ails. This article introduces Next.js and provides some essential need-to-know items worthy of consideration. - http://amp.gs/Fx2H
#react
If you've noticed initial page loading with your React app and/or the SEO is not producing the results you expect, it may be that Next.js is the cure for what ails. This article introduces Next.js and provides some essential need-to-know items worthy of consideration. - http://amp.gs/Fx2H
#react
Netlify
Next.js 101: What Features You Should Know About
Learn what's so exciting about Next.js. Help know if you should be using it for your project. This post dives into a variety of Next features like routing, API, CLI, and more. Check it out!
Temporal, a Future API for Dates and Times in JavaScript
TC39 seeks your help with the future of JavaScript! They’re working on a proposal for a modern date/time API for ECMAScript/JS. Check out these examples for a feel of what the API would give us. You’re encouraged to have a play and fill out this survey. - http://amp.gs/FCGs
#javascript
TC39 seeks your help with the future of JavaScript! They’re working on a proposal for a modern date/time API for ECMAScript/JS. Check out these examples for a feel of what the API would give us. You’re encouraged to have a play and fill out this survey. - http://amp.gs/FCGs
#javascript
Introducing (Angular Reactive) Forms with Benefits
How many times have you told yourself “I wish Angular Reactive Forms would support types”, or “I really want API to query the form reactively. It missed some methods.” - http://amp.gs/FkpU
#angular
How many times have you told yourself “I wish Angular Reactive Forms would support types”, or “I really want API to query the form reactively. It missed some methods.” - http://amp.gs/FkpU
#angular
Medium
Introducing (Angular Reactive) Forms with Benefits 😉
How many times have you told yourself “I wish Angular Reactive Forms would support types”, or “I really want API to query the form…
Using Babel Transforms to Inject Analytics Code in React Native Apps
Heap is focused on comprehensively collecting user behaviours (such as taps and changes to text fields) so that users' interaction with the app can be clearly understood. Rather than creating their own version of React Native to support this functionality, they chose to inject analytics code at build time. Here's how. - http://amp.gs/FemB
#reactnative
Heap is focused on comprehensively collecting user behaviours (such as taps and changes to text fields) so that users' interaction with the app can be clearly understood. Rather than creating their own version of React Native to support this functionality, they chose to inject analytics code at build time. Here's how. - http://amp.gs/FemB
#reactnative
Heap
Using Babel Transforms to Inject Analytics Code in React Native Apps
Heap is the only digital insights platform that shows everything users do on your site, revealing the "unknown unknowns" that stay invisible with other tools.
Inspired Design Decisions With Emmett McBain: Art Direction As Social Equity
Andy Clarke explains how the work of Emmett McBain, a Black American graphic designer whose work had a remarkable impact on the representation of Black Americans in advertising, can inspire what we design for the web. - http://amp.gs/F7Ip
#css
Andy Clarke explains how the work of Emmett McBain, a Black American graphic designer whose work had a remarkable impact on the representation of Black Americans in advertising, can inspire what we design for the web. - http://amp.gs/F7Ip
#css
Smashing Magazine
Inspired Design Decisions With Emmett McBain: Art Direction As Social Equity — Smashing Magazine
Emmett McBain was a Black American graphic designer whose work had a remarkable impact on the representation of Black Americans in advertising. In this part of Andy’s series, he’ll explain how his work can inspire what we design for the web.
Vue 3: Data down, Events up
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/F7Mz
#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/F7Mz
#vue
Vue Mastery
Vue 3: Data down, Events up
Vue 3’s v-model gives us new powers. Learn how.
Four Ways to Fetch Data in React
It’s really three ways you perhaps don’t want to fetch data, building towards a solid case for the best approach. But we like the logical progression through the alternatives. - http://amp.gs/FPMP
#javascript
It’s really three ways you perhaps don’t want to fetch data, building towards a solid case for the best approach. But we like the logical progression through the alternatives. - http://amp.gs/FPMP
#javascript
Create Simple COVID-19 Tracker With Angular 10 And Material Design
In this pandemic period, many of us are suffering due to Coronavirus. The author of this article has decided to create a simple app to track the important details of Covid-19 and show this data in the dashboard. This app will provide an option to choose a country and display the data of that particular country easily. We will also display the highest recovered top 10 country details along with the highest confirmed and highest death details. - http://amp.gs/Fy2a
#angular
In this pandemic period, many of us are suffering due to Coronavirus. The author of this article has decided to create a simple app to track the important details of Covid-19 and show this data in the dashboard. This app will provide an option to choose a country and display the data of that particular country easily. We will also display the highest recovered top 10 country details along with the highest confirmed and highest death details. - http://amp.gs/Fy2a
#angular
Understanding CSS Multiple Backgrounds
Ahmad Shadeed explains the background-image property in detail and provides a visual explainer on how we can stack multiple backgrounds. - http://amp.gs/FvH1
#css
Ahmad Shadeed explains the background-image property in detail and provides a visual explainer on how we can stack multiple backgrounds. - http://amp.gs/FvH1
#css
How to Create a Great User Experience with React, TypeScript, and the React Testing Library
Your app's user experience shouldn't really be an afterthought once you have built the core functionality. Rather, this article makes the case and provides the techniques to design UI excellence in from the beginning and support it with a comprehensive testing regime. - http://amp.gs/FgN2
#react
Your app's user experience shouldn't really be an afterthought once you have built the core functionality. Rather, this article makes the case and provides the techniques to design UI excellence in from the beginning and support it with a comprehensive testing regime. - http://amp.gs/FgN2
#react
Automatically Generate your Vue Router Configuration with vue-auto-routing
When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the router.js configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/FEOe
#vue
When designing very large JavaScript applications, you have to be very careful about how you structure your dependencies. One particular example of this is the router.js configuration file. Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure. - http://amp.gs/FEOe
#vue
markus.oberlehner.net
Automatically Generate your Vue Router Configuration with vue-auto-routing
Learn how to use the vue-auto-routing package to automatically generate the router configuration based on the directory structure.