-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00A-what-is-this.txt
73 lines (48 loc) · 2.68 KB
/
00A-what-is-this.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
WHAT IS THIS?
Object-based project examples for programming beginners. And JavaScript library for developing dynamic user interfaces.
WHO CAN BENEFIT?
- Middle school, high school, and university students.
- Those who want to write code as a hobby.
- Beginners in programming.
- Teachers and parents who want to use it as educational content.
WHAT WILL YOU LEARN?
- Basic units used in programming languages.
- Using the JavaScript programming language.
- Object-based programming logic.
- To be able to develop a project by dividing it into small parts.
- Ability to manage information and create dynamic interfaces.
- To be able to create new and unique objects by combining basic objects.
- Being able to develop better algorithms with practice.
ADDITIONAL EXPLANATION:
- The first 10 projects are specifically designed to help you learn software development logic.
- HTML and CSS codes are written automatically by the library. Thus, students can initially focus only on algorithm development.
- It is built on five basic objects. (Label, Button, TextBox, Image, Box)
- It is designed with an object-based logic close to desktop and mobile application development experience.
- C, C++, C#, Java, Python, Swift, PHP, ASP.NET, etc. It will help you learn programming languages more easily.
- It has the same positioning logic as the interface design tools. This too; It makes it easy to translate your design into an application.
- With these techniques, fully customizable and dynamic applications can be developed.
- The programming language used is JavaScript. Projects can be run in the browser or WebView.
** WebView: Object used to display web content in programming languages.
WHY DO I USE JAVASCRIPT:
- The syntax of the programming language is simple. This makes learning easier.
- Too many resources. There is a high probability that you can find an example or library related to the project you want to do.
- I think it has the most mature, interface rendering technology (HTML and CSS).
- Suitable for general use. With the same knowledge, the software can be developed in different fields.
USAGE AREAS:
1. Web applications.
2. Mobile applications.
- Assistive technology: https://cordova.apache.org/
3. Desktop applications.
- Assistive technology: https://www.electronjs.org/
4. Two-Dimensional or simple three-dimensional games.
- Assistive technology: https://threejs.org/
5. Websites.
CONTACT:
Developer: Bugra OZDEN
Email: bugra.ozden@gmail.com
Personal Site: https://bug7a.github.io/
Project Site: https://bug7a.github.io/basic.js/
LICENCE:
Copyright 2020-2024 Bugra Ozden <bugra.ozden@gmail.com>
Licensed under the Apache License, Version 2.0
I wish you to see its benefits.