Expert Contributors Articles

Sorted By: Most Recent
Rory Spanton Rory Spanton
Updated on July 21, 2023

How to Solve FizzBuzz in R

The FizzBuzz problem is a task often given in coding interviews. Impress your interviewers and improve your code with these five solutions.

Image: Shutterstock / Built In
Vidisha Jitani Vidisha Jitani
Updated on July 21, 2023

Monads in Functional Programming Explained

Monad is a generic concept that helps deal with side effects in doing operations between pure functions.

Image: Shutterstock / Built In
Parag Radke Parag Radke
Updated on July 20, 2023

Monte Carlo Tree Search: A Guide

Monte Carlo tree search (MCTS) is a heuristic search algorithm for decision processes. Here’s what you need to know.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on July 20, 2023

How to Place the Legend Outside the Plot in Matplotlib

When plotting figures with Matplotlib, learn how you can place the legend of a figure outside of the plot area.

Image: Shutterstock / Built In
Chris Dowsett Chris Dowsett
Updated on July 20, 2023

What Is a Data Lake?

A data lake is a digital storage area where businesses hold structured and unstructured data including social media data, log files, emails, images and videos.

Image: Shutterstock / Built In
Vikas Agrawal Vikas Agrawal
Updated on July 19, 2023

AI Can Help With Recruiting. Here’s How.

AI can make the process easier and faster for both employers and job seekers.

Image: Shutterstock / Built In
Lou Bachenheimer Lou Bachenheimer
Updated on July 19, 2023

Your Business Automated. Now What?

Avoid an automation plateau with process mining tools and other handy technologies.

Image: Shutterstock / Built In
Suraj Gurav Suraj Gurav
Updated on July 17, 2023

An Introduction to the Confusion Matrix in Python

A confusion matrix is used to evaluate the accuracy of your classification model. Here’s how to build one in Python and read it.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on July 17, 2023

Guide to the JavaScript Reduce Method

JavaScript reduce method is a higher order function that reduces arrays to a single function. Here’s what to know.

Image: Shutterstock / Built In
Lynn Kwong Lynn Kwong
Updated on July 14, 2023

How to Use JSON Schema to Validate JSON Documents in Python

In Python, we can use the JSON Schema library to validate a JSON document against a schema.

Image: Shutterstock / Built In