Insights
Field notes on shipping AI inside real systems.

Page 34
Node.js Pull Request Merge Prediction Using Machine Learning
This post explains a simple use of Machine Learning (ML) to predict if it is possible to accurately predict whether a Pull Request (PR) will be accepted when it is created.
Read post
Django Girls Montevideo: Working to Close the Gender Gap in Software Development
Women are scarce in engineering, in fact, 97% of the resumes we receive come from men. In launching Django Girls Montevideo, we strive to do our part to contribute to gender equality.

Elixir: An OTP walkthrough
In the next series of posts, we'll be talking about what OTP is, and explain one of the biggest advantages of using it to help struct your code, eliminate boilerplate,, and more by using the OTP framework.

Building blocks of an Agile Transformation: Planning your journey
To bring both organizational culture and business results to the next level while promoting organic growth, we needed a long-term strategy; yet flexible enough to yield short-term, sustained improvements.

Why OKRs at sophilabs?
We believe in growth from the inside out. By strengthening each person, we strengthen the whole team. The best teams are able to achieve excellent quality and, even better, feel proud of their work.

Asap: Slack command to notify about things as soon as possible
Slack ASAP is a Slack Slash Command we use at Sophilabs to notify our coworkers about things as soon as possible. The command will send the contact SMS messages, emails and Slack private messages.

Control Django DB Performance Using django-test-query-counter
A library is introduced in this post to help maintain the database performance in Django Apps through testing. It aims to detect possible Database performance issues as soon as possible.