Software Engineering Articles

Sorted By: Most Recent
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
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
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
Shahar Polak Shahar Polak
Updated on October 07, 2024

How to Stop a ForEach Loop in JavaScript

A JavaScript forEach loop is a control flow statement that iterates through arrays. It can be stopped by throwing an error. Learn more.

Image: Shutterstock / Built In
Hamid Haghdoost Hamid Haghdoost
Updated on October 04, 2024

How to Configure a Custom Zsh Alias

In Z shell (Zsh), users can set custom aliases to create shortcuts for longer commands. Here’s how to define your own custom Zsh aliases.

Image: Shutterstock / Built In
Brooke Becher Brooke Becher
Updated on October 01, 2024

7 Types of Programming Languages to Know (With Examples)

These collections of syntax and semantics are more than just computational gibberish — they’re how humans communicate with computers.

Image: Shutterstock
Jayanth Somineni Jayanth Somineni
Updated on September 27, 2024

How to Remove Duplicates From a JavaScript Array

When you need to remove duplicates from an array in JavaScript, consider these methods.

Image: Shutterstock / Built In
Oleg Karasik Oleg Karasik
Updated on September 25, 2024

5 Essential Skills .NET Developers Should Know

As .NET continues to grow in popularity, developing these skills will help .NET specialists stay competitive in the job market. 

Image: Shutterstock / Built In
Owanate Amachree Owanate Amachree
Updated on September 25, 2024

Why Developer Documentation Should Be Treated as Its Own Product

Don’t let developer documentation fall by the wayside after a product launch. Here’s why it should be treated as its own product and how to do it.

Image: Shutterstock / Built In