Common Responsive Layouts with CSS Grid (and some without!)
If you want to get started with CSS Grid then try and replicate some of these web layouts. Jo has already built them so there’s code for you to test out, but half the fun is working on your own solution. -
https://goo.gl/TzkiEy
#css #responsive
If you want to get started with CSS Grid then try and replicate some of these web layouts. Jo has already built them so there’s code for you to test out, but half the fun is working on your own solution. -
https://goo.gl/TzkiEy
#css #responsive
Medium
Common Responsive Layouts with CSS Grid (and some without!)
Example code for you to try out, change and make your own
NPMGraph: See Module Dependency Trees in Your Browser
Enter an npm module name and this tool renders an interactive dependency tree in your browser. - https://goo.gl/Qr1r6M
#nodejs #tools
Enter an npm module name and this tool renders an interactive dependency tree in your browser. - https://goo.gl/Qr1r6M
#nodejs #tools
Broofa
NPMGraph - Visualize NPM Module Dependencies
Graph / visualize of npm dependencies
Designing for a 'Browserless' Web
Mitch takes a close look at PWAs on Android devices and explains how we can pave the way for a new era of ‘browserless’ web browsing. - https://goo.gl/UnawjZ
#design #web
Mitch takes a close look at PWAs on Android devices and explains how we can pave the way for a new era of ‘browserless’ web browsing. - https://goo.gl/UnawjZ
#design #web
Smashing Magazine
Designing For A Browserless Web
Users couldn’t care less about whether a technology is native, an installed web app or a website. What makes users engage and makes shoppers convert is really the experience itself. In this article, Mitch takes a closer look at PWAs on Android devices and…
Marvel API + Vuepack (Vue + Vuex)
This tutorial by Phong Huynh shows how to use Vue and Vuex to build a simple application that displays Marvel characters. - https://goo.gl/ASMxvM
#vue
This tutorial by Phong Huynh shows how to use Vue and Vuex to build a simple application that displays Marvel characters. - https://goo.gl/ASMxvM
#vue
Should I use system fonts or web fonts?
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge that everyone would see the same thing. - https://goo.gl/bYQzPH
#css #fonts
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge that everyone would see the same thing. - https://goo.gl/bYQzPH
#css #fonts
Responsive Web Design
Should I use system fonts or web fonts? | Responsive Web Design
Web fonts were an amazing step forward towards creating a more beautifully designed web. No longer were we restrained by the handful of choices that “Web Safe” fonts provided us, we now had the ability to bring just about any typeface to the web in the knowledge…
Monitoring App Performance with 2 New Node APIs
Building a tool to monitor Node app performance is easy with the Async Hooks and Performance Hooks APIs. Learn how in this tutorial. - https://goo.gl/6Xqh4n
#nodejs
Building a tool to monitor Node app performance is easy with the Async Hooks and Performance Hooks APIs. Learn how in this tutorial. - https://goo.gl/6Xqh4n
#nodejs
Sqreen Blog | Modern Application Security
Monitoring the performance of a Node.js web application - Sqreen Blog | Modern Application Security
Building a tool to monitor Node.js application performance is easy with Async Hooks API and Performance Hooks API. Learn how in this tutorial.
Mocking Vuex in Vue Unit Tests
In this interesting article, Lachlan Miller explains why you should avoid using Vuex in component tests. He presents his own best practices that he discovered while working on several large Vue/Vuex applications. - https://goo.gl/odt7hp
#vuex #testing
In this interesting article, Lachlan Miller explains why you should avoid using Vuex in component tests. He presents his own best practices that he discovered while working on several large Vue/Vuex applications. - https://goo.gl/odt7hp
#vuex #testing
Medium
Mocking Vuex in Vue unit tests
Vue is a UI library — so naturally, testing Vue components usually involves asserts whether the UI correctly reflects the state of the…
Inquirer.js: A Collection of Common Interactive CLI Controls
Aims to be “an easily embeddable and beautiful command line interface” for Node. - https://goo.gl/ApsYP6
#nodejs #tools
Aims to be “an easily embeddable and beautiful command line interface” for Node. - https://goo.gl/ApsYP6
#nodejs #tools
GitHub
SBoudrias/Inquirer.js
Inquirer.js - A collection of common interactive command line user interfaces.
Scaffolding a GraphQL API Server with Node
A walkthrough of the various pieces you need to bring together to build a Node server that can speak GraphQL. - https://goo.gl/6XC9eQ
#graphql #nodejs
A walkthrough of the various pieces you need to bring together to build a Node server that can speak GraphQL. - https://goo.gl/6XC9eQ
#graphql #nodejs
Medium
Scaffolding a NodeJS GraphQL API server
Recently, I’ve been working on a new full-stack project and I wanted to take the opportunity to try my hand at creating a GraphQL API. I…
A Comprehensive Guide to Font Loading Strategies
A golden-oldie set of pros, cons and helpful tips spanning the various ways of loading Web fonts on your site. - https://goo.gl/FoqRo9
#font #guide
A golden-oldie set of pros, cons and helpful tips spanning the various ways of loading Web fonts on your site. - https://goo.gl/FoqRo9
#font #guide
Zach Leatherman
A Comprehensive Guide to Font Loading Strategies—zachleat.com
A post by Zach Leatherman (zachleat)
Faux Grid Tracks
When creating layouts with CSS Grid a question that I get quite a bit is how to style the gaps between the grid items. Unfortunately, for now, this isn’t possible within the specification and none of the browsers have provided support for the styling of grid-gap yet either. The fix that I always refer to is to apply a background colour to the containing div which will show through the cracks. In this article Eric Meyer explores a few options and how they might come unstuck. - https://goo.gl/6RFv9X
#css #grid
When creating layouts with CSS Grid a question that I get quite a bit is how to style the gaps between the grid items. Unfortunately, for now, this isn’t possible within the specification and none of the browsers have provided support for the styling of grid-gap yet either. The fix that I always refer to is to apply a background colour to the containing div which will show through the cracks. In this article Eric Meyer explores a few options and how they might come unstuck. - https://goo.gl/6RFv9X
#css #grid
Alistapart
Faux Grid Tracks
Hack the Grid with Eric Meyer as he explores different methods for replicating a tic-tac-toe board using CSS Grid.
Creating an animated sidebar component with Vue and Vuex
In this tutorial, a Vuex action is used to trigger a state change in an application, causing a sidebar to animate in and out of view. - https://goo.gl/GgEY26
#vue #sidebar
In this tutorial, a Vuex action is used to trigger a state change in an application, causing a sidebar to animate in and out of view. - https://goo.gl/GgEY26
#vue #sidebar
Medium
Creating an animated sidebar component with Vue and Vuex
In this tutorial, we’ll use a Vuex action to trigger a state change in an application, causing a sidebar to animate in and out of view.
React Food Truck: A Curated Set of Extensions for VS Code
Several useful React-oriented extensions brought together into a single bundle. - https://goo.gl/VQervm
#react
Several useful React-oriented extensions brought together into a single bundle. - https://goo.gl/VQervm
#react
Burke Knows Words
Introducing React Food Truck
There are many important questions to ask when you are building an application. Questions like: “Who are the users?”, “What browser will…
The Best Request Is No Request, Revisited
HTTP/2 is more efficient in responding to a larger number of requests than its predecessor. So the question is, does the old rule of reducing requests still hold up? - https://goo.gl/eEkQj6
#http2
HTTP/2 is more efficient in responding to a larger number of requests than its predecessor. So the question is, does the old rule of reducing requests still hold up? - https://goo.gl/eEkQj6
#http2
Alistapart
The Best Request Is No Request, Revisited
What’s the role of bundling in performance now that HTTP/2 is becoming more ubiquitous? Let Stefan Baumgartner help you find out.
A Pinterest Progressive Web App Performance Case Study
Pinterest’s new mobile web experience is a Progressive Web App. This post looks at the work involved in making it work fast on mobile hardware. - https://goo.gl/iCroHd
#pwa
Pinterest’s new mobile web experience is a Progressive Web App. This post looks at the work involved in making it work fast on mobile hardware. - https://goo.gl/iCroHd
#pwa
Medium
A Pinterest Progressive Web App Performance Case Study
Pinterest’s new mobile web experience is a Progressive Web App.
A Look at the Improvements TLS 1.3 Brings
Most browsers currently support TLS 1.2, defined almost 10 years ago. The next version, 1.3, is faster and more secure and can be tried in Chrome and Firefox. - https://goo.gl/ch4kDu
#tls
Most browsers currently support TLS 1.2, defined almost 10 years ago. The next version, 1.3, is faster and more secure and can be tried in Chrome and Firefox. - https://goo.gl/ch4kDu
#tls
KeyCDN Blog
A Look at the Improvements That TLS 1.3 Brings
TLS 1.3 is the newest version of the TLS protocol. This article takes a closer look at the improvements it brings.
Debugging React Perf with React 16 and Chrome DevTools
An in depth step-by-step visual walkthrough demonstrating how to audit JavaScript runtime performance and find slow rendering components. -
https://goo.gl/R1xfXQ
#react #debugging
An in depth step-by-step visual walkthrough demonstrating how to audit JavaScript runtime performance and find slow rendering components. -
https://goo.gl/R1xfXQ
#react #debugging
Building Calibre
Debugging React performance with React 16 and Chrome Devtools.
An in depth step-by-step visual walkthrough demonstrating how to audit JavaScript runtime performance.
Optimizing CSS: Tweaking Animation Performance with DevTools
Maria Antonietta Perna explores the Performance Tool available in the Firefox to find out more about CSS animation performance. - https://goo.gl/uJec5x
#css #animation #performance
Maria Antonietta Perna explores the Performance Tool available in the Firefox to find out more about CSS animation performance. - https://goo.gl/uJec5x
#css #animation #performance