-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (96 loc) · 4.44 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet">
<title>Byron D. Adams</title>
</head>
<body>
<header id="header">
<h1>Byron D. Adams<nobr>林伯仁</nobr></h1>
<hr>
Experienced Software Designer/Developer
<hr>
Desire to provide foundational software enabling a team to complete programming tasks more easily.
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<p>Taichung, Taiwan</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://www.linkedin.com/in/byron-adams-76b3b7244/">LinkedIn Profile</a></p>
<p><a href="https://github.com/AdamsTaiwan">GitHub Profile</a></p>
</section>
<section>
<h2>SKILLS</h2>
<div class="focus">
<u>Primary focus</u>
<p>.Net WebAPI and gRPC, SignalR, PWA, WPF, .Net DataSets.</p>
<p>Operation Systems: Windows 10,11 and 2019 Server (with Hyper-V).</p>
<p>Development tools: VS Code, Visual Studio 2022.</p>
</div>
<br/>
<u>Secondary focus</u>
<p>Program Development: JavaScript, C# (Client Server). </p>
<p>Databases: SQL Server 2019, Oracle, DataSet FileSystem.</p>
<p>Web Technologies: ASP.Net/MVC, XML/XSLT, Web Services, ThreeJS.</p>
<p>Application Experience: MS Office.</p>
<p>Platforms: Windows Subsystem for Linux (10/11) and Android (11).</p>
</section>
<section>
<h2>EDUCATION</h2>
<div class="focus">
<p>B.Sc. (Computer Science), University of Regina, 1995.</p>
</div>
<p>Mandarin Chinese, TLI/Donghai, Taichung, Taiwan, 1997-1998.</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>EMPLOYMENT</h2>
<p><b>TAIWAN SOFTWARE MANUFACTORY (TWSM)</b></p>
<p>Fall of 1998-present.</p>
<br />
<div class="focus">
<p><u>Senior Designer and Developer</u></p>
<p>Researched new .Net Framework and web technology.</p>
<p>Built WebBase for ERP, IETM and HMI training sites.</p>
<p>Built WinBase apps for client apps based on composable WPF.</p>
<p>Built custom data transfer engines for Oracle, MSSQL using datasets.</p>
<p>Built custom automation scripts for all client and server apps.</p>
<p>Built dataset data to code generation.</p>
<p>Built Realtime PWA monitoring using SignalR (WebSockets).</p>
<p>Current Research: Web/App column pipeline.</p>
</div>
<br />
<p>
<p><u>Major Projects</u> (All using .Net Framework and web technology)</p>
<p>ERP Dayi (Shoe Factory) using dhtml (xml+xslt).</p>
<p>IETM (AIDC-TRA) using Web/WinForm (WebView).</p>
<p>IETM (AIDC) using Web/WinForm/WPF tech.</p>
<p>Digital eBook (JrGuang) using web/WPF tech.</p>
<p>ERP (AIDC-TRA) MMIS using ExtJS and webAPI.</p>
<p>SMIS (Dayi) using webAPI + WPF.</p>
<p>HMI-SCMI (AIDC-CCK) for training simulator using WPF.</p>
<p>HMI (AIDC-CCK-SEC) for training using web and WPF.</p>
</p>
<br />
<p>
<p><b>ENGLISH TEACHER</b></p>
<p>Pei Kang, Taiwan, 1987-1988.</p>
</p>
<br />
<p>
<p><b>ADAMS SOUNDTRONICS LTD.</b></p>
<p>Regina, Canada, 1978-1998.</p>
<p>Computerized company via bought and custom created applications.</p>
<p>Special projects were Caller id Phone Software and Hospital Code Red.</p>
</p>
</section>
</article>
</main>
</body>
</html>