Тёмный

Angular 8 Admin Dashboard Panel from scratch using Angular Material, highcharts and flex-layout 🎉🎉 

Code Academia
Подписаться 6 тыс.
Просмотров 457 тыс.
50% 1

The goal of this tutorial is to show how to create an Angular Dashboard from Scratch using Angular 8, Angular Material, Highchart and Flex-layout.
By the end of this tutorial, you will get an understanding of Shared Modules, Reusable Components, Routing, templating and how to use Charts in your projects.
Github repository: github.com/blo...
- 00:18 Requirements
- 01:40 Install Dependencies (Angular Material, Highcharts and Flex-layout)
- 04:09 Layout definition
- 31:50 First Area Chart
- 37:50 The 4 Area Charts
- 49:47 Pie Chart
- 57:28 Exercise? (Table)
Please support us on Patreon If you like the video: / codeacademia
#Angular #angularDashboard #angularMaterial #angularFlexLayout

Опубликовано:

 

15 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 623   
@slls-is-us
@slls-is-us 3 года назад
Thank you so much for the tutorial. Observing this I was able to create a dashboard for my needs and it came out amazing. Thanks again for sharing such a wonderful tutorial, learnt a lot from this, being totally new to Angular.
@codeacademia
@codeacademia 3 года назад
Glad to hear. Thanks for the feedback. Best of luck 👍
@slls-is-us
@slls-is-us 3 года назад
Trying a us map chart now to display # of server hits from different states. Going with the example from highcharts site, code compiles fine, no errors but chart is not rendering, stuck. Only the x,y axis is displayed, map is missing :)
@codeacademia
@codeacademia 3 года назад
I had similar issues, when there no errors logs that mean HighCharts are not receiving the right params and/or data.
@slls-is-us
@slls-is-us 3 года назад
@@codeacademia i will work on it and see.
@mangoman8013
@mangoman8013 4 года назад
This covers most of the real practical scenarios one can face in actual projects 🥰🥰🥰
@EazzyWizzi
@EazzyWizzi 4 года назад
I just came across this and in an evening I am close to 70% through, fantastic tutorial, I think u need to start your own commercial classes
@Samudbhava
@Samudbhava 4 года назад
this is not merely admin dashboard panel. this clears a lot of fundamentals about angular as well.
@codeacademia
@codeacademia 4 года назад
That was the point :)
@teekaejordan305
@teekaejordan305 2 года назад
Came across this video when trying to build a dashboard a few days ago. I hesistated, I didn't want to spend the hour to watch the video. Now I'm glad I watched video. Awesome tutorial! 🙌
@codeacademia
@codeacademia 2 года назад
That makes happy :D I'm glad you liked it, i'm glad also because I didn't waste your time :)
@DW-tx6pg
@DW-tx6pg 4 года назад
Thank you for this tutorial. I echo the other’s sentiments and say it is the best tutorial I have come across. Once again, thank you for taking the time to put this together!
@codeacademia
@codeacademia 4 года назад
That’s a really good feedback. That means a lot to me :) Thank you for this beautiful comment, have a good day :)
@karlennis7974
@karlennis7974 2 года назад
Fantastic tutorial, really well explained. an update when using Angular 12 - at 31 min 20, in the default.component.html New angular does not seem to require the $event to be pass, remove the $event and works. Thanks again!
@codeacademia
@codeacademia 2 года назад
Thanks for feedback
@jagadeshwarjay
@jagadeshwarjay 2 года назад
Thanks
@stylephoidoxinh
@stylephoidoxinh 2 года назад
thanks for your feedback, i repaird and it work in angular 12
@fathimanidhanidhak8460
@fathimanidhanidhak8460 2 года назад
Angular14 will it work..please help its still error
@karlennis7974
@karlennis7974 2 года назад
@@fathimanidhanidhak8460 have not upgraded to 14, i tend to wait before upgrading so these type of differences can get figured out.
@rembautimes8808
@rembautimes8808 3 года назад
Finally - finished the tutorial after 15 hours+. (Btw, programming is a recreation as I am in the corporate sector*). I did this tutorial in Angular 11 My views 1) 5 start Excellent tutorial as it covers many concepts but not for a newbie. As in any craft, mastery requires skill, time and dedication. The code works but tweaks are required for newer angular versions. I worked on this Sat night, Sunday evening till early morning Monday and Monday evening till 10.00 pm. 2) Download the zip into another folder and and work on your own project from scratch. Don't be surprised if going through 5 mins of video takes you 1 hour as there will be challenges with newer Angular versions. 3) Requires some knowledge of programming and some knowledge of Angular. 4) The goal is not to get the tutorial out of the way but to understand all the various bits and parts and most importantly: how to get answers to a problem either by analyzing the error message , searching stack overflow and trying various options. For example if 'paginator' does not appear on your import list by default, no harm in going through the material module in the nodes folder and importing it directly from the path. Once again great job Fadhil, Shukran *Need to be prepared if the algos replace my job :)
@codeacademia
@codeacademia 3 года назад
I must admit that the tutorial is not fore newbies, some programming skills is required in general, and some Angular experience in particular. I tried to cover all that is needed to create project. So people can learn Angular instead of creating a single web page with some charts ... Well, you did great, you not only created a dashboard, you created it in a new version, different from I used in the video, you discovered new things, introduced yourself to new situations, you solved plenty of issues... and more. Well that's spirit, keep it up ;) Best feedback so far 👌i appreciate it.
@tanishqsalkar7707
@tanishqsalkar7707 2 года назад
can you please share your code for reference
@briankeys
@briankeys 2 года назад
Thanks... Feels good to know that I am not the only one struggling to work through this (angular 14.) I'm averaging about an hour of effort for every 5 minutes of tutorial with all of the swearing, troubleshooting, constant rewinding.
@codeacademia
@codeacademia 2 года назад
My bad i had to rewrite it in the latest version :( good luck anyways
@rembautimes8808
@rembautimes8808 3 года назад
This is such a time saver. I have been hunting high and low for a single one stop video and many appreciation for this video,
@codeacademia
@codeacademia 3 года назад
Glad you liked it :)
@manishjoshi1703
@manishjoshi1703 3 года назад
Make me realize how easy and fun making UI is
@codeacademia
@codeacademia 3 года назад
Indeed, it is simple :)
@abhijeetshende267
@abhijeetshende267 4 года назад
this is so far the best angular video i have seen.. thank you so much
@codeacademia
@codeacademia 4 года назад
Welcome:)
@prasadkintali6560
@prasadkintali6560 4 года назад
Rather than going through a theoretical session, it help me a lot to pace up my knowledge. Looking for more :)
@codeacademia
@codeacademia 4 года назад
Thanks :) we will do more ;)
@jhonatana.6055
@jhonatana.6055 3 года назад
La plantilla base empieza desde el minuto 0:00 hasta 31:50, después le agrega plugins complementarios. muy buena plantilla base. gracias.
@MyGeorge1964
@MyGeorge1964 4 года назад
As encouragement to do more stuff like - this is the best Angular Marterial dashboard layout I've come across on YouTybe. Keep it up!
@codeacademia
@codeacademia 4 года назад
That means a lot to me :) thanks for your comment
@marcchicoye7688
@marcchicoye7688 4 года назад
Great and the more valuable tutorial. The code works perfectly with Angular 9. If it is possible to have a graphical roadmap for the beginners. It seems you are coding on the spot but sometimes beginners want to know why are you from a macro and micro perspective. Great Tutorial.
@codeacademia
@codeacademia 4 года назад
I got you point. It’s really valuable. I’ll try to do that. Many thanks
@davebudah
@davebudah 4 года назад
This is actually helpful, I need more stuff like this .
@yassinerassy6840
@yassinerassy6840 4 года назад
the only tutorial that's contains how to create a admin dashboard so amazing thank you for sharing
@codeacademia
@codeacademia 4 года назад
Welcome! Glad you liked it :)
@ricodamore
@ricodamore 3 года назад
Wanted to reach out and give a thank you. Great video and smooth coding/editing. well done!
@codeacademia
@codeacademia 3 года назад
Thanks for the feedback 😀
@anuj2196
@anuj2196 3 года назад
Thank you for such a detailed, step by step tutorial, which included a beginner friendly walkthrough for Angular Material as well. Learned loads!
@codeacademia
@codeacademia 3 года назад
Many thanks, i appreciate it 🙏
@deborahjamesmathew
@deborahjamesmathew 4 года назад
This is such an organised content . Thanks for putting this up !!!!
@cyrinebouaziz815
@cyrinebouaziz815 3 года назад
Thank you very much for the tutorial ! I learnt a lot !!
@codeacademia
@codeacademia 3 года назад
Thanks for the feedback :)
@jhumabiswas2163
@jhumabiswas2163 3 года назад
Exactly....A best video on Angular. It helped me like blessings at the time of crisis .❤️❤️❤️❤️❤️
@codeacademia
@codeacademia 3 года назад
Glad it helped. Thanks for the feedback.
@karan4251
@karan4251 3 года назад
You really tough me the graphs & how simply we should go if really don't know. Very thanks for your tutorial.
@wulfhound2859
@wulfhound2859 Год назад
epic vid, even ChatGpt couldn't help me with the flex layout problem :D
@sachinmaharjan6398
@sachinmaharjan6398 4 года назад
Thank you very much ! This content ,Help me a lot for college project.
@codeacademia
@codeacademia 4 года назад
Glad you liked it:)
@Sufitech12345
@Sufitech12345 3 года назад
@@codeacademia hello sir reply
@sphereboy
@sphereboy 3 года назад
Very helpful! Thank you. As a Designer, this helps me see and understand the process the Developer will go through. Helps with synchronicity between the two.
@karel8y
@karel8y 4 года назад
Very learnful. And enjoyable to see/hear you drafting and commenting the dashboard in Bob Ross style.
@malcolmswaine4660
@malcolmswaine4660 4 года назад
Thanks for sharing, and thanks for taking the time to create this! :) One point - each module you create adds a new layer of abstraction. Each layer of abstraction should have a valid business reason for solving a specific problem, otherwise just adding multiple modules is only introducing more business complexity with no actual added benefit. Peace :)
@hariharak7243
@hariharak7243 4 года назад
Good tutorial! Hundred likes for the timestamps you have given in Description!!👏👏
@solomonfekaduhailu
@solomonfekaduhailu 2 года назад
Great tutorial. Though new to Angular, enjoyed following and tweaking for Angular 12. Lot's of pain but got there in the end, after 3 evenings. I learnt a lot. For the exercise on adding the table: I went about creating a widget: "app-widget-table" rather than directly on the dashboard component; I felt like you cut corner there :).
@dhaves
@dhaves 4 года назад
Thanks for the tutorial. The absolute BEST is the way you're testing every small step. This is the difference between al the sr developers over the net, that develop and do a lot of things and at the end fails and you dont know why.
@iamcommenting653
@iamcommenting653 2 года назад
Thank you so much .. I developed an application with the help of this and got appreciated.. Great work !!
@codeacademia
@codeacademia 2 года назад
Thanks for the feedback 😀 🍻
@abubakarsadiiq6131
@abubakarsadiiq6131 3 года назад
Thank you bro, I really got more knowledge from you, and I will keep track with your new tutorials.
@codeacademia
@codeacademia 3 года назад
Thanks man i appreciate it.
@juanmanuelbarcazasepulveda6649
@juanmanuelbarcazasepulveda6649 3 года назад
Thank you so much. Very good tutorial. From Chile !!!!
@codeacademia
@codeacademia 3 года назад
Welcome :) Chile ❤
@Dodo-gm7ri
@Dodo-gm7ri 3 года назад
Thank you very much, awesome tutorial!! Hope you can continue this content on how to integrate this dashboard into backend using MySQL and other framework. Thank You!!
@GlennMartin
@GlennMartin 4 года назад
Great work buddy, super detailed and helpful for Angular noobs. Keep these coming bro!
@wolfisraging
@wolfisraging 3 года назад
One of the best angular tutorial by far. Thanks a lot. And plz upload more angular ❤️❤️.
@codeacademia
@codeacademia 3 года назад
Thanks for the feedback. I'll try, wish me luck :)
@rajesh-iyer
@rajesh-iyer 3 года назад
Awesome tutorial buddy... Pretty crisp, clear and no nonsense... Thanks a ton for the tutorial...👍🏽
@codeacademia
@codeacademia 3 года назад
I appreciated it :)
@whatareyoulookingfor6789
@whatareyoulookingfor6789 3 года назад
Angular 8 Admin Dashboard Awesome!
@dhairyabhavsar6893
@dhairyabhavsar6893 4 года назад
The best guideline 🙏
@codeacademia
@codeacademia 4 года назад
Many thanks :)
@azeemjoseph3946
@azeemjoseph3946 2 года назад
The best tutorial of angular thank you, Keep it up.........!!
@codeacademia
@codeacademia 2 года назад
Thanks for the feedback 🙏
@tariqahsan
@tariqahsan 4 года назад
Great video! I was looking for this kind of tutorial on Angular Material, Highcharts and Flex-Layout. Helped me a great deal. Thanks!
@codeacademia
@codeacademia 4 года назад
Thanks for you comment :)
@saidammari3468
@saidammari3468 4 года назад
Thanks khoya Soufiane ur doing just great keep it up!
@codeacademia
@codeacademia 4 года назад
Thanks bro
@JasonRodrigues1
@JasonRodrigues1 4 года назад
thank you for this tutorial, it's perfect for someone like me who knows bits and pieces of Angular 2+ but just needed to stitch a few of the concepts together with a project like this.
@codeacademia
@codeacademia 4 года назад
Glad to hear that. Best of luck
@jamescallanan2132
@jamescallanan2132 4 года назад
Fantastic tutorial. Really well thought out and allows people work away at their own speed. Many Thanks !!
@ismailech-cherrate
@ismailech-cherrate 4 года назад
So great and clear explanations! Thank you Soufiane
@codeacademia
@codeacademia 4 года назад
You’re welcome:)
@LryuzakiLN
@LryuzakiLN 4 года назад
Thank you very much, nice explanation while coding, need much more of your quality contents, you are a life saviour 😍
@kartiksikka3866
@kartiksikka3866 4 года назад
Thank for making this !! Helped a Lot !
@codeacademia
@codeacademia 4 года назад
You're welcome :)
@diegomx80
@diegomx80 4 года назад
I always wanted to learn angular and you have given me a great idea how to use the framework. Thanks a lot!
@codeacademia
@codeacademia 4 года назад
Glad to hear that:)
@321zipzapzoom
@321zipzapzoom 3 года назад
Very nicely explained , helped me a lot in bringing live my Company Project
@codeacademia
@codeacademia 3 года назад
Glad it did.
@racsoaromserauz
@racsoaromserauz 4 года назад
Thank´s from Colombia.
@ankitagarwal8797
@ankitagarwal8797 4 года назад
best tutorial so far :)
@codeacademia
@codeacademia 4 года назад
Best comment so far :) Glad you liked it.
@massimopescatori6514
@massimopescatori6514 3 года назад
Thanks a lot for this precious & useful tutorial : I'm approaching to a real application that has to implement a dashboard very similar . Great work !
@codeacademia
@codeacademia 3 года назад
Thanks for the feedback 🙏
@charlesong2370
@charlesong2370 4 года назад
One of the most useful guide, really guide me through how Angular route itself. Thank you :)
@codeacademia
@codeacademia 4 года назад
You are welcome:)
@farooqmedia5279
@farooqmedia5279 3 года назад
Nice Design, Very clear for the easy understanding, Time saving on video duration...
@pnvsrinivas
@pnvsrinivas 4 года назад
The best tutorial I have seen so far!! Thank you so much !!
@codeacademia
@codeacademia 4 года назад
@aakifahmed8212
@aakifahmed8212 2 года назад
YOU RE THE BEST MATE THANKYOU SOOOOO MUCH
@shafeenes
@shafeenes 3 года назад
Thank you so much. It is a great help provided by you. It helped learn about angular and its functionalities. keep up the good work
@codeacademia
@codeacademia 3 года назад
Thanks i appreciate it.
@krishanthadharmasiri7725
@krishanthadharmasiri7725 4 года назад
Thank you, this is A REALLY GREAT VIDEO, covers all the basic, to a very good level, I really enjoyed this, thanks again
@codeacademia
@codeacademia 4 года назад
You’re welcome:) that’s a good feedback.
@Ancode2
@Ancode2 2 года назад
Thanks for sharing your knowledge.. glad to be here in your channel..
@codeacademia
@codeacademia 2 года назад
Glad to here that, really appreciate the feedback 🙏
@jlzsantos
@jlzsantos 3 года назад
Congratulation, was very good. Thank you.
@anaclaudiabarbosa9808
@anaclaudiabarbosa9808 3 года назад
Thank you! Learned a lot with this video.
@tylerondi
@tylerondi 4 года назад
That was soo awesome!!! Exactly what I was looking for.
@codeacademia
@codeacademia 4 года назад
Glad to hear that :)
@manvirsingh2051
@manvirsingh2051 Год назад
Great tutorial, bless you ✨
@codeacademia
@codeacademia Год назад
Man thanks 😊
@agustinlavalla8892
@agustinlavalla8892 4 года назад
Amazing! Thank you very much! I hope you upload more videos like this!
@hamzacharhour6706
@hamzacharhour6706 4 года назад
Tbarkelha 3liik video sooo good 💪💪
@codeacademia
@codeacademia 4 года назад
L3ez a khouya :)
@hamzacharhour6706
@hamzacharhour6706 4 года назад
Bon continuation rak toop olah
@codeacademia
@codeacademia 4 года назад
@@hamzacharhour6706 l3ez a khouya Allah i7afdek
@pointlesspos8440
@pointlesspos8440 4 года назад
This is an awesome tutorial. One question: I find that I have to frequently restart the app, just now when adding in the app-widget-area, it wouldn't recognize it till I did an ng serve. It took me several frustrating times to find that this solved the problem. Maybe just add this as a tip if someone has trouble getting through this tutorial. First time using angular and this makes it so much easier by the way!
@supply-hacking
@supply-hacking 4 года назад
Very Good Tutorial! Thanks for sharing!!
@jhumabiswas2163
@jhumabiswas2163 3 года назад
Really A fantastic tutorial and the presentation is also awesome ❤️❤️❤️
@codeacademia
@codeacademia 3 года назад
Many thanks for your comments, i really appreciate it 🙏
@HamKibz
@HamKibz 4 года назад
Nice tutorial. I got to understand Flex Layout.
@athiyavlog2257
@athiyavlog2257 3 года назад
Thanks alot for the session it helps me alot kudos to you
@codeacademia
@codeacademia 3 года назад
I appreciate it 🙏
@christyanrodriguez4085
@christyanrodriguez4085 4 года назад
good Work I have error in ERROR in src/app/layouts/default/default.component.html:1:52 - error TS2554: Expected 0 arguments, but got 1. 1 src/app/layouts/default/default.component.ts:5:16 5 templateUrl: './default.component.html', Error occurs in the template of component DefaultComponent.
@keepaneyeon1788
@keepaneyeon1788 4 года назад
I have the same issue .. if you or any body know the solution please help
@keepaneyeon1788
@keepaneyeon1788 4 года назад
Got the solution : remove $event from the function . The issue is the function call with parameter but the function created with no parameter
@dannytrejoh4591
@dannytrejoh4591 3 года назад
Great video. Though 6:48 for example, I just wish you could be creating the module first before the components, then you won't have been going through the steps of updating the declarations since angular would do that automatically for you.
@codeacademia
@codeacademia 3 года назад
Good one, I'm doing it wrong all my life apparently :D
@laercyo2
@laercyo2 4 года назад
Thank you! Very good content, objective and practical. Great work. :)
@codeacademia
@codeacademia 4 года назад
You’re welcome:)
@Kingz1985
@Kingz1985 3 года назад
Great effort!! and well explained really Awesome!!
@codeacademia
@codeacademia 3 года назад
Thanks, i appreciate it 🙏
@sohailnaseer7251
@sohailnaseer7251 4 года назад
Amazing video, i really need more stuff like that...........Awesome Work
@codeacademia
@codeacademia 4 года назад
Thanks, we will publish more :)
@dicolteja
@dicolteja 4 года назад
Awesome video, from scratch to finish level. Tq Bro. Gentle.
@codeacademia
@codeacademia 4 года назад
You’re welcome :) glad you liked it.
@dinushaaah
@dinushaaah 3 года назад
thank you so much... please add another angular tutorial with more various features and about new content.
@codeacademia
@codeacademia 3 года назад
I'll for sure. 👍
@venu5791
@venu5791 Год назад
Great content . thank you very much 😊
@rajkumar09csl13
@rajkumar09csl13 4 года назад
Hi Dude, Its very good video. I learned Angular 8 through this video. Kindly do more videos frequently. you got one more subscriber....
@codeacademia
@codeacademia 4 года назад
Thank you very much. And i apologize for not taking a look on your code yet :(
@rajkumar09csl13
@rajkumar09csl13 4 года назад
@@codeacademia No issues... when you r free just look my code. I completed ur tutorial video I am expecting more from you...
@adhivenkatesh3431
@adhivenkatesh3431 4 года назад
Nice tutorial , at that same time if you put flow chart for which component goes first to last , just guiding as root means its nice for every tutorial and legibly to understand .thanks.
@codeacademia
@codeacademia 4 года назад
Great feedback, thanks :)
@meetingattender8132
@meetingattender8132 4 года назад
Super useful for beginners thank you very much!!
@codeacademia
@codeacademia 4 года назад
Glad you liked it :)
@RupeshYadav85
@RupeshYadav85 3 года назад
Having an issue with step to toggle the sidebar. Failed to compile. src/app/layouts/default/default.component.html:1:50 - error TS2554: Expected 0 arguments, but got 1. 1 Any help is highly appreciated...
@nani2ratna
@nani2ratna 4 года назад
very detailed video...thank you very much
@codeacademia
@codeacademia 4 года назад
Welcome :) glad you liked it.
@davidgomezgarcia668
@davidgomezgarcia668 4 года назад
Great project, thanks a lot for the content.
@ia8721
@ia8721 4 года назад
Great! Thank you for that! Subscribed
@ABsazerNer
@ABsazerNer 4 года назад
This tutorial made me change my opinion about my next project, I think it could be by angular
@codeacademia
@codeacademia 4 года назад
Best of luck :)
@saravananm7463
@saravananm7463 4 года назад
Superb it's very easy to understand. Thanks a lot
@codeacademia
@codeacademia 4 года назад
Welcome! Glad you liked it :)
@varshanookarapu8122
@varshanookarapu8122 2 года назад
Thank you so much for the video ! it is an amazing tutorial
@codeacademia
@codeacademia 2 года назад
Thanks for the feedback :)
@mariambenhmida1113
@mariambenhmida1113 3 года назад
Hello Sir, Thank you for this awesome tutorial !!
@codeacademia
@codeacademia 3 года назад
Thanks for the feedback, i appreciate it 🙏
@paymankhayree8552
@paymankhayree8552 4 года назад
this was amazing
@ernestoscaringicelestino457
@ernestoscaringicelestino457 4 года назад
Thank you very much for this tutorial!
@codeacademia
@codeacademia 4 года назад
Welcome:)
@issakahniiarmahtagoe7339
@issakahniiarmahtagoe7339 4 года назад
Awesome tutorial.
@codeacademia
@codeacademia 4 года назад
Glad you like it :)
@vishalpal397
@vishalpal397 4 года назад
Thanks for this tutorials. Please make a play list on whole admin panel with authentication process.. thanks bro😊😊
@gakhappy
@gakhappy 4 года назад
you are really my hero!! helped a lot
@codeacademia
@codeacademia 4 года назад
Glad i did :)
@ADSNGreenLife
@ADSNGreenLife 3 года назад
That really help me for my POC.
@codeacademia
@codeacademia 3 года назад
Glad it did :)
@ADSNGreenLife
@ADSNGreenLife 3 года назад
@@codeacademia I hope if I found any problems I can reach out to you.. you are awesome coder .. I really like your speed ..
@codeacademia
@codeacademia 3 года назад
Sure thing, you reach out to me either here or on github repository
@ADSNGreenLife
@ADSNGreenLife 3 года назад
@@codeacademia awesome man, I wish I do coding like you one day.
@codeacademia
@codeacademia 3 года назад
With practice you can be better than me ;)
@budisetiawan2499
@budisetiawan2499 3 года назад
thanks a lot for the tutorial man
@codeacademia
@codeacademia 3 года назад
You're welcome 😊
@wesamhamed1663
@wesamhamed1663 4 года назад
thank you so much. you are great to go ahead.
@Democracyphobia
@Democracyphobia 4 года назад
Great tuto . Keep it up bro .respect
@codeacademia
@codeacademia 4 года назад
Thank you bro
@venkateshveduri5005
@venkateshveduri5005 4 года назад
Thank you so much for this tutorial...
Далее
I forced EVERYONE to use Linux
22:59
Просмотров 345 тыс.
女孩妒忌小丑女? #小丑#shorts
00:34
Просмотров 8 млн
What’s new in Angular v18
20:08
Просмотров 115 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 938 тыс.
NGINX Tutorial - What is Nginx
14:32
Просмотров 87 тыс.
The Clever Way to Count Tanks - Numberphile
16:45
Просмотров 914 тыс.
The Greenwich Meridian is in the wrong place
25:07
Просмотров 722 тыс.
Brutally honest advice for new .NET Web Developers
7:19
4 Tips To Succeed As A Self Taught Developer
11:08
Просмотров 32 тыс.