TechEntrepreneur, Passionate about #technology #coding, Love to #troubleshoot #travel
Subscribe to my newsletter and never miss my upcoming articles
https://youtu.be/FmspC3e2LEU In this tutorial, you will learn how to upload an image S3 bucket using PHP/Laravel I assume you have installed laravel in your server. Install S3 dependencies in laravel composer require league/flysystem-aws-s3-v3~1 Upda...
https://youtu.be/7VtV2keABNM You need to install pytube package to download youtube videos pip3 install pytube Then run below code and your youtube downloader is ready. from tkinter import * from pytube import YouTube import ssl ssl._create_defaul...
https://youtu.be/Wp31LEMlt5I You need to install Pillow package to convert PNG to JPG. pip3 install Pillow Then run below code and your PNG to JPG Tool is ready. import tkinter as tk from tkinter import filedialog from tkinter import messagebox fro...
https://youtu.be/3B-z5Gs7VVk REST API So here two words are REST and API, let me tell you about API first, API or Application Programming Interface is an interface that helps to interact with other applications or software. Let’s understand with an ...
https://youtu.be/TpyJMipJH5E This video is about, what is a CDN(Content Delivery Network) and How Does a Content Delivery Network Work? You will learn the basics of CDN and the benefits of CDN. Content: 00:00 Welcome 00:17 What is a Content Delive...
This tutorial helps to continuous integration and continuous deployment of your application from the local system to your QA or Staging or Production server. So please follow the below steps to get it done. Step-1: Install GIT and configure in your l...