- Видео 35
- Просмотров 138 050
Sai Prakash Reddy
Индия
Добавлен 14 мар 2018
This is Sai Prakash, Software Engineer from India. The aim of the channel is to put out content that is useful and is easy to understand at the same time. Subscribe to the channel if you are interested in seeing the content related to computer science, software engineering, competitive programming, machine learning, and much more.
linktr.ee/SaiPrakashReddy
Cheers.
linktr.ee/SaiPrakashReddy
Cheers.
Automate Deployments With GitHub Actions CI/CD - Setting up Environments DEV, Prod.
CI/CD pipelines using React, GitHub Actions, and Heroku.
In this video We will be understanding the importance of CI CD, and we will implement CI CD setup on a brand-new project, which simulates how the projects are built at scale in Big Corporates and Startups.
We will also see branches will be used to Test and QA the features without breaking the Production environment and enabling the smooth dev process. I will be using Heroku PaaS as the Platform to deploy our project and GitHub actions as the CI CD tool.
CI/CD has three important terminologies that we need to understand before jumping into the code.
Continuous integration is an automation process for engineers and developers that allows ...
In this video We will be understanding the importance of CI CD, and we will implement CI CD setup on a brand-new project, which simulates how the projects are built at scale in Big Corporates and Startups.
We will also see branches will be used to Test and QA the features without breaking the Production environment and enabling the smooth dev process. I will be using Heroku PaaS as the Platform to deploy our project and GitHub actions as the CI CD tool.
CI/CD has three important terminologies that we need to understand before jumping into the code.
Continuous integration is an automation process for engineers and developers that allows ...
Просмотров: 1 131
Видео
Minimum Insertion Steps to Make a String Palindrome Explained - Leetcode Hard Interview Preparation
Просмотров 2142 года назад
Minimum Insertion Steps to Make a String Palindrome - Leetcode Hard - Interview Preparation Like, share and subscribe to the Channel is appreciated. Profiles : LinkedIn: www.linkedin.com/in/saiprakash14 Twitter : aSeptemberguy GitHub : github.com/Saiprakashreddy14
Binary Tree Nodes Around Radius | Top Interview Question | Medium
Просмотров 412 года назад
Binary Tree Nodes Around Radius | Top Interview Question | Medium You are given a binary tree root containing unique integers and integers target and radius. Return a sorted list of values of all nodes that are distance radius away from the node with value target. Constraints 1 ≤ n ≤ 100,000 where n is a number of nodes in root 0 ≤ distance ≤ 100,000 Subscribe for more tutorials on top intervie...
How I Passed 2 AWS Certifications in 2 Months, 2022
Просмотров 4672 года назад
How I Passed 2 AWS Exams in 2 Months, 2020. Learn in this video my learning and exam taking strategies to pass: 1. AWS Certified Solutions Architect Associate Exam 2. AWS Certified Cloud Practitioner LinkedIn: www.linkedin.com/in/saiprakash14
How to Setup Github using SSH on your computer
Просмотров 872 года назад
this video demonstrates how to easily set up your git using the SSH method. Works perfectly with almost any operating system and makes version controlling systems a breeze to use . the process is identical for setting up git with the bitbucket also. Profiles : LinkedIn: www.linkedin.com/in/saiprakash14 Twitter : aSeptemberguy GitHub : github.com/Saiprakashreddy14
15 most common Interview Questions on Binary Trees Crash Course
Просмотров 4792 года назад
Binary Trees Crash Course - Data Structures and Algorithms Interview Preparation crash course. This video talks about the 15 most common concepts/problems that are necessary to ace the Binary tree concepts in a technical interview. Internship season is here, so is the interview season. this video helps you learn and nail the concepts of binary trees. Like and Subscribe. (It's easy and requires ...
Best Mouse for Developers and Creators | Logitech mx master 2S
Просмотров 1793 года назад
The mouse shown in the video is Mx master 2s . Link: www.amazon.in/dp/B071YZJ1G1/ref=cm_sw_r_tw_dp_dl_ACMST51KJDH2ST7CN3F4 The newer version of this mouse is Mx master 3 , but 2s has a better polling rate, the rest of everything is identical. Thumbnail Design was inspired by @Canoopsy . a like, share and subscribe to the Video is appreciated. Profiles : LinkedIn: www.linkedin.com/in/saiprakash14
Books That I am Currently Reading | Book Recommendations
Просмотров 1563 года назад
Books that I am currently reading and I would highly suggest. Profiles : LinkedIn: www.linkedin.com/in/saiprakash14 Twitter : aSeptemberguy GitHub : github.com/Saiprakashreddy14
Building Best Personal Cloud Storage Solution with AWS S3 #1
Просмотров 2,2 тыс.3 года назад
In this video, we are going to take advantage of S3 storage to build the Best Cloud Storage solution web app that can be used to quickly upload the Files from the local system to the AWS Cloud S3 Storage. This makes the storage of large files and backups of data be stored in a secure manner and at a very cheap and affordable cost compared to the solutions like GDrive, Dropbox, or iCloud. This i...
Building a Custom URL Shortener | Django
Просмотров 1,3 тыс.3 года назад
In this video, I will be building a URL shortener project, which is a clone of the bitly or Shortly URL shortener. The Video will be unscripted and unedited so it contains debugging, frustration, and questioning the life choices when things don't go well. stack: Django Sqlite databases HTML Profiles : LinkedIn: www.linkedin.com/in/saiprakash14 Twitter : aSeptemberguy GitHub : github...
Spring Boot Course | Building REST API with Spring Boot + H2 Database
Просмотров 1,2 тыс.3 года назад
Building Production Grade REST API with Spring Boot H2 Database | Spring Boot Tutorial This Video Explains how to Build production-level APIs Using the Spring Boot Framework and H2 Database, Hibernate. Spring Boot is an open-source Java-based framework used to spring boot-microservices. It is developed by the Pivotal Team and is used to build stand-alone and production-ready spring applications...
Floating Point Arithmetic: Issues and Limitations | Python
Просмотров 2,4 тыс.3 года назад
Floating-Point Arithmetic: Issues and Limitations | Python Just when I thought I am getting good in python, I was hit with the limitation and bugs that floating-point arithmetic has in python. I was shocked and couldn't get around the fact that floating-point arithmetics are basically approximation values and even a computer doesn't give you absolute values. Hence I decided to make a video on t...
Transfiguration - GeeksforGeeks - DSA
Просмотров 6343 года назад
Transfiguration - GeeksforGeeks - This Video Explains how to solve the Transfiguration problem. Follow This Series for the Explanation and Walkthrough of the Challenges for 30 days of Code challenge in Geeks for Geeks a like, share and subscribe to the Video is appreciated. Subscribe for more tutorials on top interview questions, Projects, and Much more .. 🙂. Blog post: www.geeksforgeeks.org/tr...
Dam of Candies - GeeksforGeeks - DSA .
Просмотров 1,1 тыс.3 года назад
Dam of Candies - GeeksforGeeks - Day 4 of 30DaysofCode #30daysofcodewithGFG. This Video Explains how to solve the Dam of Candie's problem. Follow This Series for the Explanation and Walkthrough of the Challenges for 30 days of Code challenge in Geeks for Geeks a like, share and subscribe to the Video is appreciated. Subscribe for more tutorials on top interview questions, Projects, and Much mor...
Valid Pair Sum - Day 7 of #30daysofcodewithGFG
Просмотров 1,2 тыс.3 года назад
Valid Pair Sum - GeeksforGeeks - Day 7 of 30DaysofCode #30daysofcodewithGFG . This Video Explains how to solve Valid Pair Sum problem . Please try to solve the problem by yourselves for sometime , refer this tutorials as the last resort 🙂 . Follow This Series for the Explanation and Walkthrough of the Challenges for 30 days of Code challenge in Geeks for Geeks a like, share and subscribe to the...
I Built Chrome Extension for YouTube Subscriber Count - How to Build a Chrome Extensions
Просмотров 9583 года назад
I Built Chrome Extension for RUclips Subscriber Count - How to Build a Chrome Extensions
Spiral Matrix - GeeksforGeeks - Day 5 of 30DaysofCode #30daysofcodewithGFG
Просмотров 4903 года назад
Spiral Matrix - GeeksforGeeks - Day 5 of 30DaysofCode #30daysofcodewithGFG
Number of minimum picks to get 'k' pairs of socks from a drawer - Day 4 of #30daysofcodewithGFG
Просмотров 2,2 тыс.3 года назад
Number of minimum picks to get 'k' pairs of socks from a drawer - Day 4 of #30daysofcodewithGFG
Smallest Positive Integer that cant be represented as Sum - GeeksforGeeks - Day 3 of 30DaysofCode
Просмотров 4,4 тыс.3 года назад
Smallest Positive Integer that cant be represented as Sum - GeeksforGeeks - Day 3 of 30DaysofCode
Nth Natural Number - GeeksforGeeks - Day 2 of 30DaysofCode - #30daysofcodewithGFG
Просмотров 4 тыс.3 года назад
Nth Natural Number - GeeksforGeeks - Day 2 of 30DaysofCode - #30daysofcodewithGFG
Permutations - Leetcode - Python - Top Interview Questions
Просмотров 1473 года назад
Permutations - Leetcode - Python - Top Interview Questions
Dutch National Flag problem - Sort Colors Leetcode - Medium
Просмотров 1463 года назад
Dutch National Flag problem - Sort Colors Leetcode - Medium
Building a Wallpaper Project in Django using API | Full Stack Web development Project
Просмотров 7173 года назад
Building a Wallpaper Project in Django using API | Full Stack Web development Project
Number of Islands - Leetcode - Medium
Просмотров 1514 года назад
Number of Islands - Leetcode - Medium
Trapping Rain Water Problem - Leetcode Hard - Competitive programming
Просмотров 1364 года назад
Trapping Rain Water Problem - Leetcode Hard - Competitive programming
Best Time to Buy and Sell Stock I and II - Leetcode - Top interview Questions
Просмотров 2544 года назад
Best Time to Buy and Sell Stock I and II - Leetcode - Top interview Questions
Web scraping in python BeautifulSoup | WebScraping Tutorial
Просмотров 2384 года назад
Web scraping in python BeautifulSoup | WebScraping Tutorial
Solving hard problems on leetcode - jump game
Просмотров 1534 года назад
Solving hard problems on leetcode - jump game
Maximum Subarray Sum - kadane's algorithm - LeetCode
Просмотров 2804 года назад
Maximum Subarray Sum - kadane's algorithm - LeetCode
Deploy Django Website Using AWS EC2 Instance (Easiest Way)
Просмотров 50 тыс.4 года назад
Deploy Django Website Using AWS EC2 Instance (Easiest Way)
Hey brother, my project is laptop price predictor, i have completed machine learning 2 files , df.pkl and pipe.pkl , what can i do please suggest, I'm getting error of this
Valuable video ❤❤
Thanks Ashok
best video to understand basics of django in 30 min. you just told what is exactly needed . Thanks for this video bro.
Thanks 😊 , glad to know that
why answer ia always seven
Excellent explanation @Sai . As a beginner, your guide was extremely helpful and made it easy to understand. Appreciate you taking the time to create such a detailed, beginner-friendly resource. It has been invaluable in helping me learn and progress. Thank you for sharing your knowledge in such an accessible way.😊
Glad it was helpful!
But eg google drive 2T is $10 per month, s3 will actually more expensive if you happen to use up big part of the 2T (standard 1T will cost $25 per month😢)
dinga dinga
DAMMM A SCAM
Please provide the link of dataset
make more machine-learning tutorial with simple projects please
Will aws bill cash for our usage?
Yes , if you go above the free limits you will be billed .
thanx dude, saved my day
I can't connect using the rdp and I have been trying to fix it :/
where is the domain connection video on aws ??
create the part 2 video bro
Great tutorial man! Where can we find the source code?
Look like some misunderstanding..consider this example [1,2,3,5]. Your implementation look like return 4 where as 1+3 is 4. Is it your implementation wrong.? Or my understanding.?
GOAT
no se llama
Sir, What if you click submit without inputting data? Mine goes error
Thank you!!! That was very helpful! Respect from Brazil!
You'r amazing! Thanks a lot
Hi. Can you suggest the best settings for this mouse from developer standpoint?
Depends on the usage , I use navigation buttons to move between monitors , thumbs rest for quick view etc
Thanks bro for this informative video!
my static files are not loading while rendering , can u explain why?
Static files need to setup in a certain way , this can be tricky in django. I suggest going through documentation for this
where is the 2nd part of this video , thanks for the help by the way , i am trying to build something similar
Didn't record as there wasn't much interest in the topic 🙃
Hello brother I wanna ask The ' lis' value is appear but the ' ans ' not pop out How to fix it?
Hi Sai - This is really an amazing video. Never thought I would be able to crack it so easily. You have literally saved my 10-15 hours of time. Thank you so much.
Glad I could help , thanks for taking time to comment
vro please tell how to change ip address to a domain
you deserve more attention Bro !!!
bayya nuvvu keka !!!!!
🙂
Thank you brother. Indeed the easiest method. All the best
Your tutorial was really really helpful and easy to follow. Thank you very much for your efforts.
This was good man thank you
thanks!
How to create subscription based chorome extension
5:22 , 18:00
thank you bro
itts lit
Kudos. Simplest deploy I’ve seen
Hello sir I have a python project i vs code in which all functions will run only in command in terminal. i want to replace CLI with simple frontend . Please reply thanks sir
This is an extremely well-made resource, why it hasn't blown up is beyond me
🙂
Very nice explanation
Hi, Lovely video! Thanks for sharing info. Could help me with understanding how to deploy a django backend + Angular front end website on production server? using any free tool eg. IIS ? Open for anyone in the comment section also to contribute
You can use heroku for this , checkout my latest video on cicd
You are simply reading out the code lines and not explaining them. Absolutely horrible tutorial bro
Hi shrey , thanks for the feedback.
Hi! Bruh i am doing your car rental project course on udemy i am stuck at some position can you provide the source code of it! Please 🥺
I don't have any courses on udemy yet 🙃
Hi! Bro i am doing your car rental project course on udemy i am stuck at some position can you provide the source code of that project.
I don't have any courses on udemy
Thank you brother for such a amazing explanation
Nice content!
When I output my answer it has two square brackets around it. Is there any way to remove these?
answer = str(answer)[2:-2] This works as it removes two letters from each side. Thanks for the video. Very useful