I-02) database structure

I-02) database structure

Preview unavailable

You must log in or sign up to view this lesson.

LoginSign up

کۆرسی دروستکردنی وێبسایت

Buy nowLearn more

A) Introduction | سەرەتا

  • A-01) course overview
  • A-02) getting started with this course
  • A-03) install python
  • A-04) install IDE

B) Basics | بنەماکانی پایثۆن

  • B-01) Variables
  • B-02) input and data conversion
  • B-03) string formatting
  • B-04) age calculator
  • B-05) list, tuples, set
  • B-06) Boolean and if condition
  • B-07) phone identify project
  • B-08) loop
  • B-09) list comprehensions
  • B-10) dictionary and zip
  • B-11) functions
  • B-12) args and kwargs
  • B-13) lambda functions
  • B-14) Introduction to OOP
  • B-15) Class and Object in OOP
  • B-16) Self and Constructor
  • B-17) Inheritance Part 1
  • B-18) inheritance Part 2 (super)
  • B-19) Special Methods
  • B-20) class aggregation
  • B-21) class composition
  • B-22) imports in python and modules
  • B-23) type hinting or annotation
  • B-24) error handling
  • B-25) first class function
  • B-26) decorators
  • B-27) more decorators

C) Website Basics | بنەماکانی وێبسایت

  • C-01) How does the internet work?
  • C-02) How websites work?
  • C-03) what is front end and back end

D) Page Structure with HTML and CSS | پێکهاتەکانی پەڕەی وێبسایت

  • D-01) What is HTML
  • D-02) more html tags
  • D-03) What is CSS
  • D-04) (calss, id) (div, span) (margin, padding)
  • D-05) building a simple website 1
  • D-06) building a simple website 2
  • D-07) css box model
  • D-08) CSS FLEXBOX
  • D-09) building a website using flexbox
  • D-10) css position
  • D-11) css grid
  • D-12) building a website using grid
  • D-13) building a portfolio website

E) HTML forms | فۆڕم

  • E-01) HTML forms
  • E-02) checkbox and radio button
  • E-03) textarea
  • E-04) dropdown (select)

F) Javascript Basics | سەرەتایەک لەسەر جاڤاسکریپت

  • F-01) what is javascript
  • F-02) javascript more examples

G) CSS Frameworks | ئاسانکاری لە دیزاین

  • G-01) CSS frameworks (bootstrap)
  • G-02) bootstrap simple example
  • G-03) bootstrap grid system
  • G-04) bootstrap building a simple responsive website

H) Backend Development with Flask | فلاسک

  • H-01) what is flask
  • H-02) what is jinja2
  • H-03) working with data structures in jinja2
  • H-04) condition in flask jinja2
  • H-05) loops in flask jinja2
  • H-06) template inheritance
  • H-07) jinja2 template filters
  • H-08) form in flask type 1
  • H-09) flask sessions
  • H-10) form in flask type 2
  • H-11) what is database
  • H-12) connect database with flask
  • H-13) insert and read data on the database using flask

I) CRUD System | کڕەد

  • I-01) crud project overview
  • I-02) database structure
  • I-03) html pages
  • I-04) create data
  • I-05) view data
  • I-06) update data
  • I-07) delete data
  • I-08) search data
  • I-09) live search
  • I-10) crud v2 no js
  • I-11) crud v2 create data
  • I-12) crud v2 view data
  • I-13) crud v2 update data
  • I-14) crud v2 delete data
  • I-15) crud v2 mysql
  • I-16) crud v2 blueprint

J) Perfume Store Project | پڕۆجێکتی بازاڕی بۆن

  • J-01) perfume store project overview
  • J-02) perfume structure and database
  • J-03) base html
  • J-04) index and about page
  • J-05) login and signup part 1
  • J-06) login and signup part 2
  • J-07) navbar after login
  • J-08) customer dashboard
  • J-09) admin dashboard
  • J-10) delete customer
  • J-11) add products and show products
  • J-12) update and delete products
  • J-13) show products
  • J-14) send requests
  • J-15) show requests for customer
  • J-16) show requests for admin
  • J-17) (view, accept, reject) any request for admin
  • J-18) more buttons
  • J-19) host MySQL on the cloud and connect It to Flask
  • J-20) how to use SMS API in Flask to notify customers
  • J-21) flask deployment guide: using render.com

K) AI on Website Development | چۆن زیرەکی دەستکرد بەکاربێنین لە دروستکردنی وێبسایت

  • K-01) how to use AI for web development
  • K-02) creating a snake game website using AI
  • K-03) creating a hotel management system using AI – part 1
  • K-04) creating a hotel management system using AI – part 2

L) Local Hosting | چۆن وێبسایتەکەمان بخەینەسەر سێرڤەرێکی ناوخۆی

  • L-01) overview of local hosting in flask
  • L-02) prepare ubuntu server on USB for Installation
  • L-03) what is a local server
  • L-04) install ubuntu server on the server
  • L-05) change the ip address of the server
  • L-06) connect the server to a switch and computers
  • L-07) remote server access with SSH and file transfer via FTP
  • L-08) install requirements and run the website
  • L-09) ssh on vscode