|
@@ -106,7 +106,6 @@
|
|
|
</h3>
|
|
</h3>
|
|
|
<div class="company-project">
|
|
<div class="company-project">
|
|
|
<h4>
|
|
<h4>
|
|
|
- <small>2014 - 2018</small>
|
|
|
|
|
Streamall (netflix 'clone')
|
|
Streamall (netflix 'clone')
|
|
|
<small class="position">Sysadmin - Backend dev - Frontend dev - Tooling</small>
|
|
<small class="position">Sysadmin - Backend dev - Frontend dev - Tooling</small>
|
|
|
</h4>
|
|
</h4>
|
|
@@ -156,65 +155,69 @@
|
|
|
<h2 class="experience-title">
|
|
<h2 class="experience-title">
|
|
|
Bonus tracks
|
|
Bonus tracks
|
|
|
</h2>
|
|
</h2>
|
|
|
- <p>
|
|
|
|
|
- Some of my personal projects. You can find more at my <a href="blog.davidventura.com.ar">blog</a>
|
|
|
|
|
- <ul>
|
|
|
|
|
- <li>
|
|
|
|
|
- Reverse engineered the android application to report poorly parked cars provided by the government to automate submissions of people parking in my garage
|
|
|
|
|
- </li>
|
|
|
|
|
|
|
+ <div class="bonus-track">
|
|
|
|
|
+ <p>
|
|
|
|
|
+ Some of my personal projects. You can find more at my <a href="blog.davidventura.com.ar">blog</a>
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ Reverse engineered the android application to report poorly parked cars provided by the government to automate submissions of people parking in my garage
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ 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
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ IoT projects:
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>Wrote a small IOT framework in MicroPython, which I use for my custom devices</li>
|
|
|
|
|
+ <li>Used said framework to control my nightlamp with my kindle, measure ambient humidity/temperature, switch TV input sources, etc.</li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
<li>
|
|
<li>
|
|
|
- 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
|
|
|
|
|
|
|
+ Currently writing a set of tools to handle my 3d-printer in better ways (emitting consistent gcode, cura plugin)
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
|
- IoT projects:
|
|
|
|
|
- <ul>
|
|
|
|
|
- <li>Wrote a small IOT framework in MicroPython, which I use for my custom devices</li>
|
|
|
|
|
- <li>Used said framework to control my nightlamp with my kindle, measure ambient humidity/temperature, switch TV input sources, etc.</li>
|
|
|
|
|
- </ul>
|
|
|
|
|
|
|
+ Currently writing a video pipeline to detect and flag motion detection with my home security cameras.
|
|
|
</li>
|
|
</li>
|
|
|
- </ul>
|
|
|
|
|
- <li>
|
|
|
|
|
- Currently writing a set of tools to handle my 3d-printer in better ways (emitting consistent gcode, cura plugin)
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- Currently writing a video pipeline to detect and flag motion detection with my home security cameras.
|
|
|
|
|
- </li>
|
|
|
|
|
- </p>
|
|
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
<section class="experience-category">
|
|
<section class="experience-category">
|
|
|
<h2 class="experience-title">Lab Experience</h2>
|
|
<h2 class="experience-title">Lab Experience</h2>
|
|
|
- <p>
|
|
|
|
|
- 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:
|
|
|
|
|
- <ul>
|
|
|
|
|
- <li>
|
|
|
|
|
- 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
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- Jenkins for automated tests and tricky builds (one of the projects is Android-Windows-Linux)
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- My physical router is fully deployed from the lab with ansible.
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- All containers and VMs are fully deployed with ansible
|
|
|
|
|
- </li>
|
|
|
|
|
- <li>
|
|
|
|
|
- Backup system (automated ping for offline backups, daily delta and weekly snapshots uploaded to different zones, via different mechanisms)
|
|
|
|
|
- </li>
|
|
|
|
|
- </ul>
|
|
|
|
|
- </p>
|
|
|
|
|
- <p>
|
|
|
|
|
- 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)
|
|
|
|
|
- </p>
|
|
|
|
|
|
|
+ <div class="lab-experience">
|
|
|
|
|
+ <p>
|
|
|
|
|
+ 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:
|
|
|
|
|
+ <ul>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ 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
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ Jenkins for automated tests and tricky builds (one of the projects is Android-Windows-Linux)
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ My physical router is fully deployed from the lab with ansible.
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ All containers and VMs are fully deployed with ansible
|
|
|
|
|
+ </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ Backup system (automated ping for offline backups, daily delta and weekly snapshots uploaded to different zones, via different mechanisms)
|
|
|
|
|
+ </li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ </p>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ 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)
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
- <sectiuon class="experience-category">
|
|
|
|
|
|
|
+ <section class="experience-category">
|
|
|
<h2 class="experience-title">Formal Studies</h2>
|
|
<h2 class="experience-title">Formal Studies</h2>
|
|
|
- <h3>
|
|
|
|
|
|
|
+ <h4>
|
|
|
<small>2012 - 2017 (dropped out)</small>
|
|
<small>2012 - 2017 (dropped out)</small>
|
|
|
Computer Science at Universidad de Buenos Aires (UBA)
|
|
Computer Science at Universidad de Buenos Aires (UBA)
|
|
|
- </h3>
|
|
|
|
|
- </sectiuon>
|
|
|
|
|
|
|
+ </h4>
|
|
|
|
|
+ </section>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|