- Видео 69
- Просмотров 158 648
Vladsave Coding
США
Добавлен 21 окт 2021
My name is Vlad and I'm a freelance software developer based in Las Vegas, NV.
I'm making videos about SpringBoot/Kotlin, Google Cloud and various APIs and technologies I use when working with clients.
If you want to hire me for a consulation, a Google Cloud deployment or for implementing a project, the price is $70/hour. You can find my email on this page.
If you want to support my work on this channel, you can purchase super thanks or sponsor a video. The price for sponsoring a video is $70 and I can do a shoutout to you or your business inside the video.
I'm making videos about SpringBoot/Kotlin, Google Cloud and various APIs and technologies I use when working with clients.
If you want to hire me for a consulation, a Google Cloud deployment or for implementing a project, the price is $70/hour. You can find my email on this page.
If you want to support my work on this channel, you can purchase super thanks or sponsor a video. The price for sponsoring a video is $70 and I can do a shoutout to you or your business inside the video.
RabbitMQ Quickstart
This video is an introduction to Rabbit MQ for people who never used it before. RabbitMQ is a messaging and streaming broker
that is frequently used for communicating between micro-services.
It is similar in function to Apache Kafka in the sense that they both use message queues, with some services publishing messages and other consuming them. However RabbitMQ has more powerful message delivery mechanisms, and it does some of the work for us.
Chapters
00:00 Introduction
02:43 Differences between Apache Kafka and Rabbit MQ
05:51 Run a RabbitMQ broker in Docker
08:10 Send a message to a queue
10:40 Worker queues
16:47 Fanout exchanges
20:39 Direct exchanges
25:37 Topic exchanges
that is frequently used for communicating between micro-services.
It is similar in function to Apache Kafka in the sense that they both use message queues, with some services publishing messages and other consuming them. However RabbitMQ has more powerful message delivery mechanisms, and it does some of the work for us.
Chapters
00:00 Introduction
02:43 Differences between Apache Kafka and Rabbit MQ
05:51 Run a RabbitMQ broker in Docker
08:10 Send a message to a queue
10:40 Worker queues
16:47 Fanout exchanges
20:39 Direct exchanges
25:37 Topic exchanges
Просмотров: 139
Видео
Deploy React project to Compute Engine (with free SSL certificate)
Просмотров 3307 месяцев назад
In this video we are deploying a React project to Google Compute Engine. We are using Nginx as a webs server, installing a free SSL certificate from Let's encrypt and configuring the the HTTP to HTTPS forwarding. Install free SSL certificates in NGinx www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx/ Chapters: 00:00 Introduction 00:35 Create the React project 04:37...
FTP into Compute Engine VMs
Просмотров 868 месяцев назад
Generate SSH key for Compute Engine: cloud.google.com/compute/docs/connect/create-ssh-keys 00:00 Introductions 03:52 Add ssh key to Compute Engine
Django + Ajax tutorial project : Counters
Просмотров 1048 месяцев назад
In this simple project we will illustrate how to use Ajax in Django by implementing an app for counters. We will build everything from scratch. Source code and URLs to resources: github.com/titus58/django-ajax-demo Chapters: 00:00 Introduction 01:00 Initialize the project 03:13 Add the first view 07:21 Database model 10:50 Display the counters in a generic ListView 19:12 Start working on the AJ...
Dynamic form in React using react-hook-form and Bootstrap
Просмотров 400Год назад
In this React project we are writing a dynamic form from scratch using React, react-hook-form and Bootstrap. You don't need any prior knowledge of Bootstrap. Source code and documentation: github.com/titus58/youtube-tutorials/tree/main/react-form 00:00 Introduction 01:19 Create project with Vite 03:43 Basic Bootstrap setup 05:22 Style a basic form in Bootstrap 12:24 Process the form using react...
Selenium Quickstart with the Python SDK and the Docker standalone image
Просмотров 337Год назад
Selenium Quickstart with the Python SDK and the Docker standalone image
API Short polling in React with axios
Просмотров 1 тыс.Год назад
API Short polling in React with axios
MongoDB: Document expiration using TTL Indexes
Просмотров 2,4 тыс.Год назад
MongoDB: Document expiration using TTL Indexes
Use MongoDB in a Spring Boot Kotlin project
Просмотров 1,7 тыс.Год назад
Use MongoDB in a Spring Boot Kotlin project
Deploy Dockerized Node/Express to Compute Engine (with Load Balancer and SSL termination)
Просмотров 1,5 тыс.Год назад
Deploy Dockerized Node/Express to Compute Engine (with Load Balancer and SSL termination)
Google Cloud SQL: Install a phpMyAdmin Web UI
Просмотров 2 тыс.Год назад
Google Cloud SQL: Install a phpMyAdmin Web UI
Django production deployment to Google Compute Engine with Gunicorn and Nginx
Просмотров 4,3 тыс.Год назад
Django production deployment to Google Compute Engine with Gunicorn and Nginx
Google Sheets API Quickstart with Python
Просмотров 1,5 тыс.Год назад
Google Sheets API Quickstart with Python
Google Cloud Build Quickstart (dockerized project)
Просмотров 539Год назад
Google Cloud Build Quickstart (dockerized project)
Spring Boot: Install a free SSL certificate from Let's Encrypt
Просмотров 7 тыс.Год назад
Spring Boot: Install a free SSL certificate from Let's Encrypt
Host multiple websites on a single Apache Web Server using VirtualHosts (SSL also)
Просмотров 1,8 тыс.Год назад
Host multiple websites on a single Apache Web Server using VirtualHosts (SSL also)
GCE Networking: Communicate between VMs
Просмотров 133Год назад
GCE Networking: Communicate between VMs
DocuSign eSignature Quickstart with Node.js
Просмотров 10 тыс.Год назад
DocuSign eSignature Quickstart with Node.js
Plaid API Quickstart with Node.js+React
Просмотров 7 тыс.Год назад
Plaid API Quickstart with Node.js React
Spring Security Kotlin Quick start: Users from database, Roles
Просмотров 2 тыс.Год назад
Spring Security Kotlin Quick start: Users from database, Roles
Deploy Node+React (MERN) app to AWS Lightsail
Просмотров 8 тыс.Год назад
Deploy Node React (MERN) app to AWS Lightsail
Google Cloud: Connect Compute Engine (GCE) to Cloud SQL (3 ways)
Просмотров 2,8 тыс.Год назад
Google Cloud: Connect Compute Engine (GCE) to Cloud SQL (3 ways)
Spring Boot Kotlin - API pagination with JPA
Просмотров 1,5 тыс.2 года назад
Spring Boot Kotlin - API pagination with JPA
Deploy Spring Boot to Google Compute Engine (GCE) with SSL termination
Просмотров 3,7 тыс.2 года назад
Deploy Spring Boot to Google Compute Engine (GCE) with SSL termination
Deploy Kotlin Spring Boot to Google App Engine
Просмотров 1,5 тыс.2 года назад
Deploy Kotlin Spring Boot to Google App Engine
Connect Google Cloud SQL to a Python Cloud Function
Просмотров 10 тыс.2 года назад
Connect Google Cloud SQL to a Python Cloud Function
Spring Boot Kotlin Ep 5: Thymeleaf template engine
Просмотров 1,9 тыс.2 года назад
Spring Boot Kotlin Ep 5: Thymeleaf template engine
Thanks a lot
Hi, I have been trying to run containerised nextflow project in batch... getting an error that says process has been terminated by external system... What could be reason ? Can you please help out with this ( ready to pay )
Thanks for the information. regards giri.
Thanks for the video!! Pretty well explained 🫡
Thank you so much brother
Thats for the walkthrough on lightsail and deploying node js !! was really helpful !
Easy to understand
Hi, great tutorial, thank you. I have a question: If I want to setup my application in two different zone let say East-A and West-B, how can I achieve the following setup ? Assuming the two Zone is managed by a Global Load Balancer ? Thank you.
Thanks
Yeah thanks a lot
Excellent, excellent, excellent video. Clear, to the point and so easy to follow. Thank you!
Kindly post video about MERN stack app on GCP sir
Can we deploy MERN stack app
Useful video sir
how to send what you did after clicking form button a link to this for requested signing users to complete?
Cool! Thanks!
Is it possible for 3 websites?
Thank you!
HI, for the cloud batch jobs, what permissions or roles are needed to create container jobs?
Thanks for the video! Much appreciated. Is it possible to configure 1 vm on gcp with 1 certificate that has multiple sites hosted on it?
Very helpful!
Hi sir please do the video hostiger vps hosting django project
I keep receiving unhandled promise rejections when calling the endpoints. "Unhandled Promise Rejection: AxiosError: Request failed with status code 500", specifically on the exhange public token step. Had the same problem for the link token, but it was solved when I just deleted and rewrote, not this time though.
Thanks for this lecture! By the way the background is awesome I really like it
Thanks 🙏
I have a doubt, is there any way we can expire a field only not the whole document itself?
i dont think so just make thoes field in separete table and use a foreign key
That was some neat explaining. I understand it in one go. Thank you.
The SSH key i downloaded is in .pem format and I cant seem to upload it in filezilla
this yaml file does not work it says the keywords are undefined
Thanks for sharing ! Clear explanation 👍
Muchas gracias, tenia mas de un día queriendome conectar y no podía.
Very helpful! Thanks!
69th like
I had issues with inserting default or auto generated fields to MariaDB. Solution to that is you need specify your data class / Entity with table details. @Entity @Table(catalog=“db_name”, name=“table_name”) class Data()
very helpful, would you please can add auto play on slider??
Very helpful, thank you. One area that could have used a bit more coverage is setting up a new domain rather than building on top of existing domain.
Thank you so much sir, after 1 week of frustration i deployed node API on AWS because of you. I hope you have a nice day!!!
Thanks 👍
Thankful that I've found the most useful and simple tutorial- unfortunate that you don't have many views or subscribers given you do exactly what's needed bare-minimum!
Thank you 🙏
terrible video
🤷🏻♂️
can i use vscode?
Of course. You might need to install some extensions. I'm not familiar with doing spring boot in vscode
I am getting below error on docker push command error parsing HTTP 403 response body: invalid character '<' looking for beginning of value:
BTw, can I use the same procedure if I am deploying the Django app on a Local Ubuntu Server?
Yes, you'll just need to run supervisord at startup using systemd. The alternative is to add gunicorm to systemd and skip supervisor
thanks ! so helpful 👋👋
Awesome, nicely paced and well explained, thank you.
🙏
Thanks, Vladsave, your video made my task very easy.
Thank you so much. Made it all so simple
thanks a lot man
Keep up the great work!
Bro you really deserve a sub for making this playlist! i don't say it often but you have my respect!
Thank you
What if I want to render my sitefirst page under sitesecond url and render sitefirst under sitefirst. What I mean is i want keep my sitesecond url but render sitefirst page.
If I understand correctly, you'll have to add a 301 redirect under sitesecond virtualhost from /page to sitefirst/page
this is perfect tutorial loved it... But I have 1 question . 1. can we submit batch jobs with custom environment variable using python and using cloud functions.(automated way). if yes , can you please point me to the docs or any tutorial if you have created.
It is possible. Take a look at this documentation page for creating batch jobs with Python. cloud.google.com/batch/docs/samples/batch-create-container-job?hl=en#code-sample You can add your environment variables in runnable.environment cloud.google.com/php/docs/reference/cloud-batch/latest/V1.Runnable