Expert Contributors Articles

Sorted By: Most Recent
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
Yordan Ramchev Yordan Ramchev
Updated on October 08, 2024

How to Auto Import Vue Components in JavaScript

Setting up on-demand auto importing for Vue components makes it easier to eliminate typos in import paths and reduces final production build size. Learn more.

Image: Shutterstock / Built In
Candy Valentino Candy Valentino
Updated on October 08, 2024

Planning to Exit Soon? Here Are 5 Delegation Tips Before You Do.

This excerpt offers top tips for founders on how to distribute their company’s workload before exiting.

Image: Shutterstock / Built In
Maryam A. Hassani Maryam A. Hassani
Updated on October 08, 2024

How Will AI Help With Game Testing?

Game developers are being pushed to the brink by the demands of the field. Our expert argues AI can help to lighten the load.

Image: Shutterstock / Built In
Karen Brown Karen Brown
Updated on October 08, 2024

What’s Missing at the Heart of DEI Efforts and How to Restore It

Our expert offers a framework that will help your organization usher in more diversity and be more supportive of its employees.

Image: Shutterstock / Built In
Rahul Agarwal Rahul Agarwal
Updated on October 07, 2024

A Complete Guide to PySpark DataFrames

Bookmark this cheat sheet. It contains all the information you’ll need on DataFrame functionality.

Image: Shutterstock / Built In
Rebecca Vickery Rebecca Vickery
Updated on October 07, 2024

How to Create a Pandas Pivot Table in Python

Pandas’ pivot_table function operates similar to a spreadsheet, making it easier to group, summarize and analyze your data. Here’s how to create your own.

Image: Shutterstock / Built In