-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (168 loc) · 7.92 KB
/
index.html
File metadata and controls
185 lines (168 loc) · 7.92 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mikhail Dubov - CV</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="stylesheets/bootstrap.min.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">
<!-- Fallback for NoScript -->
<noscript>
<style type="text/css">
body {
display: block;
}
</style>
</noscript>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<section class="container">
<!-- Header -->
<header class="row-fluid">
<div class="title span7">
<img class="avatar" src="img/avatar.jpeg" title="That`s me!" alt="My Profile"/>
<h1>Mikhail Dubov</h1>
<h2>Ruby web developer</h2>
</div>
<div class="social offset1 span4">
<ul>
<li><i class="icon-home"></i> London, UK</li>
<li><i class="icon-envelope-alt"></i> mdubov@gmail.com</li>
<li><i class="icon-phone"></i> 075 9566 6228</li>
<li>
<a href="http://github.com/duboff" ><i class="icon-github" ></i></a>
<a href="http://twitter.com/mdubov" ><i class="icon-twitter" ></i></a>
<a href="https://www.linkedin.com/in/mdubov" ><i class="icon-linkedin" ></i></a>
</li>
</ul>
</div>
</header>
<!-- Welcome Text -->
<article class="row-fluid">
<header class="span3">
<h3>Summary</h3>
</header>
<div class="span9 ">
<p class="welcome"> Full Stack Software Engineer at Alphasights with a preference for Ruby and EmberJS and a strong background in finance. <br>
</div>
</article>
<!-- Skills -->
<article class="row-fluid">
<header class="span3">
<h3>Skills</h3>
</header>
<div class="span9">
<div class="row-fluid skills">
<ul class="span6">
<li><h4>Programming</h4></li>
<li><strong>Ruby, Rails, Sinatra</strong></li>
<li><strong>Javascript / Coffescript</strong></li>
<li><strong>HTML / CSS / SASS/ HAML</strong></li>
</ul>
<ul class="span6">
<li><h4>Languages</h4></li>
<li><strong>English</strong> - Fluent </li>
<li><strong>Russian</strong> - Native</li>
<li><strong>Spanish</strong> - Beginner</li>
</ul>
</div>
</div>
</article>
<article class="row-fluid">
<header class="span3">
<h3>Programming</h3>
</header>
<div class="span9">
<h4>Alphasights</h4>
<p>Full-stack development with a focus on the Company’s main app, an internal project management system used by analysts to find advisors, create and manage projects and communicate to the client.
<ul>
<li>Working mostly with a large Ruby on Rails application with Javascript and Coffescript parts. Within the system I focused first on the search features (working with SOLR) and then on compliance features. This work allowed to learn the Rails API much deeper working in tandem with an amazing team of developers.
</li>
<li>One of my projects was a greenfield app that is used by the team to send updates on what other members are working on (using Github and Flowdock APIs).
</li>
<li>
All project work is done in an Agile way with weekly iteration planning, Trello boards and constant pairing with Senior and more Junior developers.
</li>
<li>
I was also lucky enough to be able to invest time in acquiring new skills such as EmberJS, ReactJS and Go. While I have not yet written production code in these, I plan to work more with these new technologies to become a more well-rounded developer.</p>
</li>
</ul>
<h4>Makers Academy</h4>
<p>12 week intensive bootcamp course focused on Ruby. The programme included Rails, Sinatra, Javascript, HTML & CSS, Coffeescript, SASS as well as a strong training in TDD, agile practices and rapid deployment (including Heroku). My final project <a href='http://charti.st'>Chartist</a> is a web app for fast and easy creation and sharing of small datasets. Please see my other projects on <a href="https://github.com/duboff?tab=repositories">Github</a>. </p>
<h4>edX</h4>
<p>Completed 6.00.1x Introduction to Computer Science and Programming course at MIT with <a href="https://s3.amazonaws.com/verify.edx.org/downloads/d20e82d7d84140c6a0a444a38447f48a/Certificate.pdf"92% final grade.</a></p>
<h4>Treehouse</h4>
<p>Completed video courses on Ruby, Javascript, MySQL, Git, Command Line and AngularJS.</p>
</div>
</article>
<!-- Education -->
<article class="row-fluid">
<header class="span3">
<h3>Work Experience</h3>
</header>
<div class="span9">
<h4>Swoon Editions </h4>
<h5>Finance / Data Analyst</h5>
<h5>2013 - 2014</h5>
<p>The role included building financial forecast model, analysing and building KPIs, developing new strategies for demand predicition and implementing a new web tracking system.</p>
<h4>Citigroup</h4>
<h5>Risk Management Analyst</h5>
<h5>2010-2013</h5>
<p>Analysed risks across a portfolio of corporate clients. This included financial forecasting, researching the industry as well as performing quantitative anlysis of the portfolio.</p>
<h4>RBB Economics</h4>
<h5>Consultant</h5>
<h5>2008</h5>
<p>Peformed research and data analysis working on major merge and acquisition cases. The role included a small amount of programming in Stata.</p>
</div>
</article>
<article class="row-fluid">
<header class="span3">
<h3>Education</h3>
</header>
<div class="span9">
<h4>London School of Economics</h4>
<h5>MSc Risk and Finance.</h5>
<h5>2009 - 2010</h5>
<p>The programme included programming in MatLab and advanced quantitative finance course.</p>
<h4>University of Cambridge</h4>
<h5>BA Economics</h5>
<h5>2005 - 2008</h5>
<p>Included basic programming and data analysis in Stata as well as strong quantitative courses.</p>
<h4>d'Overbroeck's College</h4>
<h5>6th Form</h5>
<h5>2007 - 2008</h5>
<p>Mathematics (A), Further Mathematics (A) and Economics (A).</p>
</div>
</article>
<article class="row-fluid">
<header class="span3">
<h3>Other Interests</h3>
</header>
<div class="span9">
<p>Blogging (<a href="http://ruconomics.com">ruconomics.com</a> and <a href="http://makingetc.wordpress.com">Making Etc</a>), travelling, snowboarding and photography. I am also very interested in learning new programming languages and frameworks including Scala, Clojure, Node.js, Angular.js, Ember.js etc. </p>
</div>
</article>
<!-- Footer -->
<footer>
© 2014 Mikhail Dubov
<a href="#">Download as PDF</a> | <a href="#" onclick="javascript:window.print();">Print</a> | <a href="#top">To top <i class="icon-arrow-up"></i></a>
</footer>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="javascripts/main.js"></script>
</body>
</html>