packetcode
packetcode
  • Видео 201
  • Просмотров 2 905 395
What is an Array? | Arrays vs ArrayList | DS Learning Path
Today we will learn about arrays and understand the difference between Arrays and ArrayList. We'll try to understand these concepts using Java.
Source Code:
github.com/packetcode/data-structures/blob/main/src/ArraysEx.java
DS Learning Path:
ruclips.net/p/PLNeMoaZ9VHP-EjvuvwDnY9UM8xcaA6DxV
Front End Web Development Learning Path :
ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2
Support us on Patreon:
www.patreon.com/packetcode
- - - - - - - - - - - - - - - - - - - - - - - -
Social Media Links
Github:
github.com/packetcode
Facebook Page:
packetcodepage/
Просмотров: 29

Видео

What are data structures? | DS Learning Path
Просмотров 533 месяца назад
Today we are going to learn about data structure. We'll also try to understand the difference between Data structures and abstract data type DS Learning Path: ruclips.net/p/PLNeMoaZ9VHP-EjvuvwDnY9UM8xcaA6DxV Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packetcode - - - - - - - - - - - - - - - - - - - - - - - - ...
Data Structures Learning Path
Просмотров 1403 месяца назад
Today we will kick off a new series dedicated to Data Structures. Data Structures Playlist: ruclips.net/p/PLNeMoaZ9VHP-EjvuvwDnY9UM8xcaA6DxV Laravel Mini-Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front-End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packetcode Visual Studio Code (code editor) : code.visua...
Host Node based application in AWS Amplify for FREE | Angular, React, Vue
Просмотров 4325 месяцев назад
Today we are going to see how we can host node-based applications i.e. Angular, React, or Vue Js applications in AWS Amplify for free Source code : github.com/packetcode/angular-deploy-app Web/Cloud Hosting: ruclips.net/p/PLNeMoaZ9VHP KesouZmiQ6AvQUFLyHx3 Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packetcode ...
REST API using Node, Express & Mongo
Просмотров 2885 месяцев назад
Today we are going to see how we can create a REST API using Node, Express and Mongo Source code : github.com/packetcode/rest-api-node-express Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packetcode Icons : fontawesome.com/ Bootstrap : getboo...
Github Actions Crash Course | CI/CD
Просмотров 1,2 тыс.6 месяцев назад
Today we are going to learn about github actions. We'll be building a angular application using github actions, after build we'll be pushing to docker hub Source code : github.com/packetcode/github-actions/tree/main Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreo...
Optimize a WordPress website for faster loading speeds | xCloud
Просмотров 3,1 тыс.7 месяцев назад
Today we are going to see how we can use 5 key points to optimize the WordPress website to have faster loading times. And specifically for this video, we will be using a hosting service dedicated to WordPress named xCloud xCloud website: xcloud.host/ Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmaj...
Jenkins Crash Course | Freestyle & Pipeline with Docker containers
Просмотров 3407 месяцев назад
Today we are going to learn about Jenkins. We'll see how we can host an Angular based application using Jenkins and Docker. Well see how we can host the Jenkins in a docker container as well as deploy the final project to docker hub Source code : github.com/packetcode/jenkins-crash-course github.com/packetcode/docker-crash-course Docker Crash Course: ruclips.net/video/KI55G4FzDY0/видео.html Fro...
Docker Crash Course
Просмотров 28511 месяцев назад
Today we are going to learn about Docker. We'll look at docker Architecture, then understand the basic concepts like Images and Containers and then we'll dive into learning the basic commands, and at the end, we'll see how we can host an angular application locally using docker. Source code : github.com/packetcode/docker-crash-course Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSn...
Host Angular App for Free
Просмотров 7 тыс.Год назад
In this video we are going to see how we can host a javascript front end app like Angular or React or Vue Js in Render for free. Source code : github.com/packetcode/angular-deploy-app Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packetcode Ic...
Automate tasks using Chat GPT & Python Script
Просмотров 415Год назад
Today we are going to see how we can use Chat GPTto create a Python script to sort and move files to specified directories based on the file extension. Source code : github.com/packetcode/file-sorter-chatgpt Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.p...
Complete GIT Crash Course | Beginner to Advanced Essentials
Просмотров 967Год назад
Today we are going to learn about GIT. In this video, we will cover all the GIT concepts that u need to know as a software developer. GIT Documentation: git-scm.com/docs GIT crash course (For Beginners): ruclips.net/video/IgX7tHe5onI/видео.html Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4p...
Host Laravel Blog on Shared Web Hosting | No SSH | Bigrock
Просмотров 1,9 тыс.Год назад
Today we are going to see how we can host a laravel blog on shared web hosting without using ssh on bigrock Coupons: Coupon: BESTDEAL (Upto 65% off on Hosting plans) Coupon: BESTDEALDOM (Upto 75% off on Hosting plans Free Domain) Coupon: BESTDEALDOMSSL (Upto 75% off on Hosting plans Free Domain Free SSL) Big Rock: www.bigrock.in/ Source code : github.com/packetcode/laravel-blog Laravel Mini Ser...
Host a PHP Website on Shared Hosting | Big Rock
Просмотров 2,1 тыс.Год назад
Today we are going to see how we can host a PHP based website on shared web hosting on Big Rock Big Rock: www.bigrock.in/ Blog using Php & MySql: github.com/packetcode/blog-using-php-mysql.git Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/pack...
How to deploy a Laravel Project onto Managed Cloud Hosting | Devrims
Просмотров 4,8 тыс.Год назад
Today we are going to see how we can host a Laravel project on a managed cloud hosting provider named Devrims. Laravel Blog Git Repo: github.com/packetcode/laravel-blog Devrims: devrims.com/ Laravel Mini Series: ruclips.net/p/PLNeMoaZ9VHP9Ngx5ptpwFzHSnnMLHOx_Y Front End Web Development Learning Path : ruclips.net/p/PLNeMoaZ9VHP94JKBmajJDfR4pnNhBBtx2 Support us on Patreon: www.patreon.com/packet...
Create simple Blog UI using Laravel | Laravel Series - Part 3
Просмотров 1,4 тыс.2 года назад
Create simple Blog UI using Laravel | Laravel Series - Part 3
Laravel MVC Architecture , Artisan Commands and Folder Structure | Laravel Series Part - 2
Просмотров 9002 года назад
Laravel MVC Architecture , Artisan Commands and Folder Structure | Laravel Series Part - 2
How to Setup Laravel in Windows | Laravel Series Part - 1
Просмотров 4 тыс.2 года назад
How to Setup Laravel in Windows | Laravel Series Part - 1
Angular Learning Path | Part - 8 | Deployment - Heroku, Netlify
Просмотров 1,5 тыс.2 года назад
Angular Learning Path | Part - 8 | Deployment - Heroku, Netlify
Angular Learning Path | Part - 7 | Update Posts
Просмотров 8872 года назад
Angular Learning Path | Part - 7 | Update Posts
Angular Learning Path | Part - 6 | Create Posts
Просмотров 9692 года назад
Angular Learning Path | Part - 6 | Create Posts
Angular Learning Path | Part - 5 | Json Server, Delete Posts
Просмотров 1,8 тыс.2 года назад
Angular Learning Path | Part - 5 | Json Server, Delete Posts
Angular Learning Path | Part - 4 | Retrieve Posts
Просмотров 1,4 тыс.2 года назад
Angular Learning Path | Part - 4 | Retrieve Posts
Angular Learning Path | Part - 3 | Blog Design, Model
Просмотров 2,5 тыс.2 года назад
Angular Learning Path | Part - 3 | Blog Design, Model
Angular Learning Path | Part - 2 | Components, Modules, Routing
Просмотров 3,8 тыс.2 года назад
Angular Learning Path | Part - 2 | Components, Modules, Routing
Angular Learning Path | Part - 1 | Installation
Просмотров 4,3 тыс.2 года назад
Angular Learning Path | Part - 1 | Installation
Javascript Learning Path | Part - 2
Просмотров 1,8 тыс.2 года назад
Javascript Learning Path | Part - 2
Javascript Learning Path | Part 1
Просмотров 2,9 тыс.2 года назад
Javascript Learning Path | Part 1
Bootstrap Learning Path | Part - 3
Просмотров 1,5 тыс.2 года назад
Bootstrap Learning Path | Part - 3
Bootstrap Learning Path | Part - 2
Просмотров 1,7 тыс.2 года назад
Bootstrap Learning Path | Part - 2

Комментарии

  • @eggxecution
    @eggxecution День назад

    nice

  • @ok-cx4qd
    @ok-cx4qd 2 дня назад

    as of part 5 of Angular Learning Path, im getting stuck with this two errors. Also, when I generate angular as of 2023, i dont see these two files `app.module.ts` and `app-routing.module.ts`. So whatever, you mentioned for `app.module.ts` to `app.component.ts` ``` core.mjs:6531 ERROR NullInjectorError: R3InjectorError(Standalone[_BlogComponent])[_PostService -> _PostService -> _PostService -> _HttpClient -> _HttpClient]: NullInjectorError: No provider for _HttpClient! at NullInjector.get (core.mjs:1654:27) at R3Injector.get (core.mjs:3093:33) at R3Injector.get (core.mjs:3093:33) at injectInjectorOnly (core.mjs:1100:40) at Module.ɵɵinject (core.mjs:1106:42) at Object.PostService_Factory [as factory] (post.service.ts:10:25) at core.mjs:3219:47 at runInInjectorProfilerContext (core.mjs:866:9) at R3Injector.hydrate (core.mjs:3218:21) at R3Injector.get (core.mjs:3082:33) ``` ``` core.mjs:6531 ERROR RuntimeError: NG0200: Circular dependency in DI detected for _PostService. Find more at angular.io/errors/NG0200 at throwCyclicDependencyError (core.mjs:957:11) at R3Injector.hydrate (core.mjs:3213:17) at R3Injector.get (core.mjs:3082:33) at R3Injector.get (core.mjs:3093:33) at R3Injector.get (core.mjs:3093:33) at ChainedInjector.get (core.mjs:15723:36) at lookupTokenUsingModuleInjector (core.mjs:5730:39) at getOrCreateInjectable (core.mjs:5778:12) at Module.ɵɵdirectiveInject (core.mjs:11050:19) at NodeInjectorFactory.PostsComponent_Factory [as factory] (posts.component.ts:13:28) ```

  • @udaykandalkar4173
    @udaykandalkar4173 3 дня назад

    bro nice content ..helping me a lot

  • @gdelahoz04
    @gdelahoz04 7 дней назад

    If I update the app it show me Not Found 😢 Help me please

  • @ravind2704
    @ravind2704 7 дней назад

    Very clear Explanation. One of the best videos to learn PHP in half an hour. Thank you so much bro!

  • @DesiAustrianDreams
    @DesiAustrianDreams 10 дней назад

    Thanks for the video. How does it work with setting up mulitple environments. Suppose a feature comes in and we create a branch for that branch. this gets deployed to QA environment. Once everything is alright, we merge the branch to master and then prod deployment should start. In this case how does it work. Do we have to create hosting enviroment for each branch?

  • @1gurugraphics
    @1gurugraphics 10 дней назад

    Hi, Thanks for your video. I am getting this error "Could not open input file: artisan" file is there and I follow same steps as in video for my hostinger account. I am in specific domain,folder. It is not creating any table. All data base name,username,localhost,password is correct. It is not creating any table in my database. Please help.

    • @1gurugraphics
      @1gurugraphics 10 дней назад

      Update: I manage to run artisan now but after running php artisan migrate on SSH it gives me this error. SQLSTATE[HY000] [1045] Access denied for user.....blablabla>>> at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760 756▕ // If an exception occurs when attempting to run a query, we'll format the error 757▕ // message to include the bindings with SQL, which will make this exception a 758▕ // lot more helpful to the developer instead of just the database's errors. 759▕ catch (Exception $e) { ➜ 760▕ throw new QueryException( 761▕ $query, $this->prepareBindings($bindings), $e 762▕ ); 763▕ } 764▕ } +36 vendor frames 37 artisan:34 Illuminate\Foundation\Console\Kernel::handle()

  • @TigistGirma-kh7cz
    @TigistGirma-kh7cz 14 дней назад

    Best! thank you so much

  • @user-hq7cx5zp9e
    @user-hq7cx5zp9e 27 дней назад

    This is great. You just got a sub

  • @doomkingtvrobloxtv1085
    @doomkingtvrobloxtv1085 Месяц назад

    it dose not work

  • @paulhetherington3854
    @paulhetherington3854 Месяц назад

    You would need -- Xcel ++- XP -- and control! I.e. u would be, caught = TAHITI instantly! Hence; Tahiti cannot be, any of - our Oriental iLAN - island(isis)!

  • @giostroppa
    @giostroppa Месяц назад

    Great tutorial, thanks a lot! 👏👏

  • @jamshijaz
    @jamshijaz Месяц назад

    how to add all php files to the website , when i requested to need the website data he have shared a zip file contains few folders and php files for each pages

  • @paraggawade9045
    @paraggawade9045 Месяц назад

    Thank you❤

  • @trystansiew7710
    @trystansiew7710 Месяц назад

    thank you so much for the clear instruction! I've went through 3 different tutorials but still not able to set up my laravel environment, didn't knowing all that's stopping me are those commented lines in php.ini

  • @faseehnaqvi
    @faseehnaqvi 2 месяца назад

    Great video thanks!

  • @juanmanuelespina4540
    @juanmanuelespina4540 2 месяца назад

    Very good! thanks! Deserves more views!

  • @tsolutiongraphics
    @tsolutiongraphics 2 месяца назад

    Hello but the website doesn’t show with the mobile phone

  • @saiitamatv
    @saiitamatv 2 месяца назад

    Ara Ara <33

  • @kovidodouard6689
    @kovidodouard6689 3 месяца назад

    hell yeah man

  • @rushikeshtonape5450
    @rushikeshtonape5450 3 месяца назад

    👍🏻👍🏻👍🏻

  • @fabianrr
    @fabianrr 3 месяца назад

    Thanks for the video, how to connect an Angular app with a spring Boot app in Render?

  • @xoenni
    @xoenni 4 месяца назад

    Very good and helpful video! Thank you!

  • @KentvanKuller
    @KentvanKuller 4 месяца назад

    It's informative. Thank you. I didn't see the .git folder in my GitHub folder and when I added the text files to the GitHub folder, they didn't show up in the GitHub Desktop app. But then I realized I had to be inside the Github>{repo folder} and then they showed up in the Desktop app. Now it is also saying commit to main as opposed to commit to master. Now I'm getting an error 404 with the project URL. Not a GitHub Pages site here.

  • @AlmostRipeOrange
    @AlmostRipeOrange 4 месяца назад

    Man, great quick video ❤ the examples, this is exactly what I needed, i have this project now where I need to check all the posts against the right ID, Wordpress! Man I feel like I am in the deep end! Ahhhhhhh. I better get this right.

  • @MohamedNourEsleem
    @MohamedNourEsleem 4 месяца назад

    Thank you so much for your great effort

  • @kunaljagtap9427
    @kunaljagtap9427 4 месяца назад

    Can we host java project on this

  • @LucaUnleashed
    @LucaUnleashed 4 месяца назад

    hi, angular 17 is support on hosting render?

  • @prernamistri
    @prernamistri 4 месяца назад

    thanks for the video!

  • @nehanirwan6931
    @nehanirwan6931 4 месяца назад

    Thank You so much for this simple explanation.

  • @francestomlinson1134
    @francestomlinson1134 5 месяцев назад

    Hi there, I paid for A WEBSITE and have been awaiting confirmation records for over a week, it feels like they HAVE TAKEN MY MONEY. I havent even got a valid login now?

  • @shahzan525
    @shahzan525 5 месяцев назад

    Great content

  • @IGNITECH777
    @IGNITECH777 5 месяцев назад

    How to upload photos and videos for the website?

  • @sadeqabdullah6523
    @sadeqabdullah6523 5 месяцев назад

    thnxxxx broooo🤍🤍🤍💯

  • @Tiberiusdinu1031
    @Tiberiusdinu1031 5 месяцев назад

    Hello, Followed the instructions but 404 for me too. Can you help me out please? Thank you!

  • @user-xm5sq1mw6z
    @user-xm5sq1mw6z 5 месяцев назад

    😮😮

  • @Shadow-dg1fd
    @Shadow-dg1fd 5 месяцев назад

    A very well explained video.....thanks a lot and could you integrate the frontend for the cook book recipes

    • @Packetcode
      @Packetcode 5 месяцев назад

      I'm glad that this helped you. Will defenitely try for that video as well 😁

  • @MerlinH
    @MerlinH 5 месяцев назад

    Can I install WordPress and how can I do it

  • @clevis56
    @clevis56 5 месяцев назад

    how comes i only hosted one website en they failed

  • @muhammedunaise6946
    @muhammedunaise6946 5 месяцев назад

    I fulle Watched Thanks I learned loats of things ..But i need a video For Image Upload ....If you paste image url then You Can Add to Page or you can directly upload from File Manager How ? I need this for My project .....If give your email I will send Screenshot Of Add Page

  • @metaj7959
    @metaj7959 6 месяцев назад

    My favorite and by far the most understandable and clear programming tutorial I have come across so far. Thank you for making this tutorial playlist for dfront wend web dev & helping me develop my career.

  • @petermuturi4402
    @petermuturi4402 6 месяцев назад

    good content very helpful. keep it up

  • @minarrie9973
    @minarrie9973 6 месяцев назад

    what are those files

  • @user-zd9sc1yq3d
    @user-zd9sc1yq3d 6 месяцев назад

    i got an error while installing angular and that is 'zsh:ng Command Not Found'.how can i resolve this

  • @zeynepbilgin785
    @zeynepbilgin785 6 месяцев назад

    You are absolutely awesome !! ❤

  • @urm0m
    @urm0m 6 месяцев назад

    Clicking on "New Static Site" forces me to add a credit card...

  • @user-ur7nq8nl1v
    @user-ur7nq8nl1v 6 месяцев назад

    very helpful video, every step is explained so clearly, thank u😊

  • @user-je3op6dh1r
    @user-je3op6dh1r 6 месяцев назад

    Thanks bro very useful ❤

  • @mee8520
    @mee8520 6 месяцев назад

    It works❤

  • @Adam-bw1fu
    @Adam-bw1fu 6 месяцев назад

    Great tutorial man, thanks!