Essential Tools for Versioning and Releasing Your npm Modules
Covers semantic-release, Commitizen, Jest, Codecov, ESLint and GreenKeeper. - http://bit.ly/2rp7jFf
#nodejs
Covers semantic-release, Commitizen, Jest, Codecov, ESLint and GreenKeeper. - http://bit.ly/2rp7jFf
#nodejs
Hacker Noon
These 6 essential tools will release, version, and maintain your NPM modules for you
Learning how to implement them for your own projects will save you a ton of time!
TUI Calendar: An Attractive, Full Featured Calendar Control
From the creators of TUI Chart comes TUI Calendar, a highly customizable JavaScript calendar widget that supports numerous view types (weekly, monthly, etc.), dragging and resizing of schedule items, and is basically like your own Google Calendar in a box. MIT licensed too. - http://bit.ly/2rpNeiP
#javascript
From the creators of TUI Chart comes TUI Calendar, a highly customizable JavaScript calendar widget that supports numerous view types (weekly, monthly, etc.), dragging and resizing of schedule items, and is basically like your own Google Calendar in a box. MIT licensed too. - http://bit.ly/2rpNeiP
#javascript
GitHub
GitHub - nhn/tui.calendar: 🍞📅A JavaScript calendar that has everything you need.
🍞📅A JavaScript calendar that has everything you need. - GitHub - nhn/tui.calendar: 🍞📅A JavaScript calendar that has everything you need.
Storybook 3.4 Released: The UI Component Builder
Now supports React, React Native, Vue, Angular and Polymer. - http://bit.ly/2FRIwyS
#storybook #realeased
Now supports React, React Native, Vue, Angular and Polymer. - http://bit.ly/2FRIwyS
#storybook #realeased
Medium
Announcing Storybook 3.4
Polymer, Image/Vue/Angular Storyshots, Multi-Hierarchy, & more!
Choosing a Responsive Email Framework: MJML vs. Foundation for Emails
Paolo Mioni takes a look at a two of the most popular frameworks for building responsive emails. - http://bit.ly/2wh5ekv
#css #email
Paolo Mioni takes a look at a two of the most popular frameworks for building responsive emails. - http://bit.ly/2wh5ekv
#css #email
CSS-Tricks
Choosing a Responsive Email Framework: MJML vs. Foundation for Emails
Implementing responsive email design can be a bit of a drag. Building responsive emails isn’t simple at all, it is like taking a time machine back to 2001 when we were all coding website layouts in tables using Dreamweaver and Fireworks. But there's hope!…
Installing Node.js on Linux with 'snaps'
‘Snaps’ are containerized packages designed to work across cloud, desktop, and IoT devices. - http://bit.ly/2jyysC1
#nodejs
‘Snaps’ are containerized packages designed to work across cloud, desktop, and IoT devices. - http://bit.ly/2jyysC1
#nodejs
Give Parcel a Try, You May Like It
Parcel suits many straightforward situations really well with minimal fuss, but webpack is more flexible with a vast ecosystem. - http://bit.ly/2HYADO9
#parsel
Parcel suits many straightforward situations really well with minimal fuss, but webpack is more flexible with a vast ecosystem. - http://bit.ly/2HYADO9
#parsel
Medium
🚀Give Parcel a Try, You May Like It 🚀
Wow, I can’t believe I’m typing this article right now. Webpack and I have gone through so much.
Designing (Very) Large JavaScript Applications
A written version of a talk given by Google’s Malte Ubl at JSConf Australia that took a high level look at modularity, lazy loading code, and similar concepts. - http://bit.ly/2jhQPei
#javascript
A written version of a talk given by Google’s Malte Ubl at JSConf Australia that took a high level look at modularity, lazy loading code, and similar concepts. - http://bit.ly/2jhQPei
#javascript
Medium
Designing very large (JavaScript) applications
This is a mildly edited transcript of my JSConf Australia talk. Watch the whole talk on YouTube.
How to Build a Vue.js App That Uses Axios and Vuex
Axios for the async HTTP requests and Vuex as the data store. - http://bit.ly/2rq42X9
#vue
Axios for the async HTTP requests and Vuex as the data store. - http://bit.ly/2rq42X9
#vue
The Polyglot Developer
A Vue.js App Using Axios With Vuex
Learn how to create a Vue.js web application that asynchronously makes HTTP requests with Axios and uses Vuex as a central data store.
Rethinking Web Performance with Service Workers
The author makes a bold claim of this article covering ‘30 years of research in a 30 minute read’. It gets a bit tool/platform specific at the end but does cover many key points and best practices in Web performance. - http://bit.ly/2K7hsOy
#web #performance
The author makes a bold claim of this article covering ‘30 years of research in a 30 minute read’. It gets a bit tool/platform specific at the end but does cover many key points and best practices in Web performance. - http://bit.ly/2K7hsOy
#web #performance
Medium
Rethinking Web Performance with Service Workers
30 Man-Years of Research in a 30-Minute Read
Migrating to React’s New Context API
Kent C. Dodds explains some of the changes that were necessary to upgrade his components pattern course from the old context API to the new one - http://bit.ly/2jChrXL
#react
Kent C. Dodds explains some of the changes that were necessary to upgrade his components pattern course from the old context API to the new one - http://bit.ly/2jChrXL
#react
kentcdodds
Migrating to React’s New Context API
Let’s compare the before/after of React’s new context API.
Functional Programming with Object Arrays
How to use map, filter, and reduce to manipulate arrays of objects, using techniques borrowed from functional programming. - http://bit.ly/2KGmm6p
#functional
How to use map, filter, and reduce to manipulate arrays of objects, using techniques borrowed from functional programming. - http://bit.ly/2KGmm6p
#functional
Telerik Blogs
Functional Programming with JavaScript Object Arrays
We look at using map, filter, and reduce to manipulate arrays of objects, using techniques borrowed from functional programming.
Native-Like Animations for Page Transitions on the Web
A practical introduction to creating silky smooth, super slick transitions of entire pages from one layout to another, built around Vue.js. - http://bit.ly/2vWHbXN
#javascript
A practical introduction to creating silky smooth, super slick transitions of entire pages from one layout to another, built around Vue.js. - http://bit.ly/2vWHbXN
#javascript
CSS-Tricks
Native-Like Animations for Page Transitions on the Web | CSS-Tricks
Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, their presence…
How to Use OpenCV in React Native for Image Processing
Ever wondered how to process images using OpenCV with React Native? Here’s a look at building a tool to process camera photos. - http://bit.ly/2JDwFqa
#reactNative
Ever wondered how to process images using OpenCV with React Native? Here’s a look at building a tool to process camera photos. - http://bit.ly/2JDwFqa
#reactNative
brainhub.eu
How to Use React Native & OpenCV for Image Processing [2023]
In this tutorial, we build an example tool to process camera pictures with native code using React Native with OpenCV.
Custom Domains on GitHub Pages Gain Support for HTTPS
Users have been noticing this new feature over the past few weeks, but now it’s official and powered by Let’s Encrypt behind the scenes. - http://bit.ly/2K6AAMN
#github #https
Users have been noticing this new feature over the past few weeks, but now it’s official and powered by Let’s Encrypt behind the scenes. - http://bit.ly/2K6AAMN
#github #https
The GitHub Blog
Custom domains on GitHub Pages gain support for HTTPS
Encryption for all GitHub Pages sites
Writing WebAssembly By Hand
This is low level stuff but a really enjoyable dig about. - http://bit.ly/2rs0u5G
#webassembly
This is low level stuff but a really enjoyable dig about. - http://bit.ly/2rs0u5G
#webassembly
Scott Logic
Writing WebAssembly By Hand
WebAssembly is a new language for the web, although unlike JavaScript it's not a language you are expected to use directly. However, it is actually possible to write WebAssembly directly by hand and it turns out this is an educational and enjoyable process…
Finger-Friendly Numerical Inputs with 'inputmode'
On mobile in particular, it’s very helpful if input fields that expect numerical values have a numerical UI, but there are a few ways to approach this. - http://bit.ly/2ruzdR3
#mobile
On mobile in particular, it’s very helpful if input fields that expect numerical values have a numerical UI, but there are a few ways to approach this. - http://bit.ly/2ruzdR3
#mobile
CSS-Tricks
Finger-friendly numerical inputs with `inputmode`
Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values should have a numerical UI. Bringing up a number keyboard on small screens is easy on most platforms…