Expert Contributors Articles

Sorted By: Most Recent
Michael Galarnyk Michael Galarnyk
Updated on October 11, 2024

Python Lists and List Manipulation, Explained

Python lists store an ordered collection of items that can be of different types. After defining a list, it’s possible to update the individual items in a list. Here’s how.

Image: Shutterstock / Built In
Tanya Parfenyuk Tanya Parfenyuk
Updated on October 11, 2024

5 Lessons I Learned From Fundraising While Pregnant

Pregnant founders face a unique set of obstacles. Our expert shares her experience as a guide for others.

Image: Shutterstock / Built In
Jesús Adrián Montesinos Correa Jesús Adrián Montesinos Correa
Updated on October 10, 2024

How to Include Side-by-Side Images in LaTeX

LaTeX is a typesetting document system used to create technical documents. Images can be added to those documents using the graphicx package. Here’s how. 

Image: Shutterstock / Built In
Murad Salikhov Murad Salikhov
Updated on October 10, 2024

3 Reasons VCs Are Investing in the Creator Economy

The content creator industry is constantly evolving, and so are the products designed for it. Here’s how to know which projects are worth the investment.

Image: Shutterstock / Built In
Mike Tokar Mike Tokar
Updated on October 09, 2024

AI Is Just a Tool. Stop Pretending Otherwise.

While AI can do a lot, it doesn’t hold the keys to competitive advantage. Our expert explains why AI can’t be relied upon as anything more than just another tool. 

Image: Shutterstock / Built In
Sascha Giese Sascha Giese
Updated on October 09, 2024

How to Exorcise the Modern Horrors of IT

Your average IT team faces as many shadowy monsters as a camper in a horror movie. Our expert gives you some tools to battle back against them.

Image: Shutterstock / Built In
Odumosu Matthew Odumosu Matthew
Updated on October 09, 2024

Object Reference Not Set to an Instance of an Object Error in C# Solved 

In C#, the “object reference not set to an instance of an object” error occurs when you attempt to access a member of an object that is null. Here’s how to fix it.  

Image: Shutterstock / Built In
Chris Cook Chris Cook
Updated on October 09, 2024

How to Check for Log Errors With Jest

There are two ways to check for log errors with the JavaScript testing framework Jest: jest.fn() or jest.spyOn(). Here’s how to do it, with code.  

Image: Shutterstock / Built In
Andrius Palionis Andrius Palionis
Updated on October 09, 2024

How AI Is Upgrading Data Visualization Techniques

From smarter charts to virtual reality, our expert digs into the confluence of AI and data visualization.

Image: Shutterstock / Built In
Dorothea Reher Dorothea Reher
Updated on October 08, 2024

Python Date vs. Datetime Objects Explained

Python date is an object that’s used to represent the calendar date with no time of date, while a Python datetime object includes the date and time of day. Here’s how to use them.

Image: Shutterstock / Built In