Kevin Read
Verified Expert in Engineering
TCP/IP Developer
Munich, Bavaria, Germany
Toptal member since May 28, 2018
Kevin has been working on front- and back-end projects since joining an internet startup in 1998. He's been developing with Android since its very early days and had made significant contributions to several large and small projects. Kevin enjoys working in teams of all sizes, digging into legacy code, and communicates exceptionally well.
Portfolio
Experience
- JavaScript - 8 years
- Web - 8 years
- Java - 8 years
- TCP/IP - 8 years
- REST APIs - 7 years
- React - 5 years
- Reverse Engineering - 4 years
- Kotlin - 3 years
Availability
Preferred Environment
Firefox, Chrome, MacOS, Linux, Bash, Sublime Text, IntelliJ IDEA
The most amazing...
...thing I’ve done was to embed Google's version 8 JavaScript runtime into a mobile app—combining Java, C++, and JS abstractions to create an awesome product.
Work Experience
CEO | Co-founder
Om7Sense GmbH
- Created the architecture, back, and front ends for Om7Sense, an IoT startup focusing on data centers, using React for the front end.
- Developed back ends consisting of high-availability OSGi containers written in Java running in Eclipse Kura on embedded Linux.
- Stored data in MySQL in a hierarchical fashion that can support years of high-resolution usage data on a 32 GB device.
- Implemented real-time communication using MQTT between the front end and back end.
- Built a mesh of nodes with distributed permissions according to the IoT gateway and concentrator concept.
Head of Technology
Kurando
- Acted as head of technology and aimed to build up all tech departments and kickstart the back-end and mobile app development.
- Implemented high-performance product importer reading 700 thousand of medical product metadata and imagery from custom format into commerce tools.
- Implemented fulfillment pipeline using low code tools.
- Set up a tech hiring pipeline by training tech recruiters and interviewing candidates.
- Implemented architectural best practices and made tech stack choices in alignment with the founders' vision.
Android Security Engineer
Yinkozi
- Maintained and extended a low-level security library for Android, containing encryption, device integrity checks, and anti-tampering.
- Migrated an Android app from Jetpack/Android X to the Android Support library.
- Supported the app by creating an installer for the Android library.
- Wrote a Gradle plugin for SDK/library for Android.
- Improved documentation and wrote quick-start documentation.
Consultant
Microsoft
- Consulted on technical due diligence for the third-party merger.
- Interviewed developers to judge experience and team workflow.
- Reviewed code and source code history for quality.
- Reviewed existing intellectual property and licensing.
- Analyzed an Android app's architecture, security, and resilience.
Freelance Mobile Developer
Börse Go AG
- Created a strong-but-fast library for embedding V8 into Android apps, using web-based libraries without resorting to web views. V8 runtime uses OpenGL ES to expose JavaScript canvas, WebSockets, Ajax, and more to the JavaScript side.
- Helped develop a rich phone and tablet app that shows real-time financial data in a comprehensive but visually striking way.
- Integrated a client's powerful finance JavaScript charting library into the app.
- Migrated a large legacy Java codebase to Gradle, Kotlin, and RxJava.
- Implemented strong Material UI in cooperation with the design and iOS team.
Web Developer
ProSiebenSat.1 Media SE
- Developed multiple landing sites for video streaming portals surrounding sports events.
- Integrated streaming video into web solutions for desktop and set-top boxes.
- Conducted rapid prototyping and worked with a visual designer.
Android Developer
Amphiro AG
- Created an Android app from scratch that collects and visualizes data from a client's IoT water usage measuring device.
- Implemented the background and a power-efficient Bluetooth LE data retrieval feature compatible with the maximum number of Android devices.
- Conducted large-scale matrix testing of devices and operating system versions.
- Executed real-time synchronization with the back-end, supporting multiple data sources updating together.
- Created a graphical visualization of water usage.
Software Engineer
Cliqz GmbH
- Created a mobile browser based on an open-source framework in Java and JavaScript; also helped with the iOS version (Objective-C).
- Converted a search engine UI that only ran as a Firefox extension to run as a Chrome extension in the mobile app and stand-alone website, migrating from ES2015 to ES5 JavaScript.
- Extended the open-source mobile messenger, Telegram, with a search interface and multi-modal photo sharing while working closely with the product designer.
- Created the Places API's infrastructure, including the document schema, storage, and REST API.
- Researched search engine data sources for the mobile web.
Mobile Developer
Purelabs UG
- Developed an in-car navigation experience that coupled sound and video to the points of interest.
- Implemented a Google Maps API with geofences downloaded from a REST API to activate the audio/video scenes while driving.
- Used Android Multimedia APIs to play multiple sounds in parallel and move the stereocenter point.
- Simulated 2D positional audio by using accelerometer sensor data.
- Stored and replayed geodata from a live drive so that customers could work on a simulation on the outside of a car.
Mobile and Web Developer
BörseGo AG
- Developed the company's Android apps in the financial sector with a focus on real-time data and on-device charting using Java. The app was featured in the Play Store twice.
- Led a team of three in developing a single-page HTML5/JavaScript app that showcases chart patterns. Worked with clients on customizing the white-label version of this product.
- Worked in a small team rebuilding the main web franchise that sees multiple million visits per month from static HTML to a mixed statically-rendered version written in JavaScript and a REST API in PHP/MySQL.
- Developed a custom blogging engine with cascading comments as a REST API in PHP/MySQL, a custom web cache for performance, and a PHP front-end. Also integrated it with the in-house WordPress CMS.
- Wrote and optimized multiple REST APIs in PHP and their corresponding MySQL queries using KCachegrind and other profilers.
- Supported and extended a customer webshop written in Django/Python.
- Maintained multiple customer websites in PHP/MySQL.
Student Researcher
University of Koblenz and Landau
- Built a campuswide news broadcast system that sent the news to feature phones via Bluetooth; it was implemented in Java EE on OSGi-embedded devices.
- Developed a back-end service for the campus news network in C++.
- Designed the protocol for bidirectional communication through Bluetooth and running over a GPRS connection so minimal data use and resiliency were required.
- Created a multiscreen ticker-on-TV interface for campus news shown on TV monitors in Python/OpenGL.
- Worked on multiple research papers and proofs-of-concept in the area of AI.
Software Engineer
wizAI GmbH
- Extended and maintained a news-clipping service that implemented full-text indexing of news articles running on Java EE.
- Migrated a news clipper from MySQL to a Lucene full-text search engine for a better performance.
- Optimized the clipping engine's performance for scaling up to 10x.
- Worked on the website and database using PHP and MySQL.
- Maintained and managed the Linux servers.
Co-founder | CTO
Selador
- Co-founded and incepted a web-based multiplayer game using PHP and MySQL.
- Optimized the game for high concurrency, low-latency server-side rendering using a custom event pipeline.
DevOps | SysAdmin
InnNet GmbH
- Built and maintained Linux servers for an internet service provider with web servers (Apache), databases (MySQL), and mail services (Sendmail/Courier).
- Set up an internet infrastructure and routing using Cisco and Bintec routers (OSPF).
- Installed the dial-in infrastructure (ISDN, GSM).
Experience
Sample Application
To run, a simple ./gradlew assembleDebug or opening in Android Studio will be enough.
I added a fragment (ag.boersego.bgjs.sample.NativeSampleFragment) onto the barebones two-pane view that exists. It shows a simple Termin-style log interface and four buttons that interface directly with the JavaScript file residing in assets/js/native_sample.js. In ag.boersego.bgjs.sample, you can find TTSModule.kt, which is a nice way to add new native modules to the V8 instance.
Stock3 Android
https://play.google.com/store/apps/details?id=de.boersego.gmt.androidA technical highlight is the use of real-time stock data and the powerful stock chart analysis package the client also uses on the web. It is driven by ejecta-v8, my project that embeds Google's v8 JavaScript engine into Android apps, similar to how Node.js works.
Ejecta-v8 Library
https://github.com/godmodelabs/ejecta-v8With the help of colleagues, I wrapped Google's v8, added Canvas, AJAX, and WebSocket APIs, and created a layer for the easy wrapping of both C++ and Java/Kotlin functions to be used by JavaScript.
Om7Sense Energy Management
Education
Master's Degree (Diploma) in Computational Visualistics
University of Koblenz and Landau - Koblenz, Germany
Certifications
Project Manager Basis
Staufen Akademie
Introduction to AI (Artificial Intelligence)
Stanford University via Udacity
LPIC-1: System Administrator
Linux Professional Institute
Skills
Libraries/APIs
OpenGL ES, HTML5 Canvas, React, REST APIs, Jackson, Google Maps SDK, RxJava 2, Redux-Saga, Node.js, Google Maps, Apache Lucene, OpenGL, jQuery, jQuery UI, Facebook API, Facebook Login, RxJava
Tools
Chrome Developer Tools, MQTT, Tcpdump, Crashlytics, Android Studio, Android NDK, Git, Babel, JavaScript Debugging, Webpack 3, NGINX, Webpack 4, IntelliJ IDEA, Sublime Text, V8, Apache, Sendmail, Gradle, Docker Hub, Mercurial, Apache Solr, InVision, Xcode, Jenkins
Languages
CSS3, JavaScript 6, Kotlin, HTML5, Java, C, SQL, JavaScript, ES7, JavaScript 5, Python, Less, Sass, Embedded C, C++, Bash Script, Bash, HTML, CSS, PHP 5, XML/XSLT, PHP, XML, Dart, TypeScript 3
Frameworks
Android SDK, OSGi, Redux, Chrome, Angular, Django, Flutter
Paradigms
Class-based OOP, Concurrent Programming, Mobile Development, Functional Programming, Prototype-based OOP, Testing, Continuous Integration (CI), Agile, Pair Programming
Platforms
MacOS, Linux, Android, Web, Docker, Embedded Linux, Apache2, Bluetooth Low Energy (LE), Firefox, Eclipse, Java EE, iOS, Firebase, Google Ads, Commercetools, OpenShift
Storage
MySQL Server, MariaDB, SQLite, MySQL, PostgreSQL, NoSQL, XML-RPC, Memcached, MongoDB
Other
GitFlow, Reverse Engineering, API Design, Crash Fixing, TCP/IP, Routing, Google Play Store, Embedded Java, Mobile App Development, IT Security, Scraping, Web Scraping, Mobile Security, Interviews, Technical Hiring, WebSockets, Bluetooth, Embedded Systems, Linux Internals, Requirements & Specifications, Android Emulators, OkHttp, API Testing, Google In-app Billing, Geofencing, Obfuscation, Security Analysis, App UI, SVG, Chromecast, Fire TV, Android Wearables, WiFi, Mockups, A/B Testing, UX Testing, Google Sign-in, Machine Learning, Computer Graphics, User Requirements, Networking, IP Routing, Google V8, Artificial Intelligence (AI)
How to Work with Toptal
Toptal matches you directly with global industry experts from our network in hours—not weeks or months.
Share your needs
Choose your talent
Start your risk-free talent trial
Top talent is in high demand.
Start hiring