-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeynote.html
executable file
·121 lines (100 loc) · 4.53 KB
/
keynote.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<html>
<head>
<title>SEDE 2022 - Keynote</title>
<!-- Test -->
<!-- Links -->
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/mobile.css">
<script src="stylesheets/jquery.js"></script>
<script src="stylesheets/slider.js"></script>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="topbar">
</div>
<div class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submission.html">Submission</a></li>
<li><a href="keynote.html">Keynote</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="authors.html">Registration</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="organization.html">Organization</a></li>
</ul>
</div>
<div id="images">
<img src="images/hotel.jpg" class="active" />
<img src="images/lobby.jpeg" />
<img src="images/pool.jpg" />
<img src="images/hotel2.jfif" />
<img src="images/pool2.jfif" />
</div>
<div class="main">
<h1>Keynote</h1>
<h1>Tuesday October 18, 2022</h1>
<p>
<br><br>
<img src="images/Kiswani.jpg" width="200" alt="photo of Dr. Kiswani" />
<br>
<br>
<strong>Dr. Jalal Kiswani</strong>
<br>
<h2>Software Development:</h2>
<h2> the Past, Present, and Future </h2>
<p id="description">
<strong>Abstract:</strong>
In the field of software development, the processes, technologies, and
practices have matured over the time to achieve a higher level of
delivery and quality. However, the development phase, which is an essential
part of the software development life cycle (SDLC), is still consuming a
significant cost (time and resources) in both approaches, waterfall and agile.
The reason behind that, current technologies and approaches of software
development are somehow following the same rules and practices theyhave for decades,
and have not evolved with the proper velocity over the time.
In this talk, and based on real-life case studies, we will discuss how the
utilization of components reusability (API's and frameworks), Metadata-driven
development, Code Generation, and Artificial Intelligence can make the software
development more efficient by creating a holistic approach to creating software systems.
<br><br>
<strong>Bio:</strong>
An academic, entrepreneur, advisor, and software architect, with more than two
decades of experience in industry and academia.
He received his PhD Degree from University of Nevada, Reno in Computer science
and Engineering, Nevada, USA; his Master's Degree in Enterprise Systems Engineering
from Princess Sumaya University and German-Jordanian University, Amman, Jordan; and
his Bachelor degree in Computer Science from Mu'tah University, Karak, Jordan.
He is the founder of Smart-API.com platform that provides low-code no-code and code
generation tools, API's, and frameworks. In addition, he is the founder of Final Solutions
for IT outsourcing and consulting, and the founder of Solid-Soft for information technology solutions.
He is a certified expert by Oracle and Sun microsystems in Java technology; in particular,
he is a Certified Java Programmer, Java Developer, Web Components Developer, Business
Components Developer, and Java Server Faces developer.
Currently, he is the CEO of Smart-API and Final-Solutions, and Technical Advisor at Arab Bank.
<br>
</p>
</div>
<div class="footer">
<p>
<a href="http://www.isca-hq.org/"><img height="70" width="110" src="images/isca.gif"></a>
<br>
International Society for Computers and their Applications
</p>
<ul>
<li>SEDE Years</li>
<li><a href="index.html">2022</a></li>
<li><a href="2021/index.html">2021</a></li>
<li><a href="2020/index.html">2020</a></li>
<li><a href="2019/index.html">2019</a></li>
<li><a href="2018/index.html">2018</a></li>
<li><a href="2017/index.html">2017</a></li>
<li><a href="2016/index.html">2016</a></li>
<li><a href="2015/index.html">2015</a></li>
</ul>
</div>
<div class="copyright">
</div>
</body>
</html>