๐จโ๐ฌ Products | Akshay Deo
๐จโ๐ฌ Products
· Akshay Deo
Some of the ideas that I am working/worked on. Most of them did not make a mark, but I am proud of each and
every
product that I have worked on ๐.
AppSurfer๐ด | 2011-2016
First to run Android on EC2 instances back in 2012-2013, and stream it to any platform.
Distribit๐ด | 2014-15
When Fabric Beta(http://fabric.io/) was not around, Distribit was the system I had built to share beta / alpha APKs and ipas among registered users.
Droidcast๐ด | May 2018 - July 2018
Simplest screen sharing app for Android, One click to start sharing your screen without USB
GroupUp๐ด | 2014-2015
GroupUp was a reverse GroupOn for purchasing goods in a group. People create/join group for buying a product.
Keen๐ด | 2013-2014
A live StackOverflow which can start with a chat, call, video call etc. Main objective of the app is to provide instant help on problems using mobile chat system.
Pollscout๐ด | May 2020 - July 2020
PollScout app is an to help me and (hopefully) everyone to bookmark interesting polls and make them discoverable
Twist๐ด | 2014-2016
Amazon firestick with your smartphone as remove/controller.
Vault๐ด | Oct 2019 - March 2020
Vault is a complete cross-banking financial app for India ๐ฎ๐ณ
Golang is awesome for developing web apps. And people have created a bunch of awesome Web-Frameworks, Web helper libraries. If we consider the entire ecosystem of web apps in Golang everything except API documentation seems to be in place. So we have created the first API doc generator for Golang based web apps and calling it Yet another.
FieldMap function generator for https://github.com/mholt/binding
Autobindings is a simple extention to the amazing library Binding. So binding is a reflectionless data binding for Go's net/http. For that developer has to write a FieldMap function which is used by this library to map the incoming JSON from the request to the struct fields.
Itโs a wrapper for writing socket servers with keeping your business logic separated from the underlying technology for sockets.
Using this we can create socket servers supporting SocketIO Server, Websocket Server, Netty based Servers, Plain Java socket based server with a single business logic.
Is part of AppSurferโs streaming server, where the same logic for streaming is used for websocket clients, socket io clients, socket clients (Android SDK) and http commet clients.
DroidStalker is aimed to be an important tool for Android developer which provides a single dashboard which shows graph about the CPU usage, Memory usage, FPS etc while testing an app.
The main reason to come up with this is, LittleEyeLabs got acquired by Facebook and they have discontinued the product, but there is a genuine need of such a product.
Its being developed as an when we do get time in RainingClouds.
This allows different components to communicate with each other asynchronously using messaging Usecases
To allow a communication between different fragments shown in a tab to communicate with each other without any boilerplate code
Allow communication between a service running in background and Android app
This is used in AppSurfer Android app, to update the list of applications on different tabs of the home screen based on the categories selected in the menu bar.