Using OpenCV from Node to Recognize Objects in Images
The latest in a series of OpenCV + Node tutorials, this time leaning on Tensorflow and Caffe to recognize objects in photos. - https://goo.gl/HTeGeg
#nodejs #neuralNetwork
Understanding CSS Layout And The Block Formatting Context
Rachel Andrew explains what a Block Formatting Context is, why it works, and how can it help you understand how layout works in CSS. - https://goo.gl/h3JP7R
#css
Vue.js Server-Side Rendering With Vue Router: Step-By-Step Guide
This tutorial goes through the steps of setting up a server-rendered multi-page app with Vue and Vue Router. - https://goo.gl/Eeit1j
#vue
Microservices Solution Patterns
This article discusses the possible solution patterns which can be used in a microservices architecture-driven enterprise. -
https://goo.gl/htMXAo
#microservice #pattern
Building a GraphQL API with Node and React
A hands-on tutorial about building GraphQL API with Express, using React on the client side. - https://goo.gl/wttqUP
#react #graphQL
The Front-End Checklist
A more dynamic front-end development and deployment checklist based on an article we linked last month. - https://goo.gl/wnjSjw
#frontEnd #checklist
Create A React App with Zero Configuration using Parcel
Parcel is an all new bundler that boasts ‘zero configuration’ required. -
https://goo.gl/Zpztpp
#react #parcel
Webpack: A Gentle Introduction to the Module Bundler
Not ready for Parcel (above)? Here you can learn the basics of Webpack and how to configure it for your web application. - https://goo.gl/UKcrxD
#webpack
Diving Into Mobile with React Native
How two developers at Afinity took a chance on React Native to build out the mobile counterpart of their web app. - https://goo.gl/aqAhTz
#reactnative
A Different Way of Understanding `this` in JavaScript
A perennial topic, but Dr. Axel has an interesting take on it that might clarify your thinking on how the this keyword works. - https://goo.gl/EoDQW4
#javascript
Lint the Web Forward with Sonarwhal
Sonarwhal is a linting tool for accessibility, security, and other Web best practices. - https://goo.gl/CY7fZo
#web
Cascading Web Design with Feature Queries
Chen Hui Jing explains how CSS feature queries allow us to progressively enhance our CSS. - https://goo.gl/TpSSHD
#css
Nested calc() functions and IE11
I’ve always nested calc() within calc() for additional math functions. It turns out it’s not great for IE10 and 11, but by just including a single function and multiple parentheses it works. The more you know. -
https://goo.gl/RHgVSg
#css #calc
Microservice Architecture: All the Best Practices To Know
A guide aimed at people considering moving from a monolith to microservices, covering best practices, advantages, and mistakes to avoid. - https://goo.gl/z6P52s
#microservice #architecture
Getting Started with Building PWAs using Vue
An introduction on how to build a book listing app with progressive web apps using Vue to build the UI. - https://goo.gl/oSoGms
#pwa #vue
Ant Design 3.0: A UI Design Language and Suite of React Components -
https://goo.gl/thURMf
#react #design
Learn React Fundamentals & Advanced Patterns Courses
Two and a half hours of new (beginner/advanced) React material are now free on Egghead. - https://goo.gl/ZWTcvy
#react
Evolution of <img>: Gif without the GIF
Now, with the latest Safari, you can use videos as Gifs. -
https://goo.gl/29besE
#web #css #performance
A Recap of Frontend Development in 2017
“Frontend engineering once again evolved at a feverish pace in 2017. Here’s a list of the most notable events of the past year.” - https://goo.gl/pvRhQF
#recap #frontend2017
Navigate Nested Child Routes In A Vue.js Web Application
How to use nested routes in a Vue.js web application by assigning child routes and views. - https://goo.gl/uNcJWE
#vue #router
Cascading Web Design with Feature Queries
An introduction to the concept of ‘cascading web design’, an approach made possible with feature queries - https://goo.gl/4TvUrP
#web
Debugging CSS Grid Layouts With Firefox Grid Inspector
Chen Hui Jing covers known and obscure features of Firefox DevTools that can come in handy when you’re building and debugging CSS Grid layouts. - https://goo.gl/6Cf989
#css #grid
The (Far) Future of CSS
A speculative look into the future of CSS and Houdini’s goal of making CSS user-extensible. - https://goo.gl/KFJ6C3
#css #video
Fixing React Performance Issues on Airbnb’s Listing Pages
A practical look at grabbing some of the low-hanging performance-affecting fruit present on a live, production site. -
https://goo.gl/9MUKDe
#react #performance
How to Set Up Continuous Integration with React Native
Using Visual Studio App Center to automatically build and distribute a React Native app. - https://goo.gl/xNYJG7
#reactnative
Web Content Accessibility Guidelines For People Who Haven’t Read Them
A detailed look over the WCAG - a starting point in making your sites work better for all. - https://goo.gl/SFA5Jd
#web
A Look at 'Turbo', an In-Browser Node Package Manager
An intriguing look at a new package manager built for the StackBlitz online code editor that claims to be 5x faster than npm and works entirely in-browser. - https://goo.gl/URTzZE
#nodejs #packageManager #turbo
React Native: The Things That You Should Be Aware of Before Coming Onboard
A look at some of the things that can trip up developers new to React Native, specifically those coming from native development. -
https://goo.gl/darjn6
#reactnative