Skip to content
  • Beginner PHP
    • Installation definition and PHP basics
      • Installation and preparation for work
      • Data types
      • Variables
      • Operators
    • Flow Control
      • Branching instructions
      • Switch-case
      • For Loop
      • While Loop
    • Functions
      • Include files
      • Functions
    • Arrays
      • Working with Arrays
      • Multidimensional arrays and functionality performed on arrays
    • Strings
      • String processing
      • Advanced strings and patterns
    • Security and Debugging
      • Security Concepts
      • Validation and validation filters
      • Error handling
    • Working with Data
      • Handling MySQL
      • PHP and databases
  • Advanced PHP
    • Object Oriented Programing
      • Types of Programming
      • Concepts of object-oriented programming
      • Classes and objects
      • Class members, fields and methods
      • Static and instance members of classes
      • Encapsulation, inheritance and polymorphism
      • Abstract classes
      • Interfaces and Traits
      • Annotations and namespaces
      • The reflection
      • Design patterns
      • PHP and Databases: MySQL
      • PHP and Databases: PDO
    • Web Programming
      • PHP and HTML controls
      • Movement of data through the Request/Response process
      • HTTP methods: GET, POST and HTML form processing
      • Administration of application states: Cookies and Session
      • Security in PHP: A Brief Introduction
  • PHP – Laravel
    • Installation and setup
    • The organization, the files, the connection
    • Routing
    • Templates and views
    • Blade Template Engine
    • The controllers
    • Working with the database – migrations
    • Working with the database – ORM
    • The Request and Response system
    • Forms and validation
    • Example PHP application through Laravel – To Do
    • Example PHP application through Laravel – Notes
  • XML/PHP
    • Introduction to XML and its basics
      • Introduction to XML
      • SimpleXML
      • XML XPath Queries
      • XML namespaces and writing XML to files
      • XML DOM
      • XML DOMXPath and XML SAX
    • SOAP / REST
      • SOAP
      • Creation of SOAP and RPC web services
      • REST
  • MySQL Programming
    • Introduction to MySQL
      • Introduction to databases
      • Installing and starting the MySQL server
      • Database design
      • MySQL Workbench
    • Database design
      • Creation of the first database
      • Data types
      • Primary and foreign keys
    • Structured Query Language
      • Introduction to SQL
      • Variables and operators
      • Definition instructions (Data Definition Language – DDL)
      • Basic instructions for searching (SELECT)
      • Joining data from multiple tables
      • Data modification instructions (INSERT, UPDATE, DELETE)
    • MySQL functionality
      • Indexes
      • Views
      • Stored Procedures
      • Built-in functions
      • Cursors and triggers
      • Transactions
    • Administration and management
      • Users and access rights
      • Security
      • Connections
      • Replication
      • Backup and migration
  • Javascript
    • Vanilla JS
    • JavaScript Applications
    • Node.js
    • VUE
      • VUE Basics
      • Vue Templates
      • Vue components
      • VUE CLI
    • REACT
      • React basics
      • Creating the React application
      • React and JSX elements
      • React components
    • Angular
      • Angular basics
      • TypeScript from Angular’s point of view
      • Angular templates and directives
      • Angular modules and components
  • Advanced JavaScript and Ajax
    • JS / Ajax / XML
      • How JavaScript Works
      • Object-oriented JavaScript
      • Working with XML
      • Working with the XMLHttpRequest object
      • AJAX – Asynchronous JavaScript and XML
      • Advanced work with regular expressions
      • Real-time Animation
    • External JavaScript libraries
      • jQuery – Intro
      • jQuery – Event handling
      • jQuery – Effects
      • jQuery – DOM manipulation
      • jQuery – AJAX
      • Node.js
      • Introduction to AngularJS
      • AngularJS – Filters and Methods
      • AngularJS – AJAX and routing
      • Angular
      • ReactJS
      • VueJS
  • WordPress
    • Intro & Install
      • Introduction to WordPress
      • Installing
      • Work environment
    • WordPress and content
      • Entering content
      • Content management
    • Site Settings
      • The plug-ins
      • Themes and their visual editing
      • Navigation
      • Users
    • WordPress Development
      • WordPress theme creation
      • Editing the WordPress theme
      • Content structure
      • Creating plug-ins

Category: VUE

Vue is a popular JavaScript framework.

User interfaces built in Vue updates automatically when data changes.

Vue is easy to learn.

  • Angular
  • jQuery
  • NodeJS
  • React
  • VUE
  • Laravel
  • Symfony
  • MySQL