Top videos

teleclick
1 Views · 4 months ago

teleclick
1 Views · 4 months ago

teleclick
1 Views · 4 months ago

Clue Recut Trailer Thriller

baziriza
1 Views · 4 months ago

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.

All the learning resources such as code files, documentations, articles and community discussions are available on our website:

https://chaicode.com/

You can find our discord link, github link etc on the above website.

Twitter/X link: https://x.com/hiteshdotcom
Discord link: https://hitesh.ai/discord

Learn React with 10 projects: https://www.youtube.com/watch?v=eCU7FfMl5WU&list=PLRAV69dS1uWQos1M1xP6LWN6C-lZvpkmq

Learn Docker: https://youtu.be/rr9cI4u1_88?si=fSK00PNOt0gqBXp6

Learn Kubernetes: https://www.youtube.com/watch?v=7XDeI5fyj3w

How does a browser works: https://youtu.be/5rLFYtXHo9s?si=UW1HrwGUzkk4E7qh

How nodejs works: https://youtu.be/ooBxSg1Cl1w?si=Ks6Wih1smJZSDz4V

Learn Redux-toolkit: https://www.youtube.com/watch?v=pX0SBJF01EU

Learn NextJS: https://www.youtube.com/watch?v=iPGXk-i-VYU&list=PLRAV69dS1uWR7KF-zV6YPYtKYEHENETyE

Learn Typescript: https://www.youtube.com/watch?v=j89BvWz8Eag&list=PLRAV69dS1uWRPSfKzwZsIm-Axxq-LxqhW

Learn Javascript: https://www.youtube.com/watch?v=2md4HQNRqJA&list=PLRAV69dS1uWSxUIk5o3vQY2-_VKsOpXLD

Learn React Native: https://www.youtube.com/watch?v=kGtEax1WQFg&list=PLRAV69dS1uWSjBBJ-egNNOd4mdblt1P4c

Learn Zustand: https://www.youtube.com/watch?v=KCr-UNsM3vA&list=PLRAV69dS1uWQMXekDgw7fRAsHmsbKWkwu

Learn Golang: https://www.youtube.com/watch?v=X4q1OM0voO0&list=PLRAV69dS1uWSR89FRQGZ6q9BR2b44Tr9N

baziriza
1 Views · 4 months ago

Hi everyone, This is php full course in Hindi language. Here we learn PHP step by step in hindi with anil sidhu.


Complete PHP tutorial,
full PHP course
PHP full course
complete PHP course

0. (00:00​) PHP complete course Introduction
1. (04:56) What is PHP in Hindi
2. (11:33)​ Install PHP in Windows
3. (18:52​) Install PHP in macOS
4. (25:32​) Hello world in php
5. (32:20​) Echo in PHP
6. (41:02​) Variables in PHP
7. (51:49​) Variables rules in PHP
8. (01:01:50) HTML with PHP
9. (01:14:08) Display error in PHP
10. (01:19:33) constant in PHP
11. (01:29:43) Data type in PHP
12. (01:44:42) Comments in PHP
13. (01:52:15) How PHP works
14. (02:00:00) Operator in PHP
15. (02:04:30) arithmetic operators in PHP
16. (02:12:32) Assignment operators in PHP
17. (02:22:40) Comparison operators in PHP
18. (02:37:02) Increment decrement operators in PHP
19. (02:43:09) String operators in PHP
20. (02:52:06) conditional statement in PHP
21. (03:00:47) If else condtion in PHP


React js Latest Playlist in Hindi: https://www.youtube.com/playli....st?list=PL8p2I9GklV4
inst id: @code.steps

baziriza
1 Views · 4 months ago

In this tutorial you will learn php variables tutorial in Hindi, Urdu.You can learn what is php variables in hindi and how to store any type of value in php variables.

PHP Tutorial in Hindi Playlist
https://www.youtube.com/playli....st?list=PL0b6OzIxLPb

Follow us on Facebook
https://www.facebook.com/yahooobaba/

Follow us on Twitter
https://twitter.com/YahoooBaba

#php #webdevelopment #webdesign

baziriza
1 Views · 4 months ago

