Top videos

teleclick
4 Views · 4 months ago

On est dans la merde...

baziriza
5 Views · 4 months ago

This is a quick introduction to how to get started with Bootstrap 5 Alpha.

Project Files: https://github.com/RaddyTheBra....nd/YouTube/tree/mast

☕ BuyMeACoffee: https://www.buymeacoffee.com/RaddyTheBrand

Discounts:
⚡ Hostinger: https://www.hostg.xyz/aff_c?offer_id=408&aff_id=69300
⚡ Elementor: https://be.elementor.com/visit/?bta=26518&brand=elementor

Recording Equipment:
◾ Microphone: https://amzn.to/3Ppp8Ok
◾ Shotgun Mic: https://amzn.to/3IVqIot
◾ Camera: https://amzn.to/3z0bxpF
◾ Lens: https://amzn.to/3Pw4s7d
◾ Lighting: https://amzn.to/3PGXvzW

Computer Gear:
◾ Keyboard: https://amzn.to/3PGXvzW
◾ Headphones: https://amzn.to/3PJl9fg
◾ Mouse: https://amzn.to/3z1TGPf

Connect with me:
◾ Website: https://www.raddy.dev
◾ Newsletter: https://www.raddy.co.uk/newsletter

#bootstrap #css

baziriza
7 Views · 4 months ago

Should I learn PHP or JavaScript first?

Unless you have to learn PHP right now for your job, it should be one of the last things you learn. Don't learn it unless you should.

I'm trying to learn what I should learn now.

Javascript is a client-side language with a lot of use in building apps. PHP is a server side language that is really only used when you have to connect to a database.

I heard that Javascript generates more jobs but PHP is better paying.

Javascript is a more forgiving programming language, used mostly for web browsers. More people work with JavaScript and jQuery, so greater supply decreases wages a degree.

Which one is harder to learn?

Neither is harder to learn. But if you study JavaScript, you should go over jQuery, too.

I only want to learn one programming language.

Do you know anyone writing in Basic or Fortran anymore? Even if you just learn PHP, you'll probably have to learn a new language in a few years.

PHP is in major demand right now. It is even used to host Facebook and WordPress.

PHP is used almost everywhere, since it runs on every type of hosting server.

I heard PHP lets you do a lot more done on the server, compared to JavaScript.

If you learn JavaScript first, you can get work designing JavaScript applications while you continue learning about PHP for enterprise wide, server based apps.

That would probably overload my limited mind.

Their syntax is similar.

But they are totally different languages.

True, as are the job markets. PHP is for back end web developers, in which case, you probably ought to learn SQL, too.

Way too many TLA.

TLA?

Three letter acronyms.

baziriza
7 Views · 4 months ago

We learn every backend technology we need to build a web application. We go over backend programming languages, backend web frameworks, databases, APIs, REST APIs, cloud computing, and specialized backend technologies.

Every Frontend Technology Explained: https://youtu.be/WG5ikvJ2TKA
FreeCodeCamp Backend Roadmap: https://www.freecodecamp.org/n....ews/2019-web-develop

Premium Courses:
🎓 Get a certificate for our courses with premium learning experience & support SuperSimpleDev! ❤️
HTML CSS Premium Course: https://courses.supersimple.dev/courses/html-css
JavaScript Premium Course: https://courses.supersimple.dev/courses/javascript

Support the SuperSimpleDev channel:
❤️ https://supersimple.dev/donate
Your support will be used for equipment, software, and other necessary costs for planning, shooting, and editing courses like this. Thank you!

Contact: https://supersimple.dev/feedback
Behind the scenes: https://www.instagram.com/supersimple.dev/
Latest updates: https://twitter.com/SuperSimpleDev

0:00 Frontend vs backend
0:26 What is a server?
1:07 Backend programming language
1:34 Backend framework
2:05 Package manager
2:40 Database
3:17 Request response cycle
4:15 API
6:00 REST API
7:11 Cloud computing and IaaS (Infrastructure as a Service)
7:37 VMs and Load Balancers
8:39 PaaS (Platform as a Service)
9:09 Microservices
10:03 SaaS (Software as a Service)
10:57 Additional technologies
12:25 Backend review

#webdevelopment
#backend
#fullstack
#learntocode
#javascript
#python

baziriza
4 Views · 4 months ago

In this video series we will build a PHP payment page that accepts credit cards using the stripe API and also stores the data in a MySQL database using PDO. We will be creating tables and models for customers and transactions to store them in the database and retrieve them within the app.

SPONSOR: Eduonix Machine Learning Course
https://goo.gl/jo6vNd

CODE: Github Repo
https://github.com/bradtraversy/php_stripe_paypage

Stripe API Docs: Card Element Quickstart
https://stripe.com/docs/stripe....-js/elements/quickst

PDO Class Gist:
https://gist.github.com/bradtr....aversy/a77931605ba9b

PHP OOP Udemy Course:
https://www.udemy.com/object-o....riented-php-mvc/?cou

💖 BECOME A PATRON: Show support & get perks!
http://www.patreon.com/traversymedia

Website & Udemy Courses
http://www.traversymedia.com

Follow Traversy Media:
http://www.facebook.com/traversymedia
http://www.twitter.com/traversymedia
http://www.instagram.com/traversymedia

The Developer Hangout: Public Discord Server
https://discord.gg/developers

teleclick
6 Views · 4 months ago

<br />EA SPORTS™ FIFA 18<br />https://store.playstation.com/....#!/en-us/tid=CUSA080

baziriza
4 Views · 4 months ago

The basics of PHP form validation is something that is important when learning PHP, and in this tutorial I will show you what you need to get started on the basics of PHP form handling. 🙂

HTML Form tutorial: https://www.youtube.com/watch?v=qelcFC6B_Nw&t=1773s&ab_channel=DaniKrossing

Documentation:
https://www.php.net/manual/en/tutorial.forms.php
https://www.php.net/manual/en/....function.htmlspecial
https://www.php.net/manual/en/....function.htmlentitie
https://www.w3schools.com/html/html_entities.asp

➤ 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 and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Memberships: https://www.youtube.com/channe....l/UCzyuZJ8zZ-Lhfnz41
Patreon: https://www.patreon.com/mmtuts

teleclick
9 Views · 4 months ago

baziriza
8 Views · 4 months ago

Data Structures and algorithms for beginners. Ace your coding interview. Watch this tutorial to learn all about Big O, arrays and linked lists!

🚀 Get interview-ready with my full course: https://bit.ly/2OwNTxx
👍 Subscribe for more awesome content: https://goo.gl/6PYaGF

Need Java foundations first? Check out my tutorial: https://youtu.be/eIrMbAQSU34

✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/

💡 What you'll learn:
- Big O notation for analyzing code efficiency.
- How to implement and use arrays.
- The basics of linked lists.

👉 This tutorial is perfect for you if:
- You're preparing for technical job interviews.
- You want to improve your coding fundamentals.
- You're a CS student learning these concepts.

Let's get started!

📖 TABLE OF CONTENT
0:00:00 Intro
0:01:04 What is Big O?
0:03:03 O(1)
0:04:32 O(n)
0:08:17 O(n^2)
0:10:41 O(log n)
0:13:20 O(2^n)
0:14:10 Space Complexity
0:17:53 Understanding Arrays
0:21:03 Working with Arrays
0:24:32 Exercise: Building an Array
0:27:24 Solution: Creating the Array Class
0:30:43 Solution: insert()
0:35:03 Solution: remove()
0:39:54 Solution: indexOf()
0:42:23 Dynamic Arrays
0:46:11 Linked Lists Introduction
0:46:41 What are Linked Lists?
0:51:16 Working with Linked Lists
0:54:40 Exercise: Building a Linked List
0:56:05 Solution: addLast()
1:02:15 Solution: addFirst()
1:04:28 Solution: indexOf()
1:06:23 Solution: contains()
1:07:28 Solution: removeFirst()
1:11:52 Solution: removeLast()

#ComputerScience #Coding #Programming

teleclick
5 Views · 4 months ago

Break In ( Thriller )

teleclick
6 Views · 4 months ago

action movies

baziriza
5 Views · 4 months ago

Different Data Types in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. In this PHP tutorial you will learn about some of the different data types we have in PHP.

It is important to know the difference between data types since PHP can be fairly sensitive to it depending on what we want it to do. Later when we get into databases and how to set them up, we also need to know about data types ahead of time.

➤ 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

teleclick
3 Views · 4 months ago

Learn the Thriller

teleclick
3 Views · 4 months ago

Movie Time - Best Action Movie Action in Water - Action Movie<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />#bestactionmovies<br />#actionmovies<br />#monstermovies<br />#movie<br />#fullhdmovies

baziriza
3 Views · 4 months ago

🔥🔥🔥 Check my full course "Build and Deploy Laravel E-commerce Website with Vue.js Admin Panel" at https://thecodeholic.com 🔥🔥🔥

In this video you will see all the steps you need to perform to become a really good PHP Developer.

Support me by subscribing - https://bit.ly/2xTQOI0

Github Repository for all resources (⭐️ Give it a star ⭐️)
https://github.com/thecodeholi....c/php-developer-road

Get premium shared hosting for $2 per month, which includes free domain, email and SSL. Use the coupon code "THECODEHOLIC" or click the link bellow
https://hostinger.com/THECODEHOLIC

If you really love my content and want to support the channel:
👉 My Patreon: (For monthly donation)
https://www.patreon.com/thecodeholic
🍺 Buy me Beer: (For one time donation)
https://www.buymeacoffee.com/thecodeholic

Table of Contents
-------------------------------
00:00 - Introduction
02:03 - Why you should learn PHP
03:41 - Learn Prerequisites (HTML, Git, Databases)
05:40 - Learn PHP Basics
08:31 - Learn OOP
10:44 - Build an MVC Framework
13:06 - Time to apply for internships
14:10 - Learn what is API
14:31 - Learn Existing Framework(Laravel, Yii, Symfony)
16:01 - Apply for jobs as a PHP backend developer
16:42 - Learn JavaScript
17:36 - Build Projects
18:22 - Apply for jobs as a PHP full stack developer
19:37 - Advanced concepts (Terminal & SSH, Docker, Design Patterns)
22:48 - Conclusion


Follow me on social media:
https://twitter.com/thecodeholic
https://www.facebook.com/thecodeholic
https://www.instagram.com/thecodeholic/

Check my Github:
https://github.com/thecodeholic

teleclick
4 Views · 4 months ago

action movies

baziriza
1 Views · 4 months ago

🔥 PHP Certification Training (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎"): https://www.edureka.co/search
This Edureka video will give you a complete understanding of PHP which is one of the most widely used scripting language for the backend logic. This video covers the following topics:

0:30 What is PHP?
1:14 What can you do with PHP?
2:55 Fundamental Syntax of PHP
3:18 PHP variables
4:02 PHP constants
4:25 Primitive data types
4:55 Reference data types - Arrays and functions
6:10 Conditional Statements (Loops)
9:38 Hands-on: Collecting form data using PHP

Check out our complete Youtube playlist here: https://goo.gl/gMFLx3

Do subscribe to our channel and hit the bell icon to never miss an update from us in the future.

Instagram: https://www.instagram.com/edureka_learning
Facebook: https://www.facebook.com/edurekaIN/
Twitter: https://twitter.com/edurekain
LinkedIn: https://www.linkedin.com/company/edureka

#PHP #PHPTutorial #PHP11 #PHPNewFeatures #LearnPHP #PHPOnlineTraining #PHPProgramming
-------------------------------------

How it Works?

1. This is a 7 Week Instructor-led Online Course, 45 hours of assignment and 20 hours of project work

2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.

3. At the end of the training, you will be working on a real-time project for which we will provide you a Grade and a Verifiable Certificate!

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

About the Course

Edureka's PHP & MySQL with MVC framework, will introduce attendees to PHP, MySQL and CakePHP MVC framework. The course will cover aspects of how to use PHP, MySQL along with CakePHP MVC framework to create powerful and easy to maintain database driven websites. The course will also cover Installation & Configuration of PHP, MySQL and CakePHP. Attendees will also get to implement one project towards the end of the course.

Why learn PHP & MySQL with MVC Frameworks?

PHP scripting and MySQL database are one of the worlds most popular open source techniques used to develop websites. Add an advantage of an MVC framework to it and you can develop powerful, dynamic and easy to maintain database driven websites. PHP, MySQL, and CakePHP are also platform independent i.e. You can easily port a website developed on a windows machine to a Linux based Apache web server with minimal to no changes. The CakePHP MVC architect also adds some additional security against threats like SQL injections, hacking etc.

-------------------------------------
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
For more information, please write back to us at [email protected] or call us at IND: 9606058406 / US: 18338555775 (toll free).




Showing 7 out of 23