Inside Look at Modern Web Browser: Inner Workings of a Renderer Process
Mariko Kosaka dives into how the browser evaluates HTML/CSS/JavaScript to render pages. - http://bit.ly/2E6XOnO
#browser
Mariko Kosaka dives into how the browser evaluates HTML/CSS/JavaScript to render pages. - http://bit.ly/2E6XOnO
#browser
Chrome Developers
Inside look at modern web browser (part 3) - Chrome Developers
Inner workings of a browser rendering engine
BundlePhobia
A simple tool that shows the cost of adding a npm package to your bundle. - http://bit.ly/2OgSm6A
#tools
A simple tool that shows the cost of adding a npm package to your bundle. - http://bit.ly/2OgSm6A
#tools
Bundlephobia
Bundlephobia | Size of NPM dependencies
Bundlephobia helps you find the performance impact of npm packages. Find the size of any javascript package and its effect on your frontend bundle.
Building a PWA with Angular 6
A step-by-step walkthrough of building a progressive Web application using the latest Angular and its CLI tools. If you’ve kept away from Angular for a while, this could be a handy reintroduction. - http://bit.ly/2zIDTat
#angular
A step-by-step walkthrough of building a progressive Web application using the latest Angular and its CLI tools. If you’ve kept away from Angular for a while, this could be a handy reintroduction. - http://bit.ly/2zIDTat
#angular
Smashing Magazine
Building A PWA Using Angular 6 — Smashing Magazine
Throughout this tutorial, we’ll be using Angular 6 to build a Progressive Web Application, step by step, implementing the core tenets of PWAs using Angular CLI v6.
Why 'Words With Friends' is Adopting React Native
After a spate of stories about how some apps were moving away from React Native, it’s good to see a well thought through piece on why React Native makes sense for other apps - in this case, a popular Scrabble-esque mobile game. - http://bit.ly/2CwbiaW
#reactNative
After a spate of stories about how some apps were moving away from React Native, it’s good to see a well thought through piece on why React Native makes sense for other apps - in this case, a popular Scrabble-esque mobile game. - http://bit.ly/2CwbiaW
#reactNative
Medium
Why & How Words With Friends Is Adopting React Native
John Bacon | Principal Software Engineer
How to Build Native Extensions for Node.js
A quick guide to the core concepts involved in building your first Node.js extension. - http://bit.ly/2MJ0nvC
#nodejs
A quick guide to the core concepts involved in building your first Node.js extension. - http://bit.ly/2MJ0nvC
#nodejs
Medium
Native Extensions for Node.js
A step by step guide to understand the core concepts and build a first extension
An Introduction to Web Payments
The folks over at Google have put together some documentation on how the emerging Web Payments standard works to provide a generalized way to handle payments on the Web. - http://bit.ly/2NzBAu7
#web #api #payments
The folks over at Google have put together some documentation on how the emerging Web Payments standard works to provide a generalized way to handle payments on the Web. - http://bit.ly/2NzBAu7
#web #api #payments
Google Developers
Web Payments Overview | Web Fundamentals | Google Developers
Learn the concept of the Web Payments and how it works at a high level.
Vue Router — The Missing Manual
Beyond DOM manipulations, events handling, forms and components, every Single Page Application (SPA) framework needs two core pieces. - http://bit.ly/2QxYfZv
#vue
Beyond DOM manipulations, events handling, forms and components, every Single Page Application (SPA) framework needs two core pieces. - http://bit.ly/2QxYfZv
#vue
webf
Vue Router — The Missing Manual
Beyond DOM manipulations, events handling, forms and components, every Single Page Application (SPA) framework need two core pieces if it…
Create React App 2.0: Babel 7, Sass, and More
A significant release of a project that’s had a huge effect on the adoption of React by making it easier to get a project started. - http://bit.ly/2PrRPLk
#createApp2 #react
A significant release of a project that’s had a huge effect on the adoption of React by making it easier to get a project started. - http://bit.ly/2PrRPLk
#createApp2 #react
legacy.reactjs.org
Create React App 2.0: Babel 7, Sass, and More – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. Create React App 2.0 has been released today, and it brings a year’s worth of improvements in a single dependency update. While React itself doesn’t require any build dependencies…
Accessibility Made Easy with Angular CDK
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
If a user doesn’t use other input mechanisms, they’ll have a tough time interacting and navigating your site unless it’s keyboard navigable.
In this article, we’ll learn how Angular CDK makes adding this ability easier. - http://bit.ly/2QzgNZl
#angular
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
If a user doesn’t use other input mechanisms, they’ll have a tough time interacting and navigating your site unless it’s keyboard navigable.
In this article, we’ll learn how Angular CDK makes adding this ability easier. - http://bit.ly/2QzgNZl
#angular
Medium
Accessibility Made Easy with Angular CDK
Keyboard focus and navigation are essential when developing for the accessible web. Many users rely on a keyboard when they surf the web.
Accurately Measuring Layout on the Web
Nolan Lawson offers some techniques for accurately measuring what’s going on when we render things on the web. - http://bit.ly/2RAkW0v
#css
Nolan Lawson offers some techniques for accurately measuring what’s going on when we render things on the web. - http://bit.ly/2RAkW0v
#css
Read the Tea Leaves
Accurately measuring layout on the web
Update (August 2019): the technique described below, in particular how to schedule an event to fire after style/layout calculations are complete, is now captured in a web API proposal called reques…
Building Your First MongoDB App with Node.js
Whether you’re new to MongoDB or to Node.js itself, this is very introductory. - http://bit.ly/2P95dUr
#nodejs
Whether you’re new to MongoDB or to Node.js itself, this is very introductory. - http://bit.ly/2P95dUr
#nodejs
Code Wall
NoSQL: Building Your First Application & Connecting To MongoDB | Code Wall
As somebody before me once said: To better understand a concept or an idea, we need to first start using the correct terms and terminology to refer to it. And […]
A comparison of Server Side Rendering in React and Angular applications
In this article, we will talk about what Server Side Rendering(SSR) is and discuss how Server Side Rendering (SSR) can be achieved in both React and Angular applications. Towards the end, we will also do a brief comparison of the ease of enabling SSR and the approach that we need to take to do so. - http://bit.ly/2C4gfXI
#react #angular #ssr
In this article, we will talk about what Server Side Rendering(SSR) is and discuss how Server Side Rendering (SSR) can be achieved in both React and Angular applications. Towards the end, we will also do a brief comparison of the ease of enabling SSR and the approach that we need to take to do so. - http://bit.ly/2C4gfXI
#react #angular #ssr
Medium
A comparison of Server Side Rendering in React and Angular applications
Perform SSR in realistic Angular and React applications to understand their differences and similarities
How to Test React Components using Jest and Enzyme
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
Bits and Pieces
How to Test React Components using Jest and Enzyme
Learn how to test React components using Jest and Enzyme
Authentication in Angular with NRGX Part 1
In this article, we are going to walk through what the NgRx library is, as well as share common use case scenarios for each application. The scope of the example project will cover the login of the application using token-based authentication. When the user logs in, the token will be stored in local storage. When he or she logs out, the token will be removed. - http://bit.ly/2RysUHp
#angular
In this article, we are going to walk through what the NgRx library is, as well as share common use case scenarios for each application. The scope of the example project will cover the login of the application using token-based authentication. When the user logs in, the token will be stored in local storage. When he or she logs out, the token will be removed. - http://bit.ly/2RysUHp
#angular
Gistia
Authentication in Angular with NgRx Part 1
NgRx is a state management library for Angular, inspired by Redux; it's based on three principles and composed of several elements listed here. Read the full guide.
Writing multiple Vue components in a single file
Writing multiple components in one file is a pattern from React. - http://bit.ly/2Qufyuo
#vue
Writing multiple components in one file is a pattern from React. - http://bit.ly/2Qufyuo
#vue
DEV Community
Writing multiple Vue components in a single file
Writing multiple components in one file is a pattern from React where some files contain multiple com...
How to Use the Animation Inspector in Chrome Developer Tools
Kezz Bracey gives a rundown of which animation dev tools are available in Chrome, how to access them, and what they can do for you. - http://bit.ly/2C5q9s4
#chrome #devTools
Kezz Bracey gives a rundown of which animation dev tools are available in Chrome, how to access them, and what they can do for you. - http://bit.ly/2C5q9s4
#chrome #devTools
Web Design Envato Tuts+
How to Use the Animation Inspector in Chrome DevTools
Next time you’re putting together some CSS3-based animations you might find it helpful to jump into Chrome DevTools and take advantage of its animation inspection and tweaking features. In this...
Create Vue Apps Visually with the Vue UI Tool
Most JavaScript frameworks these days usually have some sort of Command Line Interface (CLI) that enables users quickly scaffold applications and get straight to building apps, without doing repetitive set up tasks. - http://bit.ly/2zWWsHU
#vue
Most JavaScript frameworks these days usually have some sort of Command Line Interface (CLI) that enables users quickly scaffold applications and get straight to building apps, without doing repetitive set up tasks. - http://bit.ly/2zWWsHU
#vue
Digitalocean
Create Vue Apps Visually with the Vue CLI User Interface Tool | DigitalOcean
Use Vue CLI’s user interface tool to create a new Vue application.
The Shapes of CSS
A pretty epic demonstration of producing a variety of shapes (I counted 45!) using CSS and pseudo elements. - http://bit.ly/2CBPJG9
#css
A pretty epic demonstration of producing a variety of shapes (I counted 45!) using CSS and pseudo elements. - http://bit.ly/2CBPJG9
#css
CSS-Tricks
The Shapes of CSS
CSS is capable of making all sorts of shapes. Squares and rectangles are easy, as they are the natural shapes of the web. Add a width and height and you
Angular Material - Part One
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
C-Sharpcorner
Angular Material - Part One
Angular Material is a library of reusable and high quality UI components that are built with Angular and Typescript. These components are internationalized so users with different languages can use them. We have a clean and simple API. They are well tested…