StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Home
  2. Companies
  3. Netbeast
Netbeast logo

Netbeast

Verified

The Smart Home connector

Sevillagetyeti.co
54
Tools
2
Decisions
207
Followers

Tech Stack

Application & Data

20 tools

NGINX logo
NGINX
Bootstrap logo
Bootstrap
Node.js logo
Node.js
MongoDB logo
MongoDB
ExpressJS logo
ExpressJS
Passenger logo
Passenger
Vercel logo
Vercel
Webflow logo
Webflow
Dropbox logo
Dropbox
Google Meet logo
Google Meet
Firebase logo
Firebase
React Native logo
React Native
JavaScript logo
JavaScript
Android SDK logo
Android SDK
Objective-C logo
Objective-C
GitHub Pages logo
GitHub Pages
Redux logo
Redux
Google Drive logo
Google Drive
SQLite logo
SQLite
Docker logo
Docker

Utilities

11 tools

Mixpanel logo
Mixpanel
Twilio SendGrid logo
Twilio SendGrid
Slack logo
Slack
Stripe logo
Stripe
Mailjet logo
Mailjet
Scope logo
Scope
Postman logo
Postman
Amplitude logo
Amplitude
React Navigation logo
React Navigation
Google Analytics logo
Google Analytics
MQTT logo
MQTT

DevOps

15 tools

Shipit logo
Shipit
Ansible logo
Ansible
Git logo
Git
Travis CI logo
Travis CI
fastlane logo
fastlane
Bitrise logo
Bitrise
ESLint logo
ESLint
Visual Studio Code logo
Visual Studio Code
Xcode logo
Xcode
GitHub logo
GitHub
Yarn logo
Yarn
npm logo
npm
Gradle logo
Gradle
Jest logo
Jest
gulp logo
gulp

Business Tools

8 tools

React logo
React
InVision logo
InVision
jQuery logo
jQuery
Dropbox Paper logo
Dropbox Paper
Trello logo
Trello
Stack Overflow logo
Stack Overflow
Intercom logo
Intercom
Sketch logo
Sketch

Team Members

Jesus Dario Rivera Rubio
Jesus Dario Rivera RubioTelecomm Engineering
Francisco José Ríos Bello
Francisco José Ríos BelloIT Engineering
Jon Dearle
Jon DearleCEO

Engineering Blog

Stack Decisions

Jesus Dario Rivera Rubio
Jesus Dario Rivera Rubio

Jun 12, 2020

This time I want to share something different. For those that have read my stack decisions, it's normal to expect some advice on infrastructure or React Native. Lately my mind has been focusing more on product as a experience than what's it made of (anatomy). As a tech leader, I have to worry about things like: are we taking enough time for reviews? Are we improving over time? Are we faster now? Is our code of higher quality?

For all these questions you can add many great recommendations on your pipeline. We use Trello for bug-tracking and project management. We use https://danger.systems/js/ to add checks for linting, type-enforcing and other quality dimensions in our PRs and a great feature from Vercel that let's you previsualize deployments directly in a PR. However it's not easy to measure this improvements over time. For customer matters we have Amplitude or Firebase analytics, but for our internal process? That's a little bit more complicated.

I collaborated recently with some folks in a small startup as an early adopter to create a metrics dashboard for engineers. I tried to add the tool to stackshare.io but still it doesn't appear as one of the options, please take a look on it over product hunt and let us know https://www.producthunt.com/posts/scope-6

483k views483k
Comments
Jesus Dario Rivera Rubio
Jesus Dario Rivera Rubio

Nov 26, 2018

We are using React Native in #SmartHome to share the business logic between Android and iOS team and approach users with a unique brand experience. The drawback is that we require lots of native Android SDK and Objective-C modules, so a good part of the invested time is there. The gain for a app that relies less on native communication, sensors and OS tools should be even higher.

Also it helps us set different testing stages: we use Travis CI for the javascript (business logic), Bitrise to run build tests and @Detox for #end2end automated user tests.

We use a microservices structure on top of Zeit's @now that read from firebase. We use JWT auth to authenticate requests among services and from users, following GitHub philosophy of using the same infrastructure than its API consumers. Firebase is used mainly as a key-value store between services and as a backup database for users. We also use its authentication mechanisms.

You can be super locked-in if you also rely on it's analytics, but we use Amplitude for that, which offers us great insights. Intercom for communications with end-user and Mailjet for marketing.

1.22M views1.22M
Comments