Data science

Rethinking Image Formats

June 5, 2025 | The Jumping Rivers Blog

Adding images to a web page used to be straightforward. You’d add the img tag to the HTML, set the src attribute to the appropriate URL and, hopefully, write some informative alt text. (You might also add some CSS, either inline or via a styles...
[...Read more...]

Bayesian Modeling Primer

June 4, 2025 | Matt Bowers

Well, dear reader, I know I haven’t been posting very much lately. That’s because I’ve been busy moving to a new city and working a new DS gig and learning some new things, including Bayesian modeling. In particular I’ve been reading Richard McEl...
[...Read more...]

Bokeh-Scatter Plot Basics in Python

June 4, 2025 | Dr. Darrin

Bokeh is another data visualization library available in Python. One of Bokeh’s unique features is that it allows for interaction. In this post, we will learn how to make a basic scatterplot in Bokeh while also exploring some of the basic interactions that are provided by default. Data Preparation ...
[...Read more...]

Docker for Development Teams: Beyond the Basics

June 1, 2025 | Andrea Rekasi

I’ve been working with Docker for years now across several development teams, and I’ve got to say—there’s a world of difference between knowing basic Docker commands and actually integrating Docker deeply into your development workflow. After countless hours of troubleshooting environment issues and hearing “but it ...
[...Read more...]
1 6 7 8 9 10 147