My First Year as a Junior Developer at Rotational Labs
🎉 I just celebrated my first year as a junior developer. In this post, I’ll share some of the things I’ve learned and techniques I’ve grown to value over the last twelve months.
Sep 1, 2023Intro to Polars: A Pandas Alternative for Efficiently Working with Large Datasets
Dataframes are a powerful data structure for data processing, analytics, and ML. For many years, Pandas has been my go-to. But it can really slow you down when you’re working with big or high-dimensional data. Enter Polars!
Aug 22, 2023What is Incremental Machine Learning?
Most of us got into data science because it’s exciting (if chaotic) and there’s a constant stream of new ideas, which is thrilling (if intimidating). But if learning is all about keeping up, why can’t our models do it?
Aug 21, 2023Using River and Vowpal Wabbit to Build Real-Time Machine Learning Models
Real-time ML models continually learn on new data as soon as it arrives, so they’re less susceptible to concept drift and data drift. Read on to learn how to use River and Vowpal Wabbit to build real-time models in Python.
Aug 11, 2023Streaming NLP Analytics Made Easy With HuggingFace LLMs and Ensign
Thinking about using a large language model (LLM) at your organization? Check out this tutorial to see how to bootstrap an MVP using an open source pre-trained model from HuggingFace and a free Ensign account.
Aug 1, 2023Speeding Up Go Tests
It can be frustrating as a developer to wait for a large test suite to run, particularly when you have to run the suite multiple times in development. In this post, we’ll explore parallel and short modes with Go tests in an effort to …
Jul 30, 2023Building My First Event-Driven NLP Application
A few weeks ago, I’d never used an event stream before. Read on to hear how I built my first event-driven data science app — the biggest challenges, my lessons learned, and a couple of key takeaways!
Jul 13, 2023MLOps 101: A Fresh Approach to Managing Models with Event Streams
If you can’t deploy your models, you might feel frustrated, but you aren’t alone — only 1 in 10 data science projects ever gets deployed. The fix? We need to shift our mental model towards “thinking in events.”
Jul 11, 2023Three Strategies for Tech Startups with Heart
Working at a startup is an exciting challenge, an opportunity for growth, and not for the faint of heart. Here are a few things that currently resonate with our team, immersed as we are in that startup life.
Jun 8, 2023Async or Swim: A Developer's Guide to Wading into Asynchronous Processing
The Go programming language provides powerful tools for managing concurrency, but robust asynchronous code requires us as developers to design around uncertain tasks and manifold queues. Step through an async codebase with us in this post!
Jun 5, 2023