Top videos

baziriza
4 Views · 4 months ago

In this PHP tutorial you will learn about the MVC Model, which is a design pattern we use in OOP PHP. I believe this video is important to watch in order for people to properly understand how OOP PHP works, so I don't recommend skipping it.

Link to this playlist: https://www.youtube.com/watch?v=Anz0ArcQ5kI&list=PL0eyrZgxdwhypQiZnYXM7z7-OTkcMgGPh

➤ 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

Support Simple Snippets by Donations -
Google Pay UPI ID - tanmaysakpal11@okicici
PayPal - paypal.me/tanmaysakpal11
--------------------------------------------------------------------------------------------- In this video tutorial we are going to design and develop a website with basic login page in PHP and MySQL.
For front end designing we will create the login page in HTML and CSS.
We will also create a registration form in PHP and MySQL for users to register their details in the Database.
PHP is a open source server side scripting language which can be used along with HTML language to make the website more dynamic and add more functionalities.
MySQL is a open source RDBMS.
This video tutorials is for beginners and you will only need to have a basic knowledge of all the above mention technologies that we are going to use.
This tutorial is divided in 3 parts and in first part we will be designing all the web-pages and styling it with basic CSS attributes.
In Part 2 we will add functionality to the login and registration page using PHP programming and also perform Database connectivity with MySQL db.
In part 3 we will enhance our existing Web-application and add more HTML form fields like radio buttons and select box to the exisiting Application.
Download the Project source files here :
https://www.mediafire.com/file..../ax1wt4j3d7htl0t/Log

Simple Snippets Official Website -
https://simplesnippets.tech/
Simple Snippets on Facebook-
https://www.facebook.com/simplesnippets/
Simple Snippets on Instagram-
https://www.instagram.com/simplesnippets/
Simple Snippets email ID-
[email protected]

For Classroom Coaching in Mumbai for Programming & other IT/CS Subjects Checkout UpSkill Infotech - https://upskill.tech/

UpSkill is an Ed-Tech Company / Coaching Centre for Information Technology / Computer Science oriented courses and offer coacing for various Degree courses like BSc.IT, BSc.CS, BCA, MSc.IT, MSc.CS, MCA etc.

Contact via email /call / FB /Whatsapp for more info
email - [email protected]

We also Provide Certification courses like -
Android Development
Web Development
Java Developer Course
.NET Developer Course

Check us out on Social media platforms like Facebook, Instagram, Google etc
Facebook page - https://www.facebook.com/upskillinfotech/
Insta page - https://www.instagram.com/upskill_infotech/
Google Maps - https://goo.gl/maps/vjNtZazLzW82

baziriza
4 Views · 4 months ago

কখনো কখনো একটা CLI স্ক্রিপ্ট রানিং থাকা অবস্থায় ইউজারের কাছ থেকে আমাদের ইনপুট নেয়া এবং ইউজারকে আউটপুট দেখানো লাগতে পারে। কিভাবে আমরা সেটা করতে পারবো, এক্স্যাম্পলের মাধ্যমে এই ভিডিওতে সেটা এক্সপ্লেইন করা হয়েছে!

baziriza
4 Views · 4 months ago

In this video, you will learn how to install & configure PHPUnit, how to write unit tests, data providers & so on. Note that this is part one of a two-part video and in the next video we'll do more testing along with things like stubs, mocking & test doubles.

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!

🛠️ TOOLS & SERVICES I USE
Digital Ocean Hosting - Get 100$ credit - https://m.do.co/c/38b935ad74e5
Domains on Namecheap - https://namecheap.pxf.io/rnRjdQ
Envato Elements - https://1.envato.market/c/2937311/298927/4662

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

RESOURCES
Docs - https://phpunit.readthedocs.io/
Video about comparing objects - https://www.youtube.com/watch?v=zCGmZb3z-r8
Source Repo - https://github.com/ggelashvili..../learnphptherightway

TABLE OF CONTENTS
00:00 - Install PHPUnit
02:22 - PHPUnit Configuration
03:56 - Writing Unit Tests
12:08 - Share test setup code (setup method)
14:33 - Data providers & testing exceptions
22:11 - External data providers & test class autoloading
25:14 - More tests
27:56 - Strict comparison vs loose comparison in tests (assertEquals vs assertSame)

** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.

baziriza
4 Views · 4 months ago

Hi guys, kali ini kita akan bahas salah satu bahasa pemrograman paling populer di kalangan programmer di Indonesia, apalagi kalo bukan PHP. Ini adalah materi awal untuk kita mulai menjadi programmer PHP, yaitu belajar PHP Dasar terlebih dahulu.

PREMIUM COURSE PHP : https://www.udemy.com/course/p....emrograman-php-pemul

#php #phpIndonesia #pemrogramanPHP

Slide : https://docs.google.com/presen....tation/d/1pV0YWsL61u

Source Code : https://github.com/ProgrammerZ....amanNow/belajar-php-

Materi Video :
00:00:00 - Pendahuluan
00:01:54 - Pengenalan PHP
00:08:33 - Menginstall PHP
00:17:50 - Program Hello World
00:26:16 - Tipe Data Number
00:38:23 - Tipe Data Boolean
00:40:54 - Tipe Data String
00:50:21 - Variable
00:59:44 - Constant
01:04:34 - Data NULL
01:13:04 - Tipe Data Array
01:32:21 - Operator Aritmatika
01:35:57 - Operator Penugasan
01:40:40 - Operator Perbandingan
01:46:57 - Operator Logika
01:52:48 - Increment dan Decrement
01:58:41 - Operator Array
02:05:05 - Expression, Statement dan Block
02:09:29 - Manipulasi String
02:22:09 - If Statement
02:34:51 - Switch Statement
02:41:20 - Ternary Operator
02:45:04 - Null Coalescing Operator
02:49:22 - For Loop
02:58:11 - While Loop
03:01:00 - Do While Loop
03:04:38 - Break & Continue
03:11:06 - For Each Loop
03:17:54 - goto Operator
03:22:48 - Function
03:28:29 - Function Argument
03:47:20 - Function Return Value
03:57:11 - Variable Function
04:05:01 - Anonymous Function
04:14:52 - Arrow Function
04:19:14 - Callback Function
04:24:12 - Recursive Function
04:34:48 - Komentar
04:37:36 - String Function
04:43:45 - Array Function
04:49:52 - is Function
04:52:43 - Require dan Include
05:02:34 - Variable Scope
05:16:02 - Reference
05:26:10 - Materi Selanjutnya

Donasi :
Saweria : https://saweria.co/ProgrammerZamanNow

Social Media :
Instagram : https://www.instagram.com/ProgrammerZamanNow
Facebook : https://www.facebook.com/ProgrammerZamanNow
Telegram : https://t.me/ProgrammerZamanNow
Youtube : https://www.youtube.com/c/ProgrammerZamanNow

tutorial php dasar
belajar php dasar
tutorial php bahasa indonesia
belajar php bahasa indonesia
php tutorial
belajar php
php tutorial indonesia
belajar php indonesia

baziriza
4 Views · 4 months ago

create mySQL tables the easy way with phpmyadmin and my simple point and click master steps
Watch this 10 part series for FREE on Youtube - Watch the rest for FREE on Udemy.com
use this coupon link: https://www.udemy.com/thinklea....rnearn/?couponCode=u
Learn how to Create design build a php password protected admin and login form with Dreamweaver PHP mySQL and ZERO coding my hand use my simple point & click steps
Watch an amazing Photoshop video my master photographer : MANFRED WERNER PHOTOGRAPHER | RETOUCHER
https://www.udemy.com/photosho....ptraining/?dtcode=l6

baziriza
4 Views · 4 months ago

Accessing data from an API is one of the most common things you will do in web development, and the way to access APIs is with fetch. Fetch is function built into JavaScript that allows you to query any URL/API to get back data. The most important part is that fetch is asynchronous so it will run in the background and let you know when it finishes using promises. In this video I will show you exactly how to use fetch, and all of the common mistakes people make using fetch so you can get up and running in just six minutes.


📚 Materials/References:

Fetch Article: https://blog.webdevsimplified.....com/2022-01/js-fetch
Learn Promises In 10 Minutes Video: https://youtu.be/DHvZLI7Db8E
Async Await Tutorial: https://youtu.be/V_Kr9OSfDeU


🧠 Concepts Covered:

- What the fetch API is
- How to use the fetch API
- How to handle API response errors
- How to use JSON data with fetch


🌎 Find Me Here:

My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#Fetch #WDS #JavaScript

baziriza
4 Views · 4 months ago

In this tutorial you will learn what is REST API introduction tutorial in Hindi, Urdu.You can learn what is Restfull APIs, how to use Rest API, what are the methods involve in Rest API and all php header information to use Rest API in hindi.

Wikipedia All HTTP Header Information
https://en.wikipedia.org/wiki/....List_of_HTTP_header_

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

✅ Official Website
http://www.yahoobaba.net/

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

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

✅ Follow us on Instagram
https://www.instagram.com/yahoo_baba/

#php #ajax #phpmysql

baziriza
4 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 33 out of 34