Skip to content

Instantly share code, notes, and snippets.

@de-sh
Last active April 12, 2022 18:52
Show Gist options
  • Save de-sh/92712b8a14907fc7faa65f21411c4d89 to your computer and use it in GitHub Desktop.
Save de-sh/92712b8a14907fc7faa65f21411c4d89 to your computer and use it in GitHub Desktop.
A list of work achievements I have been able to make at bytebeam.io
  • Coded the multi-tenancy feature for the bytebeam broker, worked a lot with TLS to implement this. Had my first experience of translating code into a system design and then figuring out changes to ensure the feature had no unforeseen traps during regular use.
  • Designed and implemented a method for achieving ACID like features while working with received commands on a device at the edge, using uplink.
  • Added multiple other features for uplink, including the ability to download and store OTAs when associated command is received.
  • Coded an interface with a dynamically loaded rust binary for Java code, ensuring the ability to configure and operate the binary remained very well accessible for an android application. This culminated in the creation of uplink-android.
  • Mentored members of the team working on rust-lang projects.
  • Maintained multiple opensource projects including rumqtt and uplink.
  • Maintainence also included adding tests to ensure correct operation of modules, this led to multiple bug fixes and code improvements, including readability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment