Programming Language Courses

Most popular
Trending

All Programming Language Courses

Course categories

We found 53 courses available for you
See

Object-Oriented PHP: Building Robust Applications

17 Lessons
Intermediate

The course “Object-Oriented PHP: Building Robust Applications” is designed to …

What you'll learn
Understanding the principles of OOP, including classes, objects, inheritance, and encapsulation.
Study of PHP's object-oriented features, such as constructors, destructors, and access modifiers.
Techniques for creating and using classes and objects to organize code and improve code reusability.
Exploration of inheritance and polymorphism in PHP to build flexible and extensible applications.
Application of interfaces and abstract classes to implement design patterns and improve code structure.

PHP Web Development: Creating Dynamic Websites

17 Lessons
Intermediate

The course “PHP Web Development: Creating Dynamic Websites” is designed …

What you'll learn
Study of PHP functions for handling form submissions, processing user input, and working with databases.
Techniques for integrating PHP with HTML and CSS to create dynamic web pages.
Exploration of PHP sessions and cookies for managing user interactions and data persistence.
Application of PHP to interact with databases like MySQL for data storage and retrieval.
Practice in building web applications with PHP that respond to user inputs and display dynamic content.

Advanced PHP Techniques: Best Practices and Design Patterns

18 Lessons
Intermediate

The course “Advanced PHP Techniques: Best Practices and Design Patterns” …

What you'll learn
Understanding best practices in PHP development, including code organization, naming conventions, and error handling.
Study of design patterns such as Singleton, Factory, and MVC (Model-View-Controller) for effective application architecture.
Techniques for implementing object-oriented programming (OOP) concepts in PHP.
Exploration of PHP namespaces and autoloading to enhance code modularity.
Application of PHP frameworks and libraries to streamline development and adhere to best practices.

PHP and MySQL: Building Database-Driven Applications

19 Lessons
Expert

The course “PHP and MySQL: Building Database-Driven Applications” provides a …

What you'll learn
Understanding PHP fundamentals, including variables, functions, and control structures.
Study of MySQL database management, including creating tables, inserting data, and running queries.
Techniques for integrating PHP and MySQL to retrieve and display data from the database.
Exploration of form handling and user input validation in PHP.
Application of PHP and MySQL in building CRUD (Create, Read, Update, Delete) operations for database interactions.
Practice in developing database-driven web applications using PHP and MySQL.

Laravel Framework: Building Modern PHP Applications

20 Lessons
Intermediate

The course “Laravel Framework: Building Modern PHP Applications” provides an …

What you'll learn
Study of the Eloquent ORM (Object-Relational Mapping) for database interactions in Laravel.
Techniques for creating and managing views using Blade templating engine in Laravel.
Exploration of Laravel's built-in features for authentication and user management.
Application of middleware and validation in building secure and robust applications.
Practice in implementing CRUD (Create, Read, Update, Delete) operations with Laravel.
Consideration of Laravel's support for RESTful APIs and web services integration.

Secure PHP Development: Best Practices for Web Security

16 Lessons
Intermediate

The course “Secure PHP Development: Best Practices for Web Security” …

What you'll learn
Understanding common web security vulnerabilities, such as SQL injection, cross-site scripting (XSS), and cross-site request forgery (CSRF).
Study of best practices for validating and sanitizing user input to prevent security breaches.
Techniques for securely handling user authentication and authorization in PHP applications.
Exploration of secure session management and preventing session hijacking.
Application of PHP security functions and libraries to protect against common attacks.

SQL Fundamentals: Mastering the Basics

18 Lessons
Intermediate

“SQL Fundamentals: Mastering the Basics” is a comprehensive course designed …

What you'll learn
Study of data manipulation commands, including INSERT, UPDATE, and DELETE.
Techniques for creating and modifying database tables using SQL's Data Definition Language (DDL).
Exploration of SQL functions for data aggregation, sorting, and filtering.
Application of SQL to perform joins between multiple database tables.
Practice in writing SQL queries to extract, insert, update, and delete data.
Consideration of best practices for data organization and management using SQL.

Advanced SQL Techniques: Query Optimization and Performance Tuning

21 Lessons
Intermediate

“Advanced SQL Techniques: Query Optimization and Performance Tuning” is an …

What you'll learn
Understanding the principles of query optimization and how to write efficient SQL queries.
Study of indexing and its role in improving query performance.
Techniques for analyzing query execution plans and identifying bottlenecks.
Exploration of query tuning strategies to enhance database performance.
Application of advanced SQL functions and features to solve complex data retrieval challenges.
Practice in writing and optimizing SQL queries for large-scale databases.