How to Publish Angular app to GitHub Pages for Free | Configuring your own custom domain

  Рет қаралды 3,388

JAFS Code School Tamil

JAFS Code School Tamil

Күн бұрын

Hello Friends, This video is part of the Angular Crash Course Playlist. Playlist link below.
In this video we will learn how to build and publish our website to GitHub for free. Also we will purchase a new domain and learn how to configure our custom domain in github.
Also for all your doubts and questions kindly join the discord server. Link below.
Subscribe to the channel by clicking the link below, so that you will not miss any updates.
www.youtube.co...
Angular Crash Course in Tamil Playlist
• Angular Crash Course i...
Download Code Link
github.com/JAF...
Tailwind Basics
Responsive Design
• Responsive Design usin...
Spacing
• Learn HTML Spacing in ...
Position Classes
• Learn CSS Position in ...
Object Fit
• Tailwind CSS Object Fi...
Tailwind CSS Full Course
• Part 1 | Tailwind CSS ...
#jafscodeschooltamil #jafs #jafscodeschool
Instagram - / jafscodeschool
Discord - dsc.gg/JAFSCod...
Website - www.JAFSCodeSc...

Пікірлер: 33
@uthirakumar3770
@uthirakumar3770 2 жыл бұрын
Thanks for the very useful information..
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Thank you 😊😊
@kalilahmed2002
@kalilahmed2002 10 ай бұрын
Bro, can you post a seperate video on basics of GIT, GITHUB & GITLAB using an example ?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 10 ай бұрын
Sure bro. Will plan
@monikamoni9459
@monikamoni9459 9 ай бұрын
Enaku .. / illa ./ tha iruku if I change everything I still see 404 error
@vijaykumar-yb9dv
@vijaykumar-yb9dv 2 жыл бұрын
Romba nala wait pandra bro neraiya English channel English understand Agalanudhan bro ungakitta kettan 😐
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Kandippa i will start posting after this week bro
@read7051
@read7051 Жыл бұрын
Tq bro valuable information 👍🏻..
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
😊😊
@josephcamillus7447
@josephcamillus7447 Жыл бұрын
Brother Ngrx state management pathi oru video podunga
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Sure bro. will do.
@inshine9826
@inshine9826 10 ай бұрын
Bro page not found error normal html website la varuthu, index.php than kuduthuruken home file
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 10 ай бұрын
can you explan more clearer bro. i cant understand.
@tech-learner4555
@tech-learner4555 2 жыл бұрын
Sir angular firebase hosting la host panna sollithaanga sir.
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Ok. Will do a video on that soon.
@DhineshSaravanan-pz2pb
@DhineshSaravanan-pz2pb 2 жыл бұрын
Romba thanks bro
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
😊😊😊
@k.muthuramanmca9949
@k.muthuramanmca9949 2 жыл бұрын
Pro angular project convert pwa pathi video podunka
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Sure bro. Will post
@mkru8768
@mkru8768 Жыл бұрын
which language it is?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
You mean my audio?? It's Tamil.
@mkru8768
@mkru8768 Жыл бұрын
@@JAFSCodeSchoolTamil Aaaa! ok. Maybe that's why I couldn't understand that as I expected English. Good for your people 👍
@Hikermacho-nu5wc
@Hikermacho-nu5wc Жыл бұрын
I have a dout can u teach me
@Hikermacho-nu5wc
@Hikermacho-nu5wc Жыл бұрын
how to compress the video file in the angular 15 in angular 13 there are many package to reduce the video file to compress but how to compress the vido file in the angular 15 please put a video i need it necessary to work in final year project because i nade a project with angular 15 now i cant jump to the angular 13 so please guide me
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Ameer, first of all, compressing a video on the client side is not a good solution. There are many down sides to it. I don't know exactly what application you are building. If it is a small video for example if the original file size is 20 or 50 mb there will be no issues, but beyond that this will be a bad practice. 1. You don't know the configuration of the PC the user is using. If they have an old PC this will consume much power from their machine and may hang their machine. 2. It will take time to compress then to upload. Also doing this on the server side also has some problems for which you have to plan solutions properly. There may be many solutions but, one way I would say is, First have a max side validation in front end to avoid uploading bigger file size. Also have a max length for videos and check that as well to avoid lengthier videos. Second, after they upload the original file, check for the same file size and video length in the backend. If all good, then save it on the server. Later use another application which runs in the server to check for new files for example daily midnight at 12, which are not compressed, compress them and store the compressed one and delete the original one. I would recommend running this application in a separate server because if both the applications are in the same server that may cause an overload in the server. Of course for your final year project you no need to do this. You can have the same server. Also there are many cloud solutions to compress as well. You can send your file to a cloud service and that will do the job for you. For example in AWS there is a service called AWS Elastic Transcoder
@Hikermacho-nu5wc
@Hikermacho-nu5wc Жыл бұрын
@@JAFSCodeSchoolTamil Bro without validation i need to compress the video if you see there are so many website when we upload the video file they give the option to compress but if the video sizre is 150 mb it must be reduce atleast to 50mb like that i need a code or i need to learn of study i had reffer ffmpeg third party application but in angular 15 it does not support so can you guide me
@Hikermacho-nu5wc
@Hikermacho-nu5wc Жыл бұрын
@@JAFSCodeSchoolTamil and there no one has uploaded the video how to compress the video file in the website so that i asked the dout to you you teach is easy to understand
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
@@Hikermacho-nu5wc I am currently posting videos on javascript so for now i will not be able to post a video for this. But have a look at this article, you will get the idea. medium.com/@borisa/video-compression-api-ffmpeg-docker-nodejs-express-60e5b3b732f1 There are various advanced tech used in this like docker. So this may seem complex. But read through the article to know the process of how this is generally done. I will also give you a brief explanation here. There are javascript libraries for ffmpeg compression. But those libraries are used in the backend not the front end. So what you have to do is create a node server with express or any other framework. Then you will have to write logic to get the already uploaded video and compress it and store it in another location in the server. Later through API call, you have to download. In angular you code just to upload the video and show some status bar to let them know if the compression is complete and later once the compression is complete from tha back end you will provide option to download the converted file. The actual conversion happens in the backend. The article i have shared above doesn't show how to do the front end part. but it explains the backend part well. Hope this will be a good start to solve your problem.
@vijaykumar-yb9dv
@vijaykumar-yb9dv 2 жыл бұрын
Bro romba nala Javascript full course video podunga nu sonna still nenga podavela nenga Javascript details nalla explain pannivinganu dhan bro kekkuran.....🙁
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
I am planning for bro. Am going to post the past video on angular this week. From next week i will start posting on javascript bro. Don't worry. I have prepared a big list. Have planned for more than 30 videos.
@vijaykumar-yb9dv
@vijaykumar-yb9dv 2 жыл бұрын
@@JAFSCodeSchoolTamil thanks lot bro me wating for your video😍
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
How to Deploy an Angular App to GitHub Pages (like a PRO)
6:26
Babatunde Lamidi
Рет қаралды 18 М.
What are the TOP Git Basics You Need to Know for Azure DevOps? | Tamil
21:30
Learn Smart Coding in Tamil
Рет қаралды 44
Learn Git in Tamil | Part 1
18:14
JVL code
Рет қаралды 11 М.
How to Use a Custom Domain with GitHub Pages
6:07
Tony Teaches Tech
Рет қаралды 232 М.