- 69
- 160 652
Vladsave Coding
United States
Приєднався 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
Переглядів: 146
Відео
Deploy React project to Compute Engine (with free SSL certificate)
Переглядів 3398 місяців тому
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
Переглядів 948 місяців тому
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
Переглядів 1118 місяців тому
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
Переглядів 430Рік тому
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
Переглядів 347Рік тому
Selenium Quickstart with the Python SDK and the Docker standalone image
API Short polling in React with axios
Переглядів 1,1 тис.Рік тому
API Short polling in React with axios
MongoDB: Document expiration using TTL Indexes
Переглядів 2,5 тис.Рік тому
MongoDB: Document expiration using TTL Indexes
Use MongoDB in a Spring Boot Kotlin project
Переглядів 1,8 тис.Рік тому
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,1 тис.Рік тому
Google Cloud SQL: Install a phpMyAdmin Web UI
Django production deployment to Google Compute Engine with Gunicorn and Nginx
Переглядів 4,4 тис.Рік тому
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)
Переглядів 546Рік тому
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
Переглядів 135Рік тому
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 тис.2 роки тому
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