-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
117 lines (105 loc) · 5.31 KB
/
experience.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Dekus Lam's GitHub Page / Experience</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dekus Lam's Github, Portfolio, online tester tools">
<meta name="author" content="Dekus Lam">
<meta name="title" content="Dekus Lam's GitHub Page">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script id="twitter-wjs" src="http://platform.twitter.com/widgets.js"></script>
<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
<link rel="stylesheet" href="stylesheets/screen.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Dekus's GitHub & Portfolio</a>
<div class="nav-collapse">
<ul class="nav pills">
<li><a href="index.html"><i class="icon-home icon-white"></i> Home</a></li>
<li><a href="about.html"><i class="icon-user icon-white"></i> About Me</a></li>
<li><a href="projects.html"><i class="icon-folder-open icon-white"></i> Projects & Codes</a></li>
<li class="active"><a href="#"><i class="icon-file icon-white"></i> Experience</a></li>
<li><a href="#contact"><i class="icon-envelope icon-white"></i> Contact Me</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="content container-fluid">
<header>
<h1 class="shadows-into-light">Experience</h1>
</header>
<hr>
<section class="sect">
<div class="row-fluid">
<h2>Web Developer</h2>
<h4>iGiveMore Inc.<span class="pull-right">02/2012 - 04/2012</span></h4>
<p>Working with the CTO to develop a fundraising web application with social media integration.</p>
<ol>
<li>Turn PSD design into HTML5 & CSS3 and ensure cross-browser compatibility.</li>
<li>Using JavaScript (jQuery and its plugins) for Ajax operation and dynamic contents such as charts, tables and plots.</li>
<li>Using Haml, Sass and Compass framework for views rendering and CSS styling.</li>
<li>Back-End development with Ruby on Rails and TDD with RSpec.</li>
<li>Facebook, Twitter and LinkedIn API and Oauth authentications.</li>
<li>Git versioning, configure and deploy web application onto Heroku.</li>
</ol>
</div>
<hr>
<div class="row-fluid">
<h2>IT Network Administrator</h2>
<h4>The Bernard and Anne Spitzer School of Architecture, CCNY<span class="pull-right">11/2010 - 12/2011</span></h4>
<p>Experienced in troubleshooting and maintaining network and daily service to student labs and studios.</p>
<ol>
<li>Managing servers and workstations and providing systems administration support to school admins, faculties and students.</li>
<li>Managing and configuring Windows 2003/2008 servers, Print server, Ghost server, Antivirus server (Symantec Endpoint Protection), Windows deployment, and network printers & plotters.</li>
<li>Managing and maintaining DCHP, DNS, Active Directory user accounts, group policies, network storage, security permissions, logon scripts and batch files for domain users.</li>
<li>Citrix Application Server (XenApp) on school private IBM Blade Center.</li>
<li>Virtualization of Linux servers for databases, OpenSSH, LAMP & VPN.</li>
</ol>
</div>
</section>
<hr>
<footer>
<p>Copyright © DekusDenial 2012</p>
</footer>
</div><!--/.fluid-container-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30168862-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script src="js/google-code-prettify/prettify.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<script src="js/application.js"></script>
</body>
</html>