Computer Guru and Expert
Computer Guru and Expert
  • 193
  • 8 693

วีดีโอ

Mern Lecture 2- Create and run a web server
มุมมอง 171หลายเดือนก่อน
Mern Lecture 2- Create and run a web server
Install MongoDB
มุมมอง 3002 หลายเดือนก่อน
Install MongoDB and Test its installation
Lecture 10: MySQL Command Null, Update Record, Delete, Min,Max,Alias (Beginners Guide)
มุมมอง 314 หลายเดือนก่อน
Welcome to Lecture 10 of the MySQL Beginners Guide! In this tutorial, you will learn essential MySQL commands like NULL, UPDATE, DELETE, and more. We'll also cover the MIN, MAX, and ALIAS commands, making it easy to manage and analyze your data. This lecture provides step-by-step instructions for using MySQL Workbench, writing various SQL commands, and running sequel commands. We’ll explore how...
Lecture 9: MySQL Command Like, And, OR, NOT, Between, Insert Into (Beginners Guide)
มุมมอง 134 หลายเดือนก่อน
Welcome to Lecture 9 of the MySQL series, designed for beginners! In this video, we'll cover important SQL commands including MySQL Command LIKE, AND SQL, OR SQL, NOT SQL, and BETWEEN SQL. You'll also learn how to use the INSERT INTO SQL command for data manipulation in MySQL. We will demonstrate the process on MySQL Workbench to help you understand how to create databases in MySQL using comman...
Lecture 2: PHP Form Handling, and Form Validation (Beginners Guide)
มุมมอง 304 หลายเดือนก่อน
Welcome to Lecture 2 of our PHP Web Programming series! In this tutorial, we dive deep into PHP Form Handling and Form Validation, essential topics for any beginner learning to build dynamic websites. You'll learn how to handle data submission from HTML to PHP, validate user inputs, and access HTML forms using PHP code. This lecture is crucial for those interested in custom website development ...
Lecture 8: MySQL Command Select, Distinct, Count, Order By Asc, Desc (Beginners Guide)
มุมมอง 194 หลายเดือนก่อน
In this Lecture 8: MySQL Command Select, Distinct, Count, Order By Asc, Desc (Beginners Guide), we will dive deep into essential SQL commands, perfect for beginners. Learn how to use MySQL Command Select to retrieve data, apply Distinct records to avoid duplicates, and use the Count of records command to tally entries. We will also cover sorting results with Order By Asc (ascending) and Order B...
Lecture 7: MySQL Command for Add and Remove Auto Increment On Column, and Remove (Beginners Guide)
มุมมอง 164 หลายเดือนก่อน
In this Lecture 7 of the beginner’s guide, you will learn how to use MySQL commands to add and remove AutoIncrement on a column, as well as remove an index. This tutorial will guide you through the process of managing AutoIncrement constraints using MySQL Workbench and SQL commands. We will also cover how to remove indexes efficiently. Key topics include creating a database in MySQL, running SQ...
Lecture 6: MySQL Command for Add and Remove Default Value Constraint on Column (Beginners Guide)
มุมมอง 104 หลายเดือนก่อน
In this Lecture 6 of the beginner’s guide, you will learn how to use MySQL commands to add and remove Default Value Constraints on a column. This tutorial walks you through the steps of setting and modifying default values for columns in MySQL, using both MySQL Workbench and command-line tools. We will cover essential SQL commands like create database mysql, insert command in mysql, and how to ...
Lecture 5: MySQL Command for Add and Remove Check Constraint On Column (Beginners Guide)
มุมมอง 94 หลายเดือนก่อน
In this Lecture 5 of the beginners' guide, you will learn how to use MySQL commands to add and remove Check Constraints on a column. This tutorial provides step-by-step instructions on using MySQL Workbench and SQL commands to manage database constraints. We'll cover essential topics like creating a database in MySQL, writing MySQL queries, and executing commands such as insert command in MySQL...
Lecture 4: MySQL Command for Add and Remove Foreign Key, Primary Key, (Beginners Guide)
มุมมอง 74 หลายเดือนก่อน
In this beginner's guide (Lecture 4), you'll learn how to efficiently use MySQL commands to add and remove Foreign Key and Primary Key constraints. We will demonstrate how to use MySQL Workbench and command line to create and manage databases. You'll understand how to execute SQL and Sequel commands for tasks like inserting data, creating databases, and adding keys. If you're practicing SQL com...
Lecture 1: MySQL Create Database & Drop DB, Create & Drop Table, Insert, Delete(Beginners Guide)
มุมมอง 494 หลายเดือนก่อน
Welcome to Lecture 1 of our MySQL beginners guide. In this video, you'll learn the essential MySQL commands to get started with database management. We'll cover everything from MySQL start, creating databases and tables using Create Database and Create Table, to dropping databases and tables with Drop DB and Drop Table. You will also learn how to insert and delete data with the Insert Data and ...
Lecture 3: MySQL Command Change Datatype of Column,Change Size, Drop Column,Unique , and Not Null
มุมมอง 114 หลายเดือนก่อน
Welcome to Lecture 3 of our MySQL Beginners Guide! In this video, we focus on advanced MySQL commands that allow you to modify the structure of your database. You'll learn how to change the datatype of a column, adjust the size of a column, and drop a column entirely. We’ll also cover two important constraints: the Unique Constraint and the Not Null Constraint, which ensure data integrity in yo...
Lecture 2: MySQL Command, Create & Drop Database, Create & Drop Table,Change Column & Drop Column
มุมมอง 204 หลายเดือนก่อน
In Lecture 2 of our MySQL tutorial series, we dive deeper into MySQL commands and database management. This video will teach you how to use the Create & Drop Database commands, Create & Drop Table, and how to modify database structures with the Change Column and Drop Column commands. Whether you're using MySQL Workbench or working from the MySQL console, this guide will help you efficiently man...
Lecture 1: Php Web Programming,Install Xampp, and Run First Php Program (Beginners Guide)
มุมมอง 214 หลายเดือนก่อน
In this first lecture on PHP Web Programming, you will learn how to install XAMPP and run your first PHP program. This tutorial is designed for beginners who want to dive into custom website development and start their journey in web programming. Whether you are aiming to master web development using JavaScript, PHP, HTML, and CSS, or want to explore the best practices in eCommerce site develop...
Computer Tricks: Show Saved Password in Web Browsers (Chrome, Firefox) (Beginners Guide)
มุมมอง 244 หลายเดือนก่อน
Computer Tricks: Show Saved Password in Web Browsers (Chrome, Firefox) (Beginners Guide)
Computer Tricks: F1 to F12 Functional Keys of Keyboard in Windows PC (Beginners Guide)
มุมมอง 504 หลายเดือนก่อน
Computer Tricks: F1 to F12 Functional Keys of Keyboard in Windows PC (Beginners Guide)
Lecture 9: Jquery Change CSS of Last Searched Tag, and CSS Class Tags (Beginners Guide)
มุมมอง 1154 หลายเดือนก่อน
Lecture 9: Jquery Change CSS of Last Searched Tag, and CSS Class Tags (Beginners Guide)
Lecture 8: Jquery Change CSS of Sibilings Tag,and First Searched Tag (Beginners Guide)
มุมมอง 154 หลายเดือนก่อน
Lecture 8: Jquery Change CSS of Sibilings Tag,and First Searched Tag (Beginners Guide)
Lecture 7: Jquery Change CSS of Children Tags,Find & Change, and All Tags (Beginners Guide)
มุมมอง 94 หลายเดือนก่อน
Lecture 7: Jquery Change CSS of Children Tags,Find & Change, and All Tags (Beginners Guide)
Lecture 6: Jquery Change CSS of Elements Until, and Parent Tags (Beginners Guide)
มุมมอง 114 หลายเดือนก่อน
Lecture 6: Jquery Change CSS of Elements Until, and Parent Tags (Beginners Guide)
Lecture 5: Jquery Add CSS Class, Remove Class, Toggle, Get, Set, Height, Width (Beginners Guide)
มุมมอง 174 หลายเดือนก่อน
Lecture 5: Jquery Add CSS Class, Remove Class, Toggle, Get, Set, Height, Width (Beginners Guide)
Lecture 4: Jquery Set Attribute, Append, Prepend,Before, After, Remove, Empty (Beginners Guide)
มุมมอง 394 หลายเดือนก่อน
Lecture 4: Jquery Set Attribute, Append, Prepend,Before, After, Remove, Empty (Beginners Guide)
Lecture 3: Jquery Set Text,HTML,Value,and Attribute (Beginners Guide)
มุมมอง 264 หลายเดือนก่อน
Lecture 3: Jquery Set Text,HTML,Value,and Attribute (Beginners Guide)
Lecture 2 : Jquery Focus,Mouse Enter,Mouse Leave,Mouse Up, Mouse Down,and Hide(Beginners Guide)
มุมมอง 334 หลายเดือนก่อน
Lecture 2 : Jquery Focus,Mouse Enter,Mouse Leave,Mouse Up, Mouse Down,and Hide(Beginners Guide)
Lecture 1: JQuery Install, Document.Ready, Events(Click,DBClick,MouseEnter), Hide (Beginners Guide)
มุมมอง 464 หลายเดือนก่อน
Lecture 1: JQuery Install, Document.Ready, Events(Click,DBClick,MouseEnter), Hide (Beginners Guide)
Computer Tricks: Top Useful Computer Network Commands (Beginners Guide)
มุมมอง 824 หลายเดือนก่อน
Computer Tricks: Top Useful Computer Network Commands (Beginners Guide)
Lecture 5: Javascript Create Element and Child, Insert Before, Remove Tag,Loop Through Elements
มุมมอง 534 หลายเดือนก่อน
Lecture 5: Javascript Create Element and Child, Insert Before, Remove Tag,Loop Through Elements
Computer Tricks: Powerful Shortcuts of Window Key in Laptop/PC (Beginners Guide)
มุมมอง 5924 หลายเดือนก่อน
Computer Tricks: Powerful Shortcuts of Window Key in Laptop/PC (Beginners Guide)
Lecture 3: Javascript Change Attributes, Border, Font, Height, Opacity, Hide (Beginners Guide)
มุมมอง 554 หลายเดือนก่อน
Lecture 3: Javascript Change Attributes, Border, Font, Height, Opacity, Hide (Beginners Guide)

ความคิดเห็น

  • @muhammadsaadatamirkhan.7867
    @muhammadsaadatamirkhan.7867 24 วันที่ผ่านมา

    Done

  • @gamingonpulse
    @gamingonpulse หลายเดือนก่อน

    waiting for more php tutorials

  • @AbdulRehman-jx9iz
    @AbdulRehman-jx9iz หลายเดือนก่อน

    👍🏻👍🏻

  • @HussainRao-sv7pl
    @HussainRao-sv7pl หลายเดือนก่อน

    sir online download hi nhi ho rha, buy ka option aa rha baar baar.

  • @Shiraz_Mazhar
    @Shiraz_Mazhar 3 หลายเดือนก่อน

    Sir try switching to a modern IDE like Vs code.

  • @huzaifanaseer1484
    @huzaifanaseer1484 4 หลายเดือนก่อน

    Great 👍

  • @HammadMustafa-n7w
    @HammadMustafa-n7w 4 หลายเดือนก่อน

    MashAllah Good teaching Method

  • @AdnanAhmad-te4lh
    @AdnanAhmad-te4lh 4 หลายเดือนก่อน

    Windows system assessment tool has spotted working Me apne leptop me koi bhi program karta hu to ye option ata hai kiya masla hai bta sakte hn ap

    • @AbdulSattar-kh3oq
      @AbdulSattar-kh3oq 4 หลายเดือนก่อน

      plz share screenshot of error

  • @hassanali-i5l7o
    @hassanali-i5l7o 4 หลายเดือนก่อน

    sir plz use vs Code 😢

  • @tamanpardesi8037
    @tamanpardesi8037 4 หลายเดือนก่อน

    Amazing👍👍

  • @tamanpardesi8037
    @tamanpardesi8037 4 หลายเดือนก่อน

    Define teacher? Ans: Dr Abdul Sattar Sahib.

  • @tamanpardesi8037
    @tamanpardesi8037 4 หลายเดือนก่อน

    🩷🩷🩷🩷🩷

  • @AbdulSattar-kh3oq
    @AbdulSattar-kh3oq 4 หลายเดือนก่อน

    Lecture 3 mein yeh topic voice k Sath hay

  • @Shiraz_Mazhar
    @Shiraz_Mazhar 4 หลายเดือนก่อน

    Ty for teaching this ❤

  • @easytolearn2291
    @easytolearn2291 4 หลายเดือนก่อน

    Sir please must be include your sweet voice and words in your videos...

  • @HammadMustafa-n7w
    @HammadMustafa-n7w 4 หลายเดือนก่อน

    web series

  • @Aslam39518
    @Aslam39518 4 หลายเดือนก่อน

    Sir kindly web ki series bana dia

  • @Aslam39518
    @Aslam39518 4 หลายเดือนก่อน

    Assliamuliakum sir

  • @GKIslamicQuiz7
    @GKIslamicQuiz7 4 หลายเดือนก่อน

    Yes Sir please make a full playlist on WEB Development

  • @muhammadbintariq5678
    @muhammadbintariq5678 4 หลายเดือนก่อน

    Sir kindly make a playlist of web development

  • @CSLAB1.05R
    @CSLAB1.05R 5 หลายเดือนก่อน

    Excellent

  • @Shiraz_Mazhar
    @Shiraz_Mazhar 5 หลายเดือนก่อน

    Worked ,Thank you Sir Very Nice <3

  • @tamanpardesi8037
    @tamanpardesi8037 5 หลายเดือนก่อน

    ❤❤❤

  • @MuTech4U
    @MuTech4U 5 หลายเดือนก่อน

    AoA Sir, thanks for valueable tips. I have question Win 11 vs win 10 which one is better?