FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Developing and Testing Microservices With Docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu

#microservice #docker
2017 is becoming the year of Container Security
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5

#microservice #docker
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
Deploy Docker Images to Heroku with Container Registry

Heroku’s new Container Registry and Runtime is now generally available and brings together the benefits of Docker with those of Heroku. - https://goo.gl/2kCpKa

#docker #heroku
52 Useful Docker Tools

Links and summaries for a variety of Docker-related tools cover areas from service discovery to security and logging. - https://goo.gl/VQRwNA

#docker #tools
A Guide to Writing Dockerfiles for Node Webapps

A step-by-step guide to writing optimized Dockerfiles for Node apps to assist in both development and deployment. - https://goo.gl/XRujqz

#nodejs #docker
Containerizing Node.js Applications with Docker

Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao

#nodejs #docker