StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Bonton Connect
Bonton Connect logo

Bonton Connect

Verified

A WiFi sharing platform that makes internet affordable for everyone everywhere.

bonton.app
55
Tools
7
Decisions
0
Followers

Tech Stack

Application & Data

16 tools

JavaScript logo
JavaScript
Python logo
Python
Node.js logo
Node.js
PHP logo
PHP
MongoDB logo
MongoDB
CloudFlare logo
CloudFlare
TypeScript logo
TypeScript
Laravel logo
Laravel
Lua logo
Lua
MariaDB logo
MariaDB
Markdown logo
Markdown
CSS 3 logo
CSS 3
MobX logo
MobX
MobX-State-Tree logo
MobX-State-Tree
Kotlin logo
Kotlin
MongoDB Compass logo
MongoDB Compass

Utilities

2 tools

Google Analytics logo
Google Analytics
Slack logo
Slack

Team Members

Omran Jamal
Omran JamalCTO & Co-founder

Engineering Blog

Stack Decisions

Omran Jamal
Omran Jamal

Jun 19, 2020

When hooked up to Machine Learning models built in python, Puppeteer allows us to automate any off the shelf, cheap router to become smart and provide safety for our hosts.

1.77k views1.77k
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

We chose Laravel and PHP over any other stack on our API backend simply because of how productive we can be with the Laravel framework compared to any other.

One thing we often overlook while evaluating PHP is how resilient it is to faults in our programming, and how easily scalable it is horizontally out of the box with almost no forethough.

10.3k views10.3k
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

On our backend we found that typesafety in a language goes a long way to catch many of the common bugs before they happen. It has also made all of us overall better JavaScript developers.

414 views414
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

We actually did use Java to build our client app for a very long time, until one of us decided to try out Kotlin and was blown away by how elegant and productive the Kotlin language is.

611 views611
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

We actually use both Mongo and SQL databases in production. Mongo excels in both speed and developer friendliness when it comes to geospatial data and queries on the geospatial data, but we also like ACID compliance hence most of our other data (except on-site logs) are stored in a SQL Database (MariaDB for now)

582k views582k
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

While Redux may be the industry defacto, our team's OO driven minds find it comfortable to reason about in MobX (mobx-state-tree to be exact). It's a much more magical and painless experience compared to Redux.

1.9k views1.9k
Comments
Omran Jamal
Omran Jamal

Jun 19, 2020

We actually initially wrote a lot of networking code in Kotlin but the complexities involved prompted us to try and compile NodeJS for Android and port over all the networking logic to Node and communicate with node over the Java Native Interface.

This turned out to be a great decision considering our battery usage fell by 40% and rate of development increased by a factor of 2.

622k views622k
Comments