Travel & Events

baziriza
2 Views ยท 4 months ago

----------------------------------------

๐Ÿฑโ€๐Ÿ’ป ๐Ÿฑโ€๐Ÿ’ป Course Links:

+ Course files - https://github.com/iamshaunjp/php-mysql-tutorial

+ VS Code editor - https://code.visualstudio.com/

+ Materialize Playlist - https://www.youtube.com/watch?v=gCZ3y6mQpW0&list=PL4cUxeGkcC9gGrbtvASEZSlFEYBnPkmff

๐Ÿค‘๐Ÿค‘ Donate

+ https://www.paypal.me/thenetninja

๐ŸŽ“๐ŸŽ“ Find me on Udemy

+ https://www.udemy.com/user/47f....d83f6-5e4a-4e87-a0f0

baziriza
1 Views ยท 4 months ago

Which serverside web framework is the best? To find out, I built the same app 10 times with 10 different programming languages.. Learn the fundamentals of fullstack web development by comparing MVC frameworks.

#webdev #programming #top10

๐Ÿ”— Resources

Ruby on Rails https://rubyonrails.org/
Python Django https://djangoproject.com
PHP Laravel https://laravel.com/
Java Spring https://spring.io/
C# .NET https://dotnet.microsoft.com/en-us/apps/aspnet
Next.js https://nextjs.org/
Elixir Phoenix https://phoenixframework.org/
Rust Rocket https://rocket.rs/
Go Gin https://gin-gonic.com/
Swift Vapor https://vapor.codes/
Kotlin Ktor https://ktor.io/

๐Ÿ“š Chapters

00:00 I Built 10 Fullstack Apps
01:04 MVC Architecture Explained
01:39 Rails
03:58 Django
05:14 Laravel
06:32 Next
08:23 Spring
09:25 .NET
10:36 Phoenix
11:27 Gin
12:25 Rocket
13:13 Vapor
13:52 Ktor
14:01 The GOAT

๐Ÿ”ฅ Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

๐ŸŽจ My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

๐Ÿ”– Topics Covered

- Comparison of server-side frameworks
- How to build a fullstack web app
- Best way to build a web application
- Comparison of web development tools

baziriza
3 Views ยท 4 months ago

What are multidimensional arrays in PHP - Learn PHP backend programming. Today we will talk about multidimensional arrays, which are arrays that are inside arrays.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
3 Views ยท 4 months ago

How to create a PHP contact form | PHP tutorial | Learn PHP programming | HTML contact form. In this PHP tutorial video you will learn how to create a PHP contact form, which you can use on your website to let people to send you e-mails.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
4 Views ยท 4 months ago

Learn the Laravel PHP framework from scratch by building a job listings application with Laravel and MySQL.

โญ Sponsor:
https://linode.com/traversy

๐Ÿ’ป Github Repo:
https://github.com/bradtraversy/laragigs

๐Ÿ’ป Gists:
Laravel Valet Setup:
https://gist.github.com/bradtr....aversy/b58f74cd863a4
Laravel Xampp Setup:
https://gist.github.com/bradtr....aversy/7485f928e3e8f
MySQL Cheat Sheet:
https://gist.github.com/bradtr....aversy/c831baaad4434

๐Ÿ’ป My Courses & More
https://traversymedia.com

๐Ÿ‘‡ PHP OOP MVC Udemy Course:
https://www.udemy.com/course/o....bject-oriented-php-m

๐Ÿ’– Show Support
Patreon: https://www.patreon.com/traversymedia
PayPal: https://paypal.me/traversymedia

๐Ÿ‘‡ Follow Me On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy

Timestamps:
0:00 - Intro
1:30 - Linode Sponsor
2:13 - Project Demo
6:21 - Setting Up Laravel
13:50 - Routing & Responses
19:28 - Wildcard Endpoints
20:16 - Route Constraints
21:06 - Die Dump Helpers
22:30 - Request & Query Params
26:26 - API Routes
28:26 - View Basics & Passing Data
32:36 - Blade Templates & Basic Directives
36:42 - Creating a Basic Model
43:46 - Database Setup & Config
46:03 - Create Database & User
48:44 - Creating Database Migrations
52:44 - Running Migrations
54:06 - Database Seeding
58:29 - Create an Eloquent Model
1:02:49 - Creating a Factory
1:07:18 - Creating a Layout & Sections
1:09:54 - Adding the Theme HTML
1:19:02 - Template Partials
1:22:54 - Single Listing Formatting
1:26:00 - Route Model Binding
1:28:18 - Blade Components
1:32:53 - Component Attributes
1:35:20 - Tags Component
1:40:38 - Controllers
1:44:09 - Resource Method Naming
1:46:34 - Using a Layout Component
1:49:08 - Tag Filter
1:57:31 - Search Filter
2:01:29 - Clockwork Package
2:04:05 - Create Listing Form
2:10:39 - Validation & Store Listing
2:23:30 - Mass Assignment Rule
2:27:20 - Flash Messages
2:32:49 - Alpine.js For Message Removal
2:36:33 - Keep Old Data In Form
2:38:46 - Pagination
2:45:20 - File Upload
2:57:24 - Edit Listing
3:09:16 - Delete Listing
3:13:32 - User Registration
3:30:00 - Auth Links
3:32:46 - User Logout
3:37:20 - User Login
3:47:02 - Auth & Guest Middleware
3:51:30 - Relationships
3:59:05 - Tinker Tinkering
4:01:35 - Add Ownership to Listings
4:05:31 - Manage Listings Page
4:14:22 - User Authorization

baziriza
1 Views ยท 4 months ago

How to connect to a database - PHP tutorial. Today we are going to learn how to connect to a database from a website using PHP. In these lessons we will learn how to access a database, and how to get data from a database.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
4 Views ยท 4 months ago

Symfony is a PHP web application framework and a set of reusable PHP components/libraries. Learn how to use it in this full tutorial course for beginners.

โญ๏ธ Course Contents โญ๏ธ
โŒจ๏ธ (0:03:50) Installing the development tools
โŒจ๏ธ (0:15:54) Installing Symfony
โŒจ๏ธ (0:25:08) Console
โŒจ๏ธ (0:25:00) Generating a controller
โŒจ๏ธ (0:30:55) Routing
โŒจ๏ธ (0:44:37) Using the Symfony Server
โŒจ๏ธ (0:51:50) Twig
โŒจ๏ธ (1:08:00) Doctrine
โŒจ๏ธ (1:49:37) Flash messages
โŒจ๏ธ (1:52:58) Symfony bug
โŒจ๏ธ (2:09:41) Security
โŒจ๏ธ (2:20:16) Registration page
โŒจ๏ธ (2:39:39) More doctrine & Relationships
โŒจ๏ธ (2:40:07) File uploading
โŒจ๏ธ (2:47:55) Defining custom parameters
โŒจ๏ธ (2:53:23) Doctrine relationship
โŒจ๏ธ (3:03:35) QueryBuilder
โŒจ๏ธ (3:11:49) Services

Course from OverSeas Media. Check out their YouTube channel: https://www.youtube.com/channe....l/UCPsBHZLaXkZ_mmapD

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

baziriza
1 Views ยท 4 months ago

In this video, you will learn to complete PHP. I created this video for absolute beginners. If you continue with this video, I hope you will have a decent knowledge of PHP and you will be able to understand any PHP code.
This video is not for PHP object-oriented programing. This is a basic PHP crash course. I tried my best to make this video as easy as possible. What do you think about this video, please let me know.

๐ŸŽ‰๐ŸŽ‰ Recommended Hosting
========================
๐Ÿ‘‰ Buy Hosting with a Free Domain here: https://www.hostg.xyz/SHBTm
๐Ÿ‘Œ Discount Coupon Code: PROCODERBD (7% OFF )
๐Ÿ˜Š Coupon Validity: Unlimited time



๐ŸŽ‰๐ŸŽ‰ Join Payoneer & Earn 25$
===========================
https://alihossain.com/payoneer



๐Ÿ”ด WordPress 5 Crash Course for Absolute Beginners Bangla
==============================================
https://www.youtube.com/watch?v=FY_XZ9iAWEo


๐Ÿ”ด Complete Guideline for WordPress Developer
=========================================
https://www.youtube.com/watch?v=jQL5TIVX29M


๐Ÿ”ด WordPress Theme Development Tutorial Bangla ========================================= https://www.youtube.com/watch?v=KFy5TMsG09E&list=PLSNRR4BKcowD6A-U_ll9ayJWqOEz3XD8l


๐Ÿ”ด Web Design Essential Training (Bangla)
============================================
https://www.youtube.com/watch?v=s069JamdQ4s&list=PLSNRR4BKcowATsQKZ4b5k0D8uyNnf4UIj



๐Ÿ”ด JavaScript Essential Training (Bangla)
==========================
https://www.youtube.com/watch?v=HouzPhGpeGs&list=PLSNRR4BKcowCjiIaG6n6H9BYjXbRkgn_A



๐Ÿ”ด HTML5 Essential Training (Bangla)
====================================
https://www.youtube.com/watch?v=_bjfDQWG65c&list=PLSNRR4BKcowDF5Mf7zPznfRwfTzmZpSNL


๐Ÿ”ด CSS Essential Training (Bangla)
===============================
https://www.youtube.com/watch?v=Qjjj6ogopzc&list=PLSNRR4BKcowA9IsN4F5utx7OlWUdN0RZV


โค๏ธ Chapters
=========================
00:00 Basic Introduction
01:26 What Is PHP?
05:26 Installing PHP Server
08:33 Creating the First PHP File
11:04 Syntax
19:53 Comments
23:43 Variables
30:49 echo and print Statements
35:23 Data Types
42:56 Object
48:14 Strings
53:51 Number
55:19 Math
59:39 Constants
01:09:34 Operators
01:12:26 Assignment Operators
01:16:00 Comparison Operators
01:21:06 If & else Statements
01:27:20 Switch Statement
01:30:11 PHP loops
01:40:01 PHP Functions
01:45:45 PHP Date and Time



๐Ÿ”ด เฆ•เง‡เฆจ เฆ†เฆฎเฆฐเฆพ เฆฎเฆพเฆ เฆชเฆฅเง‡ เฆ•เง‹เฆกเฆฟเฆ‚ เฆ›เง‡เงœเง‡ เฆฆเง‡เฆ‡? ๐Ÿ™ƒ
=====================================
https://youtu.be/giWWKaJT0WY


๐Ÿ”ด Web Development Roadmap - A Practical Guide
=========================================
https://youtu.be/GBGncPqYMcY


๐Ÿ”ด WordPress Theme Development Roadmap
=====================================
https://youtu.be/sni9ZUIJDhY


๐Ÿ”ด เฆ•เง‡เฆจ เฆถเฆฟเฆ–เฆฌเง‡เฆจ เฆ“เฆฏเฆผเง‡เฆฌ เฆกเง‡เฆญเง‡เฆฒเฆชเฆฎเง‡เฆจเงเฆŸ?
===============================
https://youtu.be/SZx4bRz2KoQ


#procoder
Connect me on social media so you will find my entire tutorial first. If that sounds like something that could help grow your business, then make sure to join me by subscribing!


โœ… For Branding & Business Inquiries
===============================
โœ… โ–บ [email protected]


โœ… Follow Me on Facebook
======================
https://www.facebook.com/procoderbd/


โœ… Join My Facebook Group
=======================
https://www.facebook.com/groups/2306536106105152


โœ… Follow Me on Twitter:
====================
https://twitter.com/shovoalways


โœ… Follow Me on Instagram
=======================
https://www.instagram.com/shovoalways/


โœ… My Website
==============================
http://www.alihossain.com


เฆงเฆจเงเฆฏเฆฌเฆพเฆฆเฅค

baziriza
2 Views ยท 4 months ago

Create a MySQL Table in Database | PHP Tutorial | Learn PHP Programming | PHP for Beginners. Today we will learn how to create tables in a database. Tables are used to store data which is related to one another. As an example, if we want to store information on users in a website.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
1 Views ยท 4 months ago

โ–บSource Code + Text Tutorials - http://codewithharry.com/video....s/php-tutorials-in-h
โ–บThis video is a part of this PHP tutorials in Hindi playlist - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
โ–บFor Doubt Solving, Brain Storming Sessions & guaranteed replies, join the channel membership here: https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
โ–บClick here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
โ–บCheckout my English channel here: https://www.youtube.com/ProgrammingWithHarry

Best Hindi Videos For Learning Programming:

โ–บLearn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164

โ–บPython Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บC Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

โ–บJavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บLearn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

โ–บLearn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

โ–บDjango Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บMachine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บCreating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บAdvanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บObject Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

โ–บPython Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
โ–บWebsite (created using Flask) - http://www.codewithharry.com
โ–บFacebook - https://www.facebook.com/CodeWithHarry
โ–บInstagram - https://www.instagram.com/codewithharry/
โ–บPersonal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here




Showing 26 out of 27