Juriy Bura
Juriy Bura
  • 89
  • 1 605 394
Serverless Architectures on AWS: should you read it?
My review of "Serverless Architectures on AWS". I give this book 7/10 for real-world use cases and "practicum", but other chapters don't seem quite as relevant.
zhlédnutí: 1 214

Video

New JS operators in 2021 - Logical Assignment
zhlédnutí 2,6KPřed 3 lety
Deep dive into a new syntax of ECMAScript 2021 - Logical Assignment Operators. Proposal link - github.com/tc39/proposal-logical-assignment Same video in Russian - czcams.com/video/ZHHwKIe_vNw/video.html
Multiplayer Game Development with JavaScript (full workshop)
zhlédnutí 45KPřed 4 lety
Please let me know what you think about this "workshop" video format! Video Contents: 00:00:00 Introduction 00:04:03 Project structure 00:06:28 Basic Server 00:09:53 Introducing Socket.io 00:16:03 Creating a chat 00:20:08 Canvas 00:26:58 Exchanging turns 00:37:49 Rendering game board 00:49:59 Game state on server 00:59:50 Win conditions 01:10:47 Turn cooldown 01:14:30 Summary Source code: githu...
Jenkins build triggers - how to run build on git push
zhlédnutí 30KPřed 4 lety
Deploying Node - complete playlist czcams.com/play/PLQlWzK5tU-gDyxC1JTpyC2avvJlt3hrIh.html
Node.js Global Summit 2020
zhlédnutí 2KPřed 4 lety
geekle.us/ - register here. JuriyBura - promo code for 20% off for the Senior Track Join my talks - "Deploying Node: from localhost to the cloud" and "Multiplayer Game Dev in Web: how to build your own game in less than 30 minutes"
Building Node.js application with Jenkins
zhlédnutí 61KPřed 4 lety
Deploying Node, playlist czcams.com/play/PLQlWzK5tU-gDyxC1JTpyC2avvJlt3hrIh.html
Introduction to Jenkins
zhlédnutí 7KPřed 4 lety
Main concepts of Jenkins explained
How to configure NGINX with Jenkins
zhlédnutí 12KPřed 4 lety
Video timings are below. Complete resulting config: github.com/Juriy/easyio/blob/master/conf/nginx/jenkins.conf Condensed text version of this guide: github.com/Juriy/easyio/blob/master/guides/jenkins-with-nginx.md 03:22 - installing NGINX, certbot, requesting certificates 05:43 - basic NGINX config 08:20 - configuring upstream and keep-alive connections 10:59 - config parameters required by Je...
Why you can't change state directly in React?
zhlédnutí 8KPřed 4 lety
One of the "main" rules of React - never change the state directly? But do they ever tell you why?
How to install Jenkins on CentOS
zhlédnutí 8KPřed 5 lety
Learn how to install Jenkins CI/CD server on your CentOS server. Installation steps: wiki.jenkins.io/display/JENKINS/Installing Jenkins on Red Hat distributions
How to install Java on CentOS
zhlédnutí 6KPřed 5 lety
Learn how to install OpenJDK on your CentOS server. Click the link to have $10 of server time for free on Digital Ocean (and to support this channel): m.do.co/c/e79071ae6b49
Setting up Continuous Integration Server
zhlédnutí 7KPřed 5 lety
DigitalOcean (get $50 credits) m.do.co/c/e79071ae6b49 || Sample app: github.com/Juriy/easyio Preparing our build server for setup from the scratch: updating linux packages and installing essential tools.
Continuous Integration for Node.js
zhlédnutí 20KPřed 5 lety
From the simple build script to a dedicated automated build server: how to improve your build process to create more reliable, secure and manageable build pipeline
Setting up recording studio at home
zhlédnutí 1,4KPřed 5 lety
Recording studio setup is one of the most difficult subjects to get your head around. Microphones, audio interfaces, lights and sound all seem to be important. However the amount of technical details and hard decision on priorities are making studio setup quite overwhelming.
Understanding and Configuring SELinux (Security Enhanced Linux)
zhlédnutí 20KPřed 6 lety
Do you know what's -rwxr-xr-x means? Great, yet it is not enough to configure permissions on your Linux host anymore. From 2018 SELinux (Security Enhanced Linux) is turned ON by default in most distributions. While improving the security, it will also block many actions that were allowed before which may lead to hard-to-find errors. In this video we'll learn how to configure SELinux policies fo...
How to renew SSL certificate
zhlédnutí 66KPřed 6 lety
How to renew SSL certificate
Using HTML5 canvas to make games
zhlédnutí 24KPřed 6 lety
Using HTML5 canvas to make games
JavaScript Game Dev - Win Conditions
zhlédnutí 7KPřed 6 lety
JavaScript Game Dev - Win Conditions
JavaScript Game Dev - Multiplayer Match
zhlédnutí 32KPřed 6 lety
JavaScript Game Dev - Multiplayer Match
Restyling game client
zhlédnutí 4,7KPřed 6 lety
Restyling game client
Building multiplayer game with JavaScript
zhlédnutí 82KPřed 6 lety
Building multiplayer game with JavaScript
How to pass JavaScript interviews. Guide for Junior Developers
zhlédnutí 82KPřed 7 lety
How to pass JavaScript interviews. Guide for Junior Developers
Load Balancing with NGINX
zhlédnutí 84KPřed 7 lety
Load Balancing with NGINX
How to get free SSL certificate and configure HTTPS
zhlédnutí 80KPřed 7 lety
How to get free SSL certificate and configure HTTPS
Serving static files with NGINX
zhlédnutí 43KPřed 7 lety
Serving static files with NGINX
Client IP in NGINX reverse proxy
zhlédnutí 30KPřed 7 lety
Client IP in NGINX reverse proxy
Proxying WebSockets with NGINX
zhlédnutí 70KPřed 7 lety
Proxying WebSockets with NGINX
Understanding Network Interfaces
zhlédnutí 60KPřed 7 lety
Understanding Network Interfaces
Installing and Configuring NGINX on CentOS
zhlédnutí 86KPřed 7 lety
Installing and Configuring NGINX on CentOS
NGINX as a Reverse Proxy (listening on port 80)
zhlédnutí 107KPřed 7 lety
NGINX as a Reverse Proxy (listening on port 80)

Komentáře

  • @naveengate-hg8qn
    @naveengate-hg8qn Před 14 dny

    Product link and cost ...??

  • @dobrv
    @dobrv Před 17 dny

    good reviews, thanks 👍

  • @AdnanKhan-sc6hh
    @AdnanKhan-sc6hh Před měsícem

    Wonderful video list, is the easyio video missing because can not find it in the playlist. thank for the share.

  • @colbr6733
    @colbr6733 Před 2 měsíci

    This is excellent. I've been looking to better understand what is going on with WebSockets and Nginx. This is certainly one of the best explanations available on you tube, most simply say copy this code and paste it into locations.

  • @MichaelBullutKE
    @MichaelBullutKE Před 3 měsíci

    Currently, I am testing SELinux on an Ubuntu 22.04.4 virtual machine & when I enable enforcing, mode the network gets turned off. Funny enough, when I enabled permissive mode, the network is restored. Am I configuring it wrong?

  • @masterj1081
    @masterj1081 Před 4 měsíci

    Great tutorial , Thank you so much sir.

  • @bense_tony
    @bense_tony Před 4 měsíci

    Thank you :). Very useful.

  • @godithisruthi3372
    @godithisruthi3372 Před 4 měsíci

    Thanks for the great explaination!!

  • @StupidusMaximusTheFirst
    @StupidusMaximusTheFirst Před 5 měsíci

    SEL is way too complicated, apps change way too fast, including their dependencies, I'm not sure if it's worth the trouble. And really, it hasn't gone that far ever since it was introduced decades ago, things are just as I left them as far as I remember. Nowadays you have containers and VMs, there are no ways to escape out of them, and it's much easier and safer imho. In the past, even this kind of thing was difficult to set up, a custom chroot was a lot of work. Now it's easy, it's not efficient, you drop a whole unnecessary minimal OS in that docker, but it's easy. And people managed to make minimal versions of their distros somewhat better than what they used to be.

  • @swift_sixx4860
    @swift_sixx4860 Před 5 měsíci

    nothing is working. i've tried many methodsm my new user is still a root user

  • @oranbenavi8105
    @oranbenavi8105 Před 5 měsíci

    I've spent 2 days trying to find a solution to my error, even chatgpt failed to help. Thank you so much you video help me a lot 🙏🙏🙏

  • @Microchaosmac
    @Microchaosmac Před 6 měsíci

    thanks

  • @tech_simpleterms
    @tech_simpleterms Před 6 měsíci

    Best series among all series i watched on Node Js. Excellent from the first episode to last. I dont know how i missed this series even though it was published long back.

  • @RodrigoSotoCastro
    @RodrigoSotoCastro Před 6 měsíci

    Nice video, thanks!

  • @VONTUGUNA
    @VONTUGUNA Před 7 měsíci

    Cool. Thanks

  • @elmasx
    @elmasx Před 8 měsíci

    Thank you so so much!

  • @АнтонБраун-й7я
    @АнтонБраун-й7я Před 9 měsíci

    Хотел узнать ещё, что вы думаете про React Native и стоит ли начинать что-то большое на нём ?

  • @АнтонБраун-й7я
    @АнтонБраун-й7я Před 9 měsíci

    Этот звук в превью, ностальгия! Юрий, пару лет назад ничего не знал о React, но благодаря вашему курсу я стал полноценным разработчиком, большое вам спасибо! Лучший курс по разработке на моей памяти, отсутствие воды и всё по полочкам, спасибо ещё раз!

  • @tomloa245
    @tomloa245 Před 9 měsíci

    too much speed , explain a little slooowly

  • @glkoop
    @glkoop Před 9 měsíci

    I have a noob quetion, so in the case here our nginx would be storing the files ? if I am dockerized and my Nginx is a seperate docker/phisical-server then files host on that server ?

  • @diasabdrakhmanov
    @diasabdrakhmanov Před 10 měsíci

    Why when I press the "Say" button does the entered word just disappear?

  • @PeterBuffon
    @PeterBuffon Před 11 měsíci

    Hello i made a fork of the repository to work with docker and docker-compose, it's on pedrobuffon/easyio-fork

  • @diasabdrakhmanov
    @diasabdrakhmanov Před 11 měsíci

    I liked the game. BUT: I need a more detailed explanation as I am new to programming. I learned HTML, CSS, Java script structure, but I still don't understand what you are doing and what tools you are using. Do you have more detailed videos/courses?

  • @diasabdrakhmanov
    @diasabdrakhmanov Před rokem

    If it's online game, then why Localhost? How to make online game between different computers and different wi-fi networks? Please someone say me!

    • @JuriyBura
      @JuriyBura Před rokem

      For demo purposes, this game is running locally. If you would like to publish your game in a way that it is accessible to everybody, you'll need to deploy the code somewhere like AWS, DigitalOcean or another platform that allows to deploy Node.js applications. There is whole video series on this channel about deploying Node.js applications, check it out!

  • @diasabdrakhmanov
    @diasabdrakhmanov Před rokem

    Can I play this game from different computers connected to different networks?

  • @speckygaming8499
    @speckygaming8499 Před rokem

    can anyone help me i making a microservice to handle 50k concurrent request on node js and socket io i want to divide the load on multiple connection and those connection should not close or die when user leave all 50k connection should me maintaind

    • @JuriyBura
      @JuriyBura Před rokem

      Hmm, not quite sure how this is supposed to work though. If the user leaves and closes their side of the connection, the connection will be closed. Overall, I would recommend looking at something that has auto-scaling, for example AWS API Gateway + Lambdas, if the load is spiky and you need elasticity. For experimental purposes I found this article insightful: unetworkingab.medium.com/millions-of-active-websockets-with-node-js-7dc575746a01

  • @Henqi
    @Henqi Před rokem

    Very nicely done: good info in a small enough package with useful commands!

  • @silvesterlangen164
    @silvesterlangen164 Před rokem

    Thank you for showing how to configure it. This saves me hours of work. :-)

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Can you go on with other Jenkins options? Ex webhooks from github??

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Simplicity is power. Great explanation of how Jenkins works. Thank you

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great intro to Jenkins 🙂 thank you

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great explanation.. also points out to how to set env vars in Linux

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great video. You're showing great details in both nginx & node.js .. thabk you!

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Thanks

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Really great video. Love showing the dev tools and different network options (web sockets, XML ajax requests)

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Really great video. Love showing the dev tools and different network options (web sockets, XML ajax requests)

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Really great video. Love showing the dev tools and different network options (web sockets, XML ajax requests)

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Really awesome. Love placing the diagrams to explain everything in an easy & clear mannar. Thank you

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great video. Short and to the point. Thank you!

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great video .. short & sweet. The only drawback is a bit of unsynchronized audio after the mid point. Nothing serious though. Thank you for the effort

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    Great video. short and sweet. To the point.

  • @khalidelgazzar
    @khalidelgazzar Před rokem

    This is a great tutorial. Short, sweet and to the point ☝️

  • @cursorhigh
    @cursorhigh Před rokem

    bro plz tell us for https and wss

  • @GagikHarutyunyan_dev

    Should we wait for the next course? Maybe about AWS?)

  • @Trinita1970
    @Trinita1970 Před rokem

    merci chef

  • @TheAkiller101
    @TheAkiller101 Před rokem

    This is the best explanation I have ever gotten, I wish you were my networking lecturer when I was in uni

  • @noobike7996
    @noobike7996 Před rokem

    Нашел вас на ютубе после просмотра курса про реакт редукс , спасибо вам

  • @aleksandrmostovenko6982

    great video, thanks Juriy

  • @denchke
    @denchke Před rokem

    Great idea, thanks for the review. Thrilled about the upcoming content

  • @samtlt
    @samtlt Před rokem

    Рад снова тебя видеть! Твой курс по реакту оказал на меня огромное влияние и позволил мне перейти из мира верстки в мир JS. Спасибо!

    • @amoral3
      @amoral3 Před rokem

      Привет! На Udemy этот курс смотрел?

    • @samtlt
      @samtlt Před rokem

      @@amoral3 Да