#JS Code
@js_code
485
subscribers
18
photos
1
file
379
links
Download Telegram
Join
#JS Code
485 subscribers
#JS Code
https://hackernoon.com/containerizing-a-node-js-api-using-docker-with-kubernetes-and-minikube-30255fd33ef9
Hackernoon
Containerizing a Node.js API & Using Docker with Kubernetes and Minikube | Hacker Noon
#JS Code
https://nodesource.com/blog/scalable-nodejs-with-kubernetes-and-google-kubernetes-engine/
The NodeSource Blog - Node.js Tutorials, Guides, and Updates
Scalable Node.js with Kubernetes and Google Kubernetes Engine
Kubernetes and Node.js Tutorial: Follow along to deploy a scalable, Dockerized Node.js application to a Kubernetes cluster using Google Kubernetes Engine.
#JS Code
Какое видео должно выйти завтра?
Anonymous Poll
41%
О react.js
59%
О node.js
#JS Code
https://expressjs.com/en/starter/installing.html
Expressjs
Installing Express
Learn how to install Express.js in your Node.js environment, including setting up your project directory and managing dependencies with npm.
#JS Code
https://expressjs.com/en/guide/routing.html
Expressjs
Express routing
Learn how to define and use routes in Express.js applications, including route methods, route paths, parameters, and using Router for modular routing.
#JS Code
https://www.youtube.com/watch?v=aGB5-uGZSac
YouTube
Node.js #5: Express.js пишем простейшее REST API и реализуем базовый Dependencies Injection
#JS Code GitHub repo:
https://github.com/js-code-ua
#IT Navigator Live
https://www.youtube.com/channel/UCwOt1F9Y-L3l9o1vEmKbcxw
#IT Navigator
https://www.youtube.com/channel/UCnbiPsM5jf3BW5Vnu_EYjow
Telegram
https://t.me/js_code
Twitter
https://twit…
#JS Code
Как вам последнее видео об Express.js?
Anonymous Poll
86%
Круто, развивай эту тему дальше
14%
Ну такое, давай что то другое
#JS Code
https://youtu.be/8DvywoWv6fI
YouTube
Python for Everybody - Full University Python Course
This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no pre-requisites and avoids all but the simplest mathematics.
🔗
Sample Code Zip: https://www.py4e.com/code3.zip
🔗
Lecture Slides and Handouts:…
#JS Code
Тем кому интересен питон, Небольшой интенсивчик
😁
#JS Code
https://ci.testling.com/guide/tape
#JS Code
https://hackernoon.com/1-year-of-event-sourcing-and-cqrs-fb9033ccd1c6
#JS Code
https://medium.com/@FloSloot/node-js-protobuf-grpc-and-discovery-services-fd099a3fe51a
Medium
Node.js: Protobuf, gRPC and Discovery Services
— “Boy, that’s a lot of rocket science you wanna cover there!”
#JS Code
https://habr.com/ru/post/306816/
Хабр
Пишем микросервис на KoaJS 2 в стиле ES2017. Часть I: Такая разная ассинхронность
У Вас никогда не возникало желания переписать все с чистого листа, «забить» на совместимость и сделать все «по уму»? Скорее всего KoaJS создавался именно так.
#JS Code
https://habr.com/ru/post/307148/
Хабр
Пишем микросервис на KoaJS 2 в стиле ES2017. Часть II: Минималистичный REST
Это продожение статьи Пишем микросервис на KoaJS 2 в стиле ES2017. Часть I: Такая разная ассинхронность. Постараюсь угодить начинающему разработчику, который х...
#JS Code
https://github.com/lorenwest/node-config
GitHub
GitHub - node-config/node-config: Node.js Application Configuration
Node.js Application Configuration. Contribute to node-config/node-config development by creating an account on GitHub.
#JS Code
https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e
Medium
Build A Real World Beautiful Web APP with Angular — A to Z Ultimate Guide — PART I
No more ugly tutorials projects! No more fictional brands examples!
#JS Code
https://habr.com/ru/post/447250/
Хабр
Учимся общаться между микросервисами на Node.js через RabbitMQ
Это продолжение статьи «Пишем первый микросервис на Node.js с общением через RabbitMQ», которая была неплохо принята пользователями хабра. В этой статье я расска...
#JS Code
https://github.com/davidgatti/How-to-Stream-Movies-using-NodeJS
GitHub
GitHub - davidgatti/How-to-Stream-Movies-using-NodeJS:
🎥
How to Stream Movies to a HTML 5 video tag using NodeJS
🎥
How to Stream Movies to a HTML 5 video tag using NodeJS - GitHub - davidgatti/How-to-Stream-Movies-using-NodeJS:
🎥
How to Stream Movies to a HTML 5 video tag using NodeJS
#JS Code
https://webrtc.org/
#JS Code
https://davidburgos.blog/nginx-to-serve-statics-from-amazon-s3/
David Burgos' blog
How to configure Nginx to serve statics from Amazon S3
Recently I needed to configure Nginx to serve statics from Amazon S3 and this is how I did it. Configuring Nginx to serve statics from Amazon S3 Edit the Nginx configuration file and add a server block (ie in your nginx.conf) server { listen 80; se…