All Articles

Sorted By: Most Recent
Stephen Gossett Stephen Gossett
Updated on November 28, 2022

What Is SRE? What Does a Site Reliability Engineer Do?

Squarespace and Pinterest site reliability engineers explain SRE and how it is — and isn’t — like DevOps.

Image: Shutterstock
Artturi Jalli Artturi Jalli
Updated on November 21, 2022

Dynamic Programming: An Approach to Solving Computing Problems

Dynamic programming is a useful way to efficiently solve certain types of problems you’ll encounter in computer science. This guide introduces you to the its basic principles and steps.

Image: Shutterstock / Built In
Dmitry Gooshchin Dmitry Gooshchin
Updated on November 16, 2022

Ethereum’s Merge: A Case Study in Risk

The blockchain’s move to proof of stake holds lessons for any company facing change.

Image: Shutterstock / Built In
Paul Rowe Paul Rowe
Updated on November 16, 2022

Save Time With Simple Automation or Scripting

Say goodbye to the tedium of repeatable manual tasks.

Image: Shutterstock / Built In
Tammy Xu Tammy Xu
Updated on November 16, 2022

Microservices Can Save You Time and Money — If Used Correctly

It’s all about finding the right balance.

Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

How to Form Clusters in Python: Data Clustering Methods

Every data scientist should know how to form clusters in Python since it’s a key analytical technique in a number of industries. Here’s a guide to getting started.

Image: Shutterstock
Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

A Guide to Regularization in Python

Overfitting is a common problem data scientists face in their work. Here are two common and straightforward methods for resolving it.

Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

A Guide to Loss Functions for Deep Learning Classification in Python

Selecting the right loss function for a machine learning problem is a crucial step in the work of a data scientist. Here is a guide to getting started with them.

Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

A Guide to Metaheuristic Optimization for Machine Learning Models in Python

Metaheuristic optimization methods are an important part of the data science toolkit, and failing to understand them can result in significant wasted resources. This guide will help you get started.

Sadrach Pierre Sadrach Pierre
Updated on November 14, 2022

Python Profiling Tools: A Tutorial

Profiling is a crucial tool for data scientists to be able to analyze bottlenecks in a process and ensure smooth, efficient operation. This guide will help you get started with profiling tools in Python.