In this lesson, you will learn all about classes & objects in PHP. How to create classes & objects, set properties, typed properties, their visibility, create methods, learn about method chaining, what are constructors & destructors & so on. Make sure to watch it till the end since I cover some important things that you should be aware of when working with destructors.

SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments, any feedback is greatly appreciated
⭐ Become a Patreon: https://www.patreon.com/programwithgio
THANK YOU!

LESSON 2.2
Course Outline - https://github.com/ggelashvili..../learnphptherightway
Course Playlist - https://www.youtube.com/playli....st?list=PLr3d3QYzkw2

CHAPTERS
00:00 - Objects & Classes
00:56 - Creating class & object
02:58 - Class properties
04:43 - Typed properties
07:50 - Class constructor, $this, & constructor arguments
09:54 - Methods
11:34 - Method chaining
13:44 - Creating objects using variables
14:05 - Creating multiple objects of the same class
14:40 - Class destructor
18:05 - stdClass & object casting

baziriza
1 Views · 4 months ago

Learn how to create a custom WordPress theme. You will learn a process that you can use to convert any HTML/CSS template into a WordPress theme.

🔗 HTML/CSS template: https://github.com/wilsmex/blog-site-template

🎥 Course from Andrew Wilson. Check out his YouTube channel: https://youtube.com/followandrew

⭐️ Course Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (00:51) Responsive Template Overview
⌨️ (04:28) WordPress Theme Structure & Location
⌨️ (05:51) Create Required Empty Files / Folders for Theme
⌨️ (12:39) Create Theme Screenshot.png file
⌨️ (13:05) WordPress Template Hierarchy
⌨️ (14:50) Setting up Style.css File Required Information
⌨️ (17:10) Activating the New Theme
⌨️ (18:41) Create Theme Home Page Template
⌨️ (21:50) Enqueue Styles
⌨️ (25:55) Add wp_head() to Head Section
⌨️ (33:30) Enqueue Scripts
⌨️ (35:02) Add wp_footer() to Foot Section
⌨️ (41:25) Create header.php & footer.php Files
⌨️ (44:41) Add Dynamic Page Titles
⌨️ (48:63) WordPress Auto Thumbnail Sizes
⌨️ (50:50) Create Home Page in WordPress Admin Panel
⌨️ (53:20) The WordPress Loop
⌨️ (56:24) Dynamic Page Title Heading
⌨️ (58:01) Create WordPress Menu Area
⌨️ (01:03:36) Dynamic Menus
⌨️ (01:16:16) Customize Site Logo Upload & Name
⌨️ (01:25:12) Add WordPress Posts in Admin Panel
⌨️ (01:07:11) Add Feature Image Thumbnail Support
⌨️ (01:29:06) Create Single Post Template File
⌨️ (01:33:52) Add Post Meta Data
⌨️ (01:40:39) Comments & Comments Templates
⌨️ (01:53:45) Post Archives Page Templates
⌨️ (01:57:34) Blog Archive & index.php Templates
⌨️ (02:03:39) Post Thumbnails
⌨️ (02:07:16) Pagination Links
⌨️ (02:10:10) Page Template File
⌨️ (02:25:37) 404 Template (Page Not Found)
⌨️ (02:28:50) Add Searching
⌨️ (02:30:50) A Few Extras and Where to Go

--

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

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

teleclick
1 Views · 4 months ago

Action english subtitlesmovie l Adventure movieslength english l Thriller movies
<br>
<br>Movie FULL SOUND :
<br>
<br>Like us on watch More
<br>
<br>
<br>
<br>Best Action Movies 2016 Movie English Subtitles - Hollywood Action Movies - New movies 2016 englishi(

teleclick
1 Views · 4 months ago

Action Movies 2017

teleclick
1 Views · 4 months ago

Best Action Movies Kung Fu 2016 New Action Movies 2016 Full Movies English

teleclick
1 Views · 4 months ago

Best Action Movies Kung Fu 2017 New Action Movies 2017 Movies English Subtitles

teleclick
1 Views · 4 months ago

New Action movies 2015/ Full unique Action movies/English movies attractive, Action movies or.

teleclick
1 Views · 4 months ago

[ 2017 H M ] MONSTER - Action Movies Full Length - Best Action Sci Fi Movies , Cinema Movies Action Hot Comedy 2017 & 2018




Showing 108 out of 130