Skip to content

Commit

Permalink
Add more detailed description of the position
Browse files Browse the repository at this point in the history
  • Loading branch information
rdner committed May 8, 2024
1 parent 8435886 commit 7feeb55
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions static/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2>Senior Software Engineer</h2>
</p>
<p>I'm a software engineer with more than <span class="total-years">a decade</span> of experience.</p>
<p>My experience is quite diverse: it goes from binary protocols and communication with devices to back-end services and big front-end apps. Although I worked on user interfaces in the past, I found my passion in building complex distributed systems.</p>
<p>During my career I designed, built and led a variety of projects that turned out to be successful. In my working environment I value evidence-based decisions, attention to detail, personal responsibility and ownership. I always prioritise user experience and prefer pragmatic solutions with a focus on maintainability, performance and security.</p>
<p>During my career I designed, built and led a variety of projects that turned out to be successful. In my working environment I value evidence-based decisions, attention to detail, personal responsibility and ownership. I always prioritize user experience and prefer pragmatic solutions with a focus on maintainability, performance and security.</p>
</section>
<section>
<h2>Experience</h2>
Expand All @@ -202,7 +202,7 @@ <h4>Senior Software Engineer</h4>
<li>Created the <a href="https://github.com/rdner/filebeat-registry-analyser" rel="nofollow noreferrer">Filebeat registry analyser tool</a> that enabled our support to easily diagnose known issues.</li>
<li>Added an <a href="https://github.com/elastic/beats/pull/34292" rel="nofollow noreferrer">automated migration flow</a> from "log" input to "filestream", also known as the "take over" mode, that made it easier for our customers to migrate from the deprecated "log" input type.</li>
<li>Added a new <a href="https://github.com/elastic/beats/pull/35734" rel="nofollow noreferrer">file identification mechanism based on fingerprinting</a> and wrote a <a href="https://www.elastic.co/blog/introducing-filestream-fingerprint-mode" rel="nofollow noreferrer">blog post</a> about it. This solved a lot of data loss and data duplication cases for our customers.</li>
<li>Actively participated in benchmarking and performance optimisations.</li>
<li>Actively participated in benchmarking and performance optimizations.</li>
<li>Was responsible for CI and security-related topics in our team.</li>
</ul>
</section>
Expand All @@ -223,7 +223,7 @@ <h4>Senior Software Engineer</h4>
<p>Worked on the platform team, mainly with Go, Kubernetes and PostgreSQL.</p>
<p>My team was responsible for building services that provide:
<ul>
<li>Data/Asset Catalog for large organisations to track their data landscape: search, tags, metadata, links, glossary etc.</li>
<li>Data/Asset Catalog for large organizations to track their data landscape: search, tags, metadata, links, glossary etc.</li>
<li>IdP — identity provider for the whole platform: authentication, authorisation, user management, permission management.</li>
<li>Data Store — a service that enables uploading data in formats like CSV and integrating it in relational database models, so users are able to combine them with other relational databases using our Spark-based query engine.</li>
<li>PGQL — a service that allows access to any SQL-based data source via a GraphQL endpoint.</li>
Expand Down Expand Up @@ -282,7 +282,12 @@ <h3>
<h4>Lead Software Engineer</h4>
<div><time datetime="2015-04-01">April, 2015</time><time datetime="2015-11-13">November, 2015</time></div>
</header>
<p>Working as a lead developer on the <a href="https://flamp.ru" rel="nofollow noreferrer">Flamp</a> front-end team.</p>
<p>Leading front-end development on the <a href="https://flamp.ru" rel="nofollow noreferrer">Flamp</a> team:</p>
<ul>
<li>Adapting the web-component framework (<a href="https://catberry.github.io" rel="nofollow noreferrer">Catberry.js</a>) to the team's needs.</li>
<li>Hiring and mentoring new team members.</li>
<li>Presenting team achievements.</li>
</ul>
</section>
<section class="work sub">
<header>
Expand Down Expand Up @@ -336,7 +341,7 @@ <h3>
<h4>Software Engineer Intern</h4>
<div><time datetime="2011-07-04">July, 2011</time><time datetime="2011-08-25">September, 2011</time></div>
</header>
<p>My assignment was to build a plugin for Microsoft Visual Studio 2010 that would visualise results produced by Intel Static Security Analyser. I proposed a concept of the GUI for the tool, created a UI component for iteration‐based loading and parsing of the large amount of XML data (LINQ‐To‐XML) and built the plugin itself using WPF.</p>
<p>My assignment was to build a plugin for Microsoft Visual Studio 2010 that would visualize results produced by Intel Static Security Analyser. I proposed a concept of the GUI for the tool, created a UI component for iteration‐based loading and parsing of the large amount of XML data (LINQ‐To‐XML) and built the plugin itself using WPF.</p>
</section>
</section>

Expand All @@ -356,8 +361,8 @@ <h4>Software Engineer</h4>
<p>The system worked as a subscription‐based web‐app. The subscription included necessary devices and sensors for the customer.</p>
<p>I was responsible for the initial architecture and communication protocols and built:
<ul>
<li>back-end service for real‐time data visualisation (node.js, Socket.io).</li>
<li>data visualisation dashboard UI.</li>
<li>back-end service for real‐time data visualization (node.js, Socket.io).</li>
<li>data visualization dashboard UI.</li>
<li>back-end service for the management console that calculates analytics and generates reports (PHP).</li>
<li>management console UI (ExtJS).</li>
</ul>
Expand Down Expand Up @@ -470,7 +475,7 @@ <h3><a href="https://catberry.github.io" rel="nofollow noreferrer">Catberry.js</
<div><time datetime="2014-01-22">January, 2014</time><time datetime="2017-03-27">March, 2017</time></div>
</header>
<p>Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.</p>
<p>There are lots of related repositories in the <a href="https://github.com/catberry" rel="nofollow noreferrer">organisation on Github</a>.</p>
<p>There are lots of related repositories in the <a href="https://github.com/catberry" rel="nofollow noreferrer">organization on Github</a>.</p>
</section>

</section>
Expand Down

0 comments on commit 7feeb55

Please sign in to comment.