Community

By: T-Mobile

May 14, 2020
You’ve built a model that stakeholders love. Now, you need it to retrain every day… and that requires a whole new architecture. In this article, Mark Eric Hanson outlines why automated ML model retraining is important, the use cases it solves for T-Mobile, and how to stitch the tech together to recreate a similar implementation of your own. Its a fascinating read, and a good behind-the-scenes look at how we approach problem-solving at T-Mobile.
[Read more...]
August 01, 2018
Overview Every language has design patterns, which help us to organize our code in a way, where it’s easy to understand, maintain and test. JavaScript being one of the most commonly used dynamic languages, is also one of the most abused and misunderstood ;). In this post I want to share some examples of how code is written and how can it be improved to make it more flexible which is easy to maintain and follow.
[Read more...]
February 11, 2018
Introduction This post is more of an introductory post announcing release of SpringBoot and Vertx Java templates for OpenFaas. These templates allow you to develop your serverless function for the OpenFaas platform using SpringBoot or Vertx. In the Java ecosystem both SpringBoot and Vertx are very popular frameworks for developing microservices. With the release of these templates we are bringing the power of these frameworks into OpenFaas. You can find the templates in our github repository here.
[Read more...]