index.html 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>David Ventura - resume</title>
  5. <link rel="stylesheet" href="css/style.css">
  6. <link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans|Montserrat:400,400i,600,700,800&display=swap" rel="stylesheet">
  7. </head>
  8. <body>
  9. <header>
  10. <div class="resume-title">
  11. <h1>David Ventura</h1>
  12. <h2>
  13. SysAdmin, Devops & Dev
  14. <small>Jack of all trades</small>
  15. </h2>
  16. </div>
  17. <div class="personal-info">
  18. <p>
  19. Argentinian living in The Netherlands <br/>
  20. <a href="mailto:davidventura27@gmail.com">davidventura27@gmail.com</a> <br/>
  21. <a href="https://github.com/davidventura">github.com/DavidVentura</a> <br/>
  22. </p>
  23. </div>
  24. </header>
  25. <section class="experience-category">
  26. <h2 class="experience-title">
  27. Work Projects
  28. </h2>
  29. <div class="work-experience">
  30. <h3 class="company-name">
  31. <small>2018 - current</small>
  32. Optiver
  33. <small class="position">Sysadmin - Tooling developer</small>
  34. </h3>
  35. <p>
  36. Enforced operational commitments from development teams to bring down application errors to monitorable state.
  37. <ul>
  38. <li>
  39. Overhaul compliance related backup system (300TB+)
  40. </li>
  41. <li>
  42. Deployment system for production services (11k services, 860 servers)
  43. </li>
  44. <li>
  45. Linux-on-windows initiative and platform deployment to standardize the production API across the existing services
  46. </li>
  47. <li>
  48. Log and event analysis to quickly detect production related incidents
  49. </li>
  50. <li>
  51. Redesigned and implemented market data permissioning system
  52. </li>
  53. <li>
  54. (Currently) Redesigning server deployment
  55. </li>
  56. <li>
  57. Mentored colleagues, healping them transition from an old-school sysadmin position to a tooling development position
  58. </li>
  59. </ul>
  60. </p>
  61. </div>
  62. <div class="work-experience">
  63. <h3 class="company-name">
  64. <small>2014 - 2018</small>
  65. Especificos Buenos Aires
  66. <small class="position">Sysadmin - Tooling - Backend dev - Frontend dev - Embedded - Networking</small>
  67. </h3>
  68. <div class="company-project">
  69. <h4>Live-streaming Platform</h4>
  70. <p>
  71. The objective of this project was to create a complete pipeline for live video streaming, all the way from the physical cameras in the classroom to the software used by the alumni. A few interested points covered by the project:
  72. <ul>
  73. <li>
  74. Embedded linux systems for the video cameras (raspberry pi), audio mixer and slide system
  75. </li>
  76. <li>
  77. Live audio mixing of remote and local speakers
  78. </li>
  79. <li>
  80. Time syncing across video sources to prevent frame drift, using PTP
  81. </li>
  82. <li>
  83. Slide software that allows presenter to draw on slides and alumni to ask questions to the presenter
  84. </li>
  85. </ul>
  86. </p>
  87. </div>
  88. <div class="company-project">
  89. <h4>Online training platform</h4>
  90. <p>The objective of this project was to create a ‘forum’-like website to post the videos with the corresponding text material, allowing the students to communicate with each other.</p>
  91. </div>
  92. <div class="company-project">
  93. <h4>
  94. Billing System
  95. </h4>
  96. <p>This project manages most of the finances of the company and some extras:</p>
  97. <ul>
  98. <li>Billing, receipts (AFIP), shipping labels, e-commerce, stock and supplies</li>
  99. <li>Document scanning, printint, security cameras, certificate generator and monthly reports</li>
  100. </ul>
  101. </div>
  102. </div>
  103. <div class="work-experience">
  104. <h3 class="company-name">
  105. <small>2014-2018</small>
  106. Freelancing
  107. </h3>
  108. <div class="company-project">
  109. <h4>
  110. Streamall (netflix 'clone')
  111. <small class="position">Sysadmin - Backend dev - Frontend dev - Tooling</small>
  112. </h4>
  113. <p>
  114. In this project I designed and implemented a system that allowed hundreds of users to access thousands of long-form videos on demand, deployed on a physical cluster in a colocation with high availability and a smart caching system designed to keep 'hot' items in an SSD cache, while a massive store was on tier-3 disks.
  115. The project included:
  116. <ul>
  117. <li>
  118. Distributed transcoding of the content to a multitude of formats supported by the customer's devices.
  119. </li>
  120. <li>
  121. Web-ui for the administrator to handle users, API keys and content metadata
  122. </li>
  123. </ul>
  124. </p>
  125. </div>
  126. <div class="company-project">
  127. <h4>
  128. News parser (PYMNTS.com)
  129. <small class="position">Sysadmin - Backend dev - Frontend dev - Tooling</small>
  130. </h4>
  131. <p>
  132. The main purpose of this project was the automatization of data scraping from multiple news sources.
  133. </p>
  134. <p>
  135. The data is gathered by polling the sources in a parallelized manner every set amount of time, validated against a set of keywords (with associated per-source weights) and stored in a database.
  136. </p>
  137. <p>
  138. The sources and keywords can be managed by the users via a web interface; they also decide which matching articles are not useful and tag them as such, every month the weights and keywords get reevaluated based on ‘useless’ articles.
  139. </p>
  140. <p>
  141. We also have a dashboard displaying metrics, keywords, per-source matches and per-keyword matches.
  142. </p>
  143. </div>
  144. <div class="company-project">
  145. <h4>
  146. Multi-language interpreter to extract embedded SQL queries
  147. </h4>
  148. <p>
  149. We had a lot of old applications that had embedded SQL queries and the company had to migrate from Oracle 8 to Oracle 11. To achieve that, we had to analyze ALL the embedded queries so we created an parser for VB6, VB.NET, C#, ASP.NET and Java.
  150. </p>
  151. </div>
  152. </div>
  153. </section>
  154. <section class="experience-category">
  155. <h2 class="experience-title">
  156. Bonus tracks
  157. </h2>
  158. <div class="bonus-track">
  159. <p>
  160. Some of my personal projects. You can find more at my <a href="blog.davidventura.com.ar">blog</a>
  161. <ul>
  162. <li>
  163. Reverse engineered the android application to report poorly parked cars provided by the government to automate submissions of people parking in my garage
  164. </li>
  165. <li>
  166. Proposed a system (and proof-of-concept) to the highway authorities to catch speeding cars in freeways/highways using OpenCV to detect the license plates
  167. </li>
  168. <li>
  169. IoT projects:
  170. <ul>
  171. <li>Wrote a small IOT framework in MicroPython, which I use for my custom devices</li>
  172. <li>Used said framework to control my nightlamp with my kindle, measure ambient humidity/temperature, switch TV input sources, etc.</li>
  173. </ul>
  174. </li>
  175. </ul>
  176. <li>
  177. Currently writing a set of tools to handle my 3d-printer in better ways (emitting consistent gcode, cura plugin)
  178. </li>
  179. <li>
  180. Currently writing a video pipeline to detect and flag motion detection with my home security cameras.
  181. </li>
  182. </p>
  183. </div>
  184. </section>
  185. <section class="experience-category">
  186. <h2 class="experience-title">Lab Experience</h2>
  187. <div class="lab-experience">
  188. <p>
  189. Along with my normal projects I maintain a 'lab' to both host my projects and learn about new or interesting tech. Some items of note in the lab:
  190. <ul>
  191. <li>
  192. ARM Cluster: load-balancing LXC cluster on multiple physical ARM single-board-computers of (slightly) different architectures (armv6, AArch64) with live container migration using CRIU
  193. </li>
  194. <li>
  195. Jenkins for automated tests and tricky builds (one of the projects is Android-Windows-Linux)
  196. </li>
  197. <li>
  198. My physical router is fully deployed from the lab with ansible.
  199. </li>
  200. <li>
  201. All containers and VMs are fully deployed with ansible
  202. </li>
  203. <li>
  204. Backup system (automated ping for offline backups, daily delta and weekly snapshots uploaded to different zones, via different mechanisms)
  205. </li>
  206. </ul>
  207. </p>
  208. <p>
  209. All of this is monitored with generic tools (telegraf, influx, grafana, email) and also hosts some generic tooling for itself (squid, apt-cacher, git, backups)
  210. </p>
  211. </div>
  212. </section>
  213. <section class="experience-category">
  214. <h2 class="experience-title">Formal Studies</h2>
  215. <h4>
  216. <small>2012 - 2017 (dropped out)</small>
  217. Computer Science at Universidad de Buenos Aires (UBA)
  218. </h4>
  219. </section>
  220. </body>
  221. </html>