Избегайте общих проблем с модулями в Angular https://blog.angularindepth.com/avoiding-common-confusions-with-modules-in-angular-ada070e6891f
easter-egg-collection https://github.com/WeiChiaChang/easter-egg-collection
GitHub
GitHub - WeiChiaChang/easter-egg-collection: 🐰 A funny library for tricking your colleagues.
🐰 A funny library for tricking your colleagues. Contribute to WeiChiaChang/easter-egg-collection development by creating an account on GitHub.
RESTool — open source UI инструмент для управления RESTful APIs https://medium.com/@danielsternlicht/restool-an-open-source-ui-tool-for-managing-restful-apis-32c18062502
Medium
RESTool — Open Source UI Tool for Managing RESTful APIs
When I worked at Outbrain, we had a very nice tradition of open source days. Once a month, we met outside the office, and dedicated a full…
Разработчик из Shuvayatra делится опытом внедрения Progressive Web App в контексте SEO https://medium.com/@tyohan/progressive-web-app-search-engine-optimization-in-shuvayatra-app-a7c111671338
Medium
Progressive Web App — Search Engine Optimization in Shuvayatra App
Most resistance from most start-ups and developers when they’re asked why not build their web apps with single page app is because it’s not…
Flex Grow и Flex Basis: адаптивная раскладка страниц https://codeburst.io/flex-grow-flex-basis-css-responsive-page-layouts-7fc3f26100f0
Medium
Flex Grow & Flex Basis: CSS Responsive Page Layouts
In this video, I show a simple way to use flex grow and flex basis to achieve a responsive page layout. It’s much easier than trying to…
Готовые к продакшену веб-приложения с vue-pwa-boilerplate (Jeff Posnick на VueNYC) https://www.youtube.com/watch?v=MLciApf2WTc
YouTube
VueNYC - Production Ready Progressive Web Apps with vue-pwa-boilerplate - Jeff Posnick
vue-cli along with the vue-pwa-boilerplate gives developers a solid starting point for building production-ready Progressive Web Apps. We'll walk through the process of getting started, and cover all the benefits that you build your PWA on a solid foundation.…
Релиз Firefox 55 http://www.opennet.ru/opennews/art.shtml?num=46987
www.opennet.ru
Релиз Firefox 55
Официально состоялся релиз web-браузера Firefox 55, а также мобильной версии Firefox 55 для платформы Android. Firefox 55 стал первым выпуском, подготовленным без формирования ветки aurora в соответствии с новым процессом разработки. В ближайшие часы ожидается…
Вам может понадобиться React, но не вся экосистема https://medium.com/thetruesight/you-may-need-react-but-not-the-whole-ecosystem-9f8aa46593ad
Medium
You may need React, but not the whole ecosystem
React — The first class
Angular 4 и взаимодействие соседних компонентов https://robferguson.org/blog/2017/08/31/angular-4-and-sibling-component-interaction/
ES Modules в Node уже сегодня https://blogs.windows.com/msedgedev/2017/08/10/es-modules-node-today/
Microsoft Edge Dev Blog
ES Modules in Node Today!
Editor’s Note: Today’s post is a guest post from John-David Dalton, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node. I’m excited…
3 шаблона разделения кода для VueJS и Webpack https://medium.com/js-dojo/3-code-splitting-patterns-for-vuejs-and-webpack-b8fff1ea0ba4
Medium
3 Code Splitting Patterns For VueJS and Webpack
Code splitting an app is a great way to improve its initial loading speed and can easily be achieved with Webpack. But where and when do…