NisanurBulut / EnemiesOfCrashCourses

This warehouse was inspired by the 17 Ancient Enemies of Tarkan, Son of Altar, the Great Warrior of Hun Turks. A crash course application has been made for each enemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!


Tarkan, Son of Altar

This warehouse was inspired by the 17 Ancient Enemies of Tarkan, Son of Altar, the Great Warrior of Hun Turks. A crash course application has been made for each enemy.









1. Lucius

He can be considered the most honorable person among Tarkan's enemies. Like Tarkan, he is after the Sword of Mars.




Crash Course PHP Overview

    - Explain what is PHP
    - And why you should learn
    - Download and setup: (Editor, Server)
    - Output "Hello world"
    - Comments
    - Variables & Data Types
    - Number/String functions
    - Arrays, array/functions
    - Conditionals: if, else, switch
    - Loops: for, while, do-while
    - Functions
    - Including files    
    - Working with file system
    - OOP
    - Curl
    - Avatar CRUD (bad, better and good code)
      - Super globals: $_GET, $_POST, &_FILES
      - Form calidations
      - Uploading image
      - Working with file system
      - Mysql
    - Namespaces, autoloading, Composer
    - Custom router (MVC FrameWork)
    - Sessions, Cookies
    

What is PHP ?

  • PHP: HyperText Preprocessor
  • Open Source general-purpose sxripting language
  • Server side language
  • Best suited for web development
  • Can be embedded into HTML
  • Interpreted language

Why You Should Learn PHP ?

- Multi Purpose 
   - Simple Web sites 
   - Complex Web Sites
   - CRM Portals
   - E-commerce systems
   - REST APIs
   - Image/audio/video processing
   - Works with almost all databases
 - Easy To Learn
 - Easy To Setup
 - Large Community
- PHP CMSs
      - Wordpress : The most popular CMS
      - magento : E-commerce
      - Drupal : CMS +  E-commerce
      - OpenCart : E-commerce solution
    - PHP FrameWorks
      - Laravel
      - Symfony
      - CodeIgniter
      - Yii2
    - High Demand on job market

Not Best For

  • Building real-time applications >> NodeJS
  • AI and ML >> Python

2. Vandal Queen

VandalQueen is one of Tarkan's insidious enemies. She took part in the Tarkan Gold Medallion movie. Kartal Tibet played the character of Tarkan in this film, which is the fourth film in the Tarkan series, as in other films. She is a dancer by night and a queen by day.




With this study, practice has been made about the following operations on Laravel:

  • Mail sending (mailtrap)
  • Migration usage
  • Component usage
  • Authorize structure
  • Middleware concept
  • Raouting operations
  • Parameter transfer to View

VandalQueen

Installation

  • composer require guzzlehttp/guzzle
  • composer require barryvdh/laravel-debugbar --dev

Helpfull Websites

packagist.org

About

This warehouse was inspired by the 17 Ancient Enemies of Tarkan, Son of Altar, the Great Warrior of Hun Turks. A crash course application has been made for each enemy.


Languages

Language:PHP 89.3%Language:Blade 9.5%Language:Shell 0.7%Language:Hack 0.4%Language:CSS 0.1%