Postman - полная среда для разработки API, доступная для Mac OS X, Windows и Linux. Делает работу с API быстрее и легче
https://www.getpostman.com/
https://www.getpostman.com/
Postman
Postman: The World's Leading API Platform | Sign Up for Free
Unify API design, testing, documentation, and monitoring in one platform. Build, collaborate, and innovate faster with seamless Git and gateway integrations.
Создание проекта с использованием 'npm init initializer' - npm init используется исключительно для создания файла package.json, но теперь он может взаимодействовать с такими инструментами, как create-react-app.
https://nodeweekly.com/link/53100/web
https://nodeweekly.com/link/53100/web
Маршрутизация на стороне клиента сделана правильно.
У всех было ощущение, что нет такой вещи, как «сделано правильно», когда дело доходит до маршрутизации в веб-приложениях?
https://codeburst.io/client-side-routing-done-right-3464275778bf
У всех было ощущение, что нет такой вещи, как «сделано правильно», когда дело доходит до маршрутизации в веб-приложениях?
https://codeburst.io/client-side-routing-done-right-3464275778bf
Medium
Client-side routing done right
Always had a feeling there’s no such thing as ‘done right’ when it comes to routing in web applications. I set out to prove this.
Unit тестирование для serverless проектов Node.js с помощью Jest
https://nodeweekly.com/link/53110/web
https://nodeweekly.com/link/53110/web
serverless
Unit testing for Node.js Serverless projects with Jest
Create unit tests for Node.js using the Serverless Framework, run tests on CI, and check off our list of serverless testing best practices.
Malvid - Создайте интерактивный интерфейс для разработки, предварительного просмотра и документирования веб-компонентов.
https://malvid.io/
https://malvid.io/
malvid.io
Interactive UI for components | Malvid
UI to help you build and document web components.
ReLaXed - создает документы PDF в интерактивном режиме с использованием HTML или Pug. Позволяет определять сложные макеты с помощью CSS и JavaScript.
https://github.com/RelaxedJS/ReLaXed
https://github.com/RelaxedJS/ReLaXed
GitHub
GitHub - RelaxedJS/ReLaXed: Create PDF documents using web technologies
Create PDF documents using web technologies. Contribute to RelaxedJS/ReLaXed development by creating an account on GitHub.
Deploify: как создать временную стейдж среду на Heroku из Bitbucket Pull Requests.
Если вы предпочитаете GitHub, у Heroku уже есть эта фича.
https://nodeweekly.com/link/53117/web
Если вы предпочитаете GitHub, у Heroku уже есть эта фича.
https://nodeweekly.com/link/53117/web
GitHub
flaviolivolsi/deploify
Deploify is a NPM module that creates a temporary stage environment of your web app on Heroku for each of your pull requests. - flaviolivolsi/deploify
Как разработать веб-приложение на React 16 с Sencha Grid.
https://www.sitepoint.com/how-to-build-react-16-web-apps-with-the-sencha-grid/
https://www.sitepoint.com/how-to-build-react-16-web-apps-with-the-sencha-grid/
Flute - высоконадежный email API с мощной функцией поиска, маршрутизатора и отказоустойчивости. Подключите ващ сервер за считанные минуты.
https://www.flutemail.com/
https://www.flutemail.com/
Flutemail
Flute: Multi-Provider Email API and Bounce Handler
Flute gives you a highly reliable email API with a powerful search engine, router, and failover capabilities. Plug-in your provider or server in minutes.
3 инструмента для создания прототипов приложений и веб-сайтов.
https://www.sitepoint.com/3-app-and-website-prototyping-tools-you-should-check-out-today/
https://www.sitepoint.com/3-app-and-website-prototyping-tools-you-should-check-out-today/
Sitepoint
3 App and Website Prototyping Tools You Should Check out Today - SitePoint
To take full advantage of what prototyping can do for you, you'll want the best prototyping tools. Those described here are the best of the bunch for visual and interaction fidelity.
Настройка ESLint и EditorConfig в проектах React Native
https://codeburst.io/setting-up-eslint-and-editorconfig-in-react-native-projects-31b4d9ddd0f6
https://codeburst.io/setting-up-eslint-and-editorconfig-in-react-native-projects-31b4d9ddd0f6
Medium
Setting up ESLint and EditorConfig in React Native projects
I had a hard time going from 4 spaces to 2 spaces indentation, now I’m quite comfortable with it, and I’m happy that airbnb agrees with me
Аутентификация становится проще с помощью Auth0: Часть 1 - продемонстрируем, как использовать Auth0 для защиты API Node.js (Express) к которому обращается одностраничное приложение.
https://codeburst.io/authentication-made-easy-with-auth0-part-1-95ac9dfdcf40
https://codeburst.io/authentication-made-easy-with-auth0-part-1-95ac9dfdcf40
Medium
Authentication Made Easy with Auth0: Part 1
Through example, we will demonstrate how to use Auth0 to secure a Node.js (Express) API that is accessed by a single page application.