Creating a Bar Graph with CSS Grid
A walkthrough of a cute way to create a basic bar graph using CSS grid layout and variables. - http://bit.ly/2lmIXcI
#css #grid
A walkthrough of a cute way to create a basic bar graph using CSS grid layout and variables. - http://bit.ly/2lmIXcI
#css #grid
CSS-Tricks
Creating a Bar Graph with CSS Grid | CSS-Tricks
If you’re looking for more manageable ways to create bar graphs, or in search of use cases to practice CSS Grid layout, I got you!
An Instagram gallery with Vue.js and CSS Grid
Building a simple gallery was surprisingly quick, thanks to Vue.js and CSS Grid - http://bit.ly/2tsITfM
#vue
Building a simple gallery was surprisingly quick, thanks to Vue.js and CSS Grid - http://bit.ly/2tsITfM
#vue
ITNEXT
An Instagram gallery with Vue.js and CSS Grid
A client of mine recently requested a simple image gallery for her site — one which would display her Instagram feed. I thought: “no…
JavaScript Engine Fundamentals
A fantastic writeup (with video, if preferred) looking at the key parts of major JavaScript VMs/engines and how they interact with the code you write. - http://bit.ly/2yHA9aB
#javascript
A fantastic writeup (with video, if preferred) looking at the key parts of major JavaScript VMs/engines and how they interact with the code you write. - http://bit.ly/2yHA9aB
#javascript
vue-wait
Complex Loader Management for Vue/Vuex and Nuxt Applications. - http://bit.ly/2Kk1i4T
#vue #component
Complex Loader Management for Vue/Vuex and Nuxt Applications. - http://bit.ly/2Kk1i4T
#vue #component
GitHub
GitHub - f/vue-wait: Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications - GitHub - f/vue-wait: Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
How to Build a React Project From Scratch with Webpack 4
If you’ve been leaning on create-react-app till now but are keen to learn how to do it all from scratch, this basic walkthrough could help. - http://bit.ly/2KgCk9X
#react
If you’ve been leaning on create-react-app till now but are keen to learn how to do it all from scratch, this basic walkthrough could help. - http://bit.ly/2KgCk9X
#react
Mobile-First Index: How Will It Affect You?
Google’s mobile-first index is now rolling out. So, what does it mean? - http://bit.ly/2IqHFGw
#mobile
Google’s mobile-first index is now rolling out. So, what does it mean? - http://bit.ly/2IqHFGw
#mobile
mobiForge
Mobile-first index: How will it affect you?
Google’s mobile-first index is rolling out. If you’ve signed up to Google’s Search Console / Webmaster Tools you might already have received a notification “Mobile-first indexing enabled” for http://your-site.com. If you haven’t received the notification…
Don’t Use The 'Placeholder' Attribute
The ‘placeholder’ attribute populates an input element with temporary text to indicate what input is expected, but it introduces issues that prevent it from being as useful as it sounds. - http://bit.ly/2yKpaxj
#css
The ‘placeholder’ attribute populates an input element with temporary text to indicate what input is expected, but it introduces issues that prevent it from being as useful as it sounds. - http://bit.ly/2yKpaxj
#css
Smashing Magazine
Don’t Use The Placeholder Attribute — Smashing Magazine
The placeholder attribute contains a surprising amount of issues that prevent it from delivering on what it promises. Let’s clarify why you need to stop using it.
Node 10.5 (Current) Released
Significantly, there’s now experimental support for multi-threading by way of worker threads. Support for crypto.scrypt() has also been added. - http://bit.ly/2lBdB1Q
#nodejs #release
Significantly, there’s now experimental support for multi-threading by way of worker threads. Support for crypto.scrypt() has also been added. - http://bit.ly/2lBdB1Q
#nodejs #release
Node.js
Node v10.5.0 (Current) | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Remaining character count in Vue.js
Often you’ll want to limit the number of characters a user can put into an input field such as a textarea. - http://bit.ly/2KlILFw
#vue
Often you’ll want to limit the number of characters a user can put into an input field such as a textarea. - http://bit.ly/2KlILFw
#vue
sampo.co.uk
Remaining character count in Vue.js
Often you'll want to limit the number of characters a user can put into an input field such as a textarea. When you do this it's a good idea to show the number of characters the user has left available in real time to avoid frustration. This is a common practice…
Animating Images and Videos with Curtains.js
Curtains.js uses WebGL to turn images and videos into a plane that can be animated in a ‘curtain’-like way. It’s a striking effect, but be careful not to overuse it. - http://bit.ly/2ll53Mr
#shaders
Curtains.js uses WebGL to turn images and videos into a plane that can be animated in a ‘curtain’-like way. It’s a striking effect, but be careful not to overuse it. - http://bit.ly/2ll53Mr
#shaders
CSS-Tricks
Animate Images and Videos with curtains.js | CSS-Tricks
While browsing the latest award-winning websites, you may notice a lot of fancy image distortion animations or neat 3D effects. Most of them are created
Perfect Pulled Pork with React Native, Expo, and Express
An extensive tutorial of building an app to take and upload a photo of a thermometer every 30 seconds in order to smoke some meat perfectly. - http://bit.ly/2yGmjp1
#reactNative
An extensive tutorial of building an app to take and upload a photo of a thermometer every 30 seconds in order to smoke some meat perfectly. - http://bit.ly/2yGmjp1
#reactNative
Dave Ceddia
Perfect Pulled Pork with React Native, Expo, and Express
How to setup a Cordova App using Vue.js
How setup your hybrid app step-by-step. - http://bit.ly/2Kj5YLE
#vue #cardova
How setup your hybrid app step-by-step. - http://bit.ly/2Kj5YLE
#vue #cardova
Medium
How to setup a Cordova App using Vue.js
In the last period I decided to study Vue.js because I feel the necessity to have a first approach with single page applications. The best…
Winston 3.0: A Popular Node.js Logging Solution
Winston is a very long standing project (8 years old) and has just come out of the other side of a 3 year total rewrite. - http://bit.ly/2twPRRa
#nodejs #winston
Winston is a very long standing project (8 years old) and has just come out of the other side of a 3 year total rewrite. - http://bit.ly/2twPRRa
#nodejs #winston
Augmented Reality for the Web with WebXR
A new WebXR AR API has been added to Chrome Canary to enable initial testing and playing about if augmented reality is your thing. - http://bit.ly/2N17ccO
#web #webXR #AR
A new WebXR AR API has been added to Chrome Canary to enable initial testing and playing about if augmented reality is your thing. - http://bit.ly/2N17ccO
#web #webXR #AR
Google Developers
Augmented reality for the web | Web
| Google Developers
| Google Developers
Augmented reality allows placement and tracking of virtual objects in a real-world view.
Managing React State with Render Props
“Render props provide a flexible structure for building components in React by decoupling state and the view.” - http://bit.ly/2toukKj
#react
“Render props provide a flexible structure for building components in React by decoupling state and the view.” - http://bit.ly/2toukKj
#react
NearForm Enterprise Software Solution Development
Managing React State with Render Props - NearForm
How to share and reuse React components with render props
End-to-End Testing Single Page Apps and Node APIs
Covers most of what’s involved with being able to test SPAs and APIs with Cucumber.js and Puppeteer. - http://bit.ly/2KwMROt
#e2e #cucumber #puppeteer
Covers most of what’s involved with being able to test SPAs and APIs with Cucumber.js and Puppeteer. - http://bit.ly/2KwMROt
#e2e #cucumber #puppeteer
Medium
End-to-end testing Single Page Apps and Node.js APIs with Cucumber.js and Puppeteer
Single Page Apps are a popular approach to building web applications, but testing them in an end-to-end fashion is not simple; you need to…
Your Brain on Front-End Development
I love this article from Chris. He takes a look at a beautiful design on Dribbble and goes through how a front-end developer would look at it and build it out. Chris even uses live code pen examples to showcase how these things would be pulled out. - http://bit.ly/2tixNKi
#css
I love this article from Chris. He takes a look at a beautiful design on Dribbble and goes through how a front-end developer would look at it and build it out. Chris even uses live code pen examples to showcase how these things would be pulled out. - http://bit.ly/2tixNKi
#css
CSS-Tricks
Your Brain on Front-End Development | CSS-Tricks
Part of the job of being a front-end developer is applying different techniques and technologies to pull off the desired UI and UX. Perhaps you work with a
Introducing Teleport: Over-The-Air Hot Reloading and Debugging for PWAs
A dev-server proxy that enables instant hot reloading & debugging across devices, requires no client config and claims to make building and debugging PWA’s a breeze. - http://bit.ly/2Mn88Y4
#pwa
A dev-server proxy that enables instant hot reloading & debugging across devices, requires no client config and claims to make building and debugging PWA’s a breeze. - http://bit.ly/2Mn88Y4
#pwa
Medium
Introducing Teleport: Over-the-air hot reloading & debugging for PWA’s ⚡️
PWA’s are awesome. Using a single codebase, they let you build apps that target both mobile & desktop platforms.
Build A Progressive Web Application With Nuxt.js - http://bit.ly/2lxY3fx
Digitalocean
Build A Progressive Web Application With Nuxt.js | DigitalOcean
In this tutorial, I’ll be showing you how to build a progressive web app with Nuxt.js.