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

Admin: @andrey2019
Download Telegram
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
A Better Way to Develop Node Apps with Docker

If you’re not using Docker yet due to the perceived complexity, this tutorial really boils things down to the absolute basics of what you can do to take advantage of it to build Node apps complete with hot module reloading. - http://amp.gs/9zDG

#nodejs #docker
Use Docker to Create a Node Development Environment

Leverage Docker images and containers to create an isolated Node development environment. - http://amp.gs/4WIs

#nodejs #docker
Dockerizing a Vue App

This tutorial looks at how to Dockerize a Vue app, built with the Vue CLI, using Docker along with Docker Compose and Docker Machine for both development and production. - http://amp.gs/dKgf

#vue #docker
The Docker Handbook: A Practical Docker Intro

If you’re new to Docker, this is one of those great walkthrough/practical style tutorials that covers the main concepts complete with examples. - http://amp.gs/FwzC

#docker
Reusable Development Containers with Docker Compose and Dip

Dip (Docker Interaction Process) abstracts Docker and Docker Compose files so you can quickly fire up a dev environment without copying anything over. Very useful, especially if you have multiple projects, and here’s how to use it with Ruby, Node, and Erlang. - http://amp.gs/oGT7

#docker
NestJS + Postgres Local Development with Docker Compose - http://amp.gs/jnZYs

#nodejs #docker