Cavy: A New End-To-End Testing Framework For React Native -https://goo.gl/w35UrS
#reactNative #cavy #video
Using Firebase Cloud Functions in an Ionic application -
https://goo.gl/8ftpKF
#ionic #firebase
StackBlitz: An Online VS Code IDE for Angular + React Dev
Get the VS Code experience in your browser. - https://goo.gl/TMnQij
#vscode #online
#southdevfest2017 #rostovondon #gdgkrasnodar #gdgrostov
Друзья! 9 сентября в г. Ростов-на-Дону состоится жаркий южный DevFest - South Devfest 2017! Google Developer group из Краснодара и Ростова-на-Дону собрались вместе, чтобы организовать событие, продолжающее серию конференций по всему миру.
16 мировых и российских экспертов расскажут 400 участникам о своем опыте и обсудят Kotlin, IoT, Android, Go, Firebase, Angular, PWA, CI, AR/VR, TensorFlow, кроссплатформенную разработку и Game dev.
Осталось совсем мало мест, успей зарегестрироваться на на главное IT-мероприятие Юга России. Для студентов специальные условия!
Приходи и регистрируйся по ссылке: https://goo.gl/fo63P5
react-autocompletely: Primitives to Build Flexible, WAI-ARIA-Compliant Autocomplete Components - https://goo.gl/B6j5PN
#react #component #autocompletely
WTFJS? A List of Funny and Tricky Code Examples
Around 40 examples of ‘quirky’ JavaScript code with unexpected results or outcomes. Mostly interesting to learn about odd edge cases. -
https://goo.gl/9dm8uG
#javascript
Introducing Mongoose to Your Node.js and Restify API
Guiding you through the steps needed to modify your API by introducing Mongoose. - https://goo.gl/9MaQBY
#nodejs #mongoose #part2
React, Facebook, and the Revocable Patent License
The state of React’s patent license remains a popular talking point. -
https://goo.gl/i3Gf5J
#react
Crafting Webfont Fallbacks
See how you can get attractive webfont visuals, good performance, and reliable functionality by properly employing a finely-tuned fallback. -
https://goo.gl/MtdhQm
#css #fonts #video
Shoelace.css: A Pure CSS Alternative to Bootstrap
A back to basics CSS starter kit “for when you don’t need the whole boot”. - https://goo.gl/hibpW9
#css
Determine Network Availability in a 'NativeScript with Angular' Mobile App
Learn how to check network connectivity, or in other terms, check for an internet connection in Android and iOS, using NativeScript and Angular. - https://goo.gl/juFxYi
#nativeScript #mobile
Updates to Media Playback in Chrome 61
On Android, when a video is playing, rotating the device will automatically put it fullscreen - https://goo.gl/Z3NXnC
#chrome #media
How to Detect If Your Native App Is Installed From Your Site
Chrome 59 introduced a new API allows you to determine if your native app is installed on a device. - https://goo.gl/F6THq2
#mobile
Using mind mapping to clarify your job and bring order to task-switching chaos - https://goo.gl/CpwKdD
#mindmap
The JavaScript Way: A Modern JavaScript Tutorial
An in-progress/beta stage book that aims to teach JavaScript from a hands-on, modern 2017 standpoint, organized around building a Hacker News-style site. - https://goo.gl/AF8dpD
#javascript #tutorial
Make Sites Look Native Without The App Store
Using the Web Manifest spec to ensure your app looks like the real deal. - https://goo.gl/zbgW4T
#mobile
Presenting the d3.loom chart - A new plugin to create butterfly, fan-like, axe shaped charts
I’d like to “formally” introduce and explain a new (and my first) d3 plugin to create a chart that I’ve started calling “the loom”...The loom layout is meant to create a chart with a group of entities in the center and different group of entities on the outside. They are connected by strings where the thickness of the string on the outside represents the connection (i.e. value) of the inner and outer entity... -
https://goo.gl/yi4hXp
#d3js
JetBrains Open Sources Its 'Ring UI' Web UI Components
Over 50 React controls built and used at JetBrains - https://goo.gl/vJG8dV
#react #components
Understanding Service Workers
A practical introduction to service workers (scripts that run in the background separate from a Web page context) and how to easily create one using Ember. - https://goo.gl/AgL6xH
#serviceWorker
Next.js 3.0: The Universal React App Toolchain
The stable release of Next.js v3.0 arrived this week, bringing with it dynamic import support, static export support, code splitting and more. - https://goo.gl/W4fJKr
#react #next
What's So Hard About Histograms?
Histograms are a way to summarize a numeric variable. They use counts to aggregate similar values together and show you the overall distribution. However, they can be sensitive to parameter choices! We're going to take you step by step through the considerations with lots of data visualizations... - https://goo.gl/WzjYvk
#d3js
How to Lazy Load Features using React and Webpack -
https://goo.gl/WEoKuC
#react #lazyLoad
Malware on the npm Registry
A user created a ‘crossenv’ package (very similar to the popular cross-env package) which ran a script sending sensitive information over the Web. - https://goo.gl/y6DjLN
#nodejs
Sharing Stateful UI Logic with Render Callback Components
Examples of abstracting shared logic across components using the ‘Render Callback’ pattern. - https://goo.gl/EeS2nJ
#react
Hybrid Mobile Apps are Overtaking Native
The hybrid “space has evolved significantly for the better”. - https://goo.gl/D8fXUv
#hybrid #mobile
How to Create A Responsive UI with styled-components
Handling grid views in different sized viewports. - https://goo.gl/yBm2sU
#react
Redux-First Router Data-Fetching: Solving The 80% Use Case for Async Middleware - https://goo.gl/32X95x
#react #redux
'We Jumped the Gun Moving React Components to ES2015 Class Syntax'
Netflix found decreased maintainability and little benefit in using ES2015 class syntax for React components. -
https://goo.gl/zUPWi2
#react
Creating Beautiful Charts Using Vue.js Wrappers for Chart.js
Learn to quickly create different kinds of charts and visualizations for Vue.js apps, using three wrappers for the Chart.js library. -
https://goo.gl/ndDz5y
#vue #charts