The Ever Growing 'Append-Only' Stylesheet Problem
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
CSS-Tricks
Oh No! Our Stylesheet Only Grows and Grows and Grows! (The Append-Only Stylesheet Problem) | CSS-Tricks
This is a real worry these days. I've heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to
Microservices implementation
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL
#microservice
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL
#microservice
Medium
Microservices implementation — Netflix stack
Hi. Today i am going to discuss and explain how to implements Microservices based system. There are lot of tools and technologies for…
Using 'Create React App' with Express in Production
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS
#nodejs
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS
#nodejs
Dave Ceddia
Create React App with Express in Production
How to build a React app with an Express backend and deploy it to Heroku.
Picking Jest Over Mocha: A Testing Tool Comparison
A developer at Automattic (the company behind WordPress) explains why they prefer Jest to Mocha for JavaScript testing. - https://goo.gl/UxeP9U
#tests
A developer at Automattic (the company behind WordPress) explains why they prefer Jest to Mocha for JavaScript testing. - https://goo.gl/UxeP9U
#tests
Grzegorz Ziółkowski
Picking Jest over Mocha – testing tools comparison
At Automattic we use Mocha to run all tests written for Calypso project which powers WordPress.com. It also includes end-to-end tests, which live in their own repository. We have been using this se…
Codemods: A Quick and Easy Way to Automate Code Refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4
#refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4
#refactoring
SitePoint
Codemods: A Quick and Easy Way to Automate Code Refactoring — SitePoint
Take the pain out of updating your code using jscodeshift to automate the changes. Chris Laughlin introduces explains how to create and apply codemods.
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/
#react
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/
#react
React Express
Learn React through interactive examples
Cell: A Self-Constructing Web App Framework
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7
#framework #javascript
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7
#framework #javascript
GitHub
intercellular/cell
cell - A self-driving web app framework
Create a Mobile App for Displaying Your Site's RSS Content with Ionic - https://goo.gl/CHounN
#ionic #angular4
#ionic #angular4
Code Envato Tuts+
Create a Mobile Application for Displaying Your Website RSS Content...
What You'll Be CreatingIn this tutorial we will take a look at creating a mobile application which displays the RSS content of a website. We will configure the RSS URL and the application will...
Any Web Site Can Become A PWA – But We Need to Do Better
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N
#progressivewebapp
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N
#progressivewebapp
Form Constraint Validation in HTML
Digging into two ways to validate forms on the front end while both taking advantage of newer web APIs and taking support back to IE9. - https://goo.gl/AgDqG9
#html #form
Digging into two ways to validate forms on the front end while both taking advantage of newer web APIs and taking support back to IE9. - https://goo.gl/AgDqG9
#html #form
CSS-Tricks
Form Validation Part 1: Constraint Validation in HTML | CSS-Tricks
Most JavaScript form validation libraries are large, and often require other libraries like jQuery. For example, MailChimp's embeddable form includes a 140
Testing Strategies in Microservices Architecture
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi
#microservice #testing
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi
#microservice #testing
Hacker Noon
Testing Strategies in Microservices Architecture
Introduction
React Flight: Simple Animation Compositions for React
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU
#react #animation
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU
#react #animation
Taking Photos and Controlling Camera Settings with the Image Capture API
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Google Developers
Take Photos and Control Camera Settings | Web
| Google Developers
| Google Developers
Image Capture is an API to control camera settings and take photos.
A Study Guide to the Modern Front End Stack
A guide built at Grab, a major Asian transportation platform, covering SPAs, React, Flux/Redux, and other popular front-end dev tools. - https://goo.gl/HjEBTi
#styleguide
A guide built at Grab, a major Asian transportation platform, covering SPAs, React, Flux/Redux, and other popular front-end dev tools. - https://goo.gl/HjEBTi
#styleguide
freeCodeCamp
Our entire team of engineers use this front end development guide
An inside look at the front end tech of one of Southeast Asia’s fastest growing startups and how they handle front end at scale.
Techniques for Decomposing React Components
Three ways to separate the responsibilities of a large React component, from a simple approach to something more advanced. - https://goo.gl/YcSBkE
#react
Three ways to separate the responsibilities of a large React component, from a simple approach to something more advanced. - https://goo.gl/YcSBkE
#react
Medium
Techniques for decomposing React components
React components have a lot of power and flexibility. With so many tools at your disposal, it is incredibly easy for components to grow…
Massive.js 3.0: A Data Mapper for Node and PostgresVersion 3 of the popular Postgres-focused data access library is out and is now fully Promise-based. - https://goo.gl/kJUZrR
#nodejs
#nodejs
GitHub
dmfay/massive-js
massive-js - A data mapper for Node.js and PostgreSQL.
TC39, ECMAScript, and the Future of JavaScript
A thorough explanation of how new features make it into JavaScript, before focusing on some practical examples including Array#includes, named captures, and lookbehind assertions in regexes - https://goo.gl/D8dQ5e
#javascript
A thorough explanation of how new features make it into JavaScript, before focusing on some practical examples including Array#includes, named captures, and lookbehind assertions in regexes - https://goo.gl/D8dQ5e
#javascript
Pony Foo
TC39, ECMAScript, and the Future of JavaScript
Last week, I gave a presentation at Tencent Frontend Conference in Shenzhen, China. For this article, I’ve adapted its transcript.
Deploying a Node App with Docker and Kubernetes
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
SitePoint
Kubernetes: An Introduction to Deploying a Node.js Docker App — SitePoint
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes: a tool for automated deployment, scaling, and management of docker containers.