Expert Contributors Articles

Sorted By: Most Recent
Alex Zito-Wolf Alex Zito-Wolf
Updated on September 22, 2022

Optimize the HTML Head Element for a High-Performing Website

An introduction to one of the most fundamental components of an HTML document.

Image: Shutterstock / Built In
Diwaker Gupta Diwaker Gupta
Updated on September 21, 2022

The Bitcoin Maximalist Movement Has Gotten Toxic. Bitcoin Optimalism Is a Better Way.

A vocal minority of Bitcoin maxis want to make their coin a monopoly in the crypto economy. That would be a huge mistake.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on September 21, 2022

Python Pathlib Is Better Than the OS Module for Handling Files. Here’s How to Use It.

Pathlib is more convenient and straightforward.

Image: Shutterstock / Built In
Piotr Zając Piotr Zając
Updated on September 21, 2022

3 Reasons to Prioritize Mission Over Profit in Tech

Building a successful company doesn’t always have to mean a ruthless pursuit of the bottom line.

Zijian Feng Zijian Feng
Updated on September 20, 2022

An Overview of ResNet Architecture and Its Variants

Residual Network (ResNet) architecture is a type of artificial neural network that allows the model to skip layers without affecting performance. Here’s what you need to know. 

Image: Shutter Stock / Built In
Denis Lukichev Denis Lukichev
Updated on September 20, 2022

Recursive SQL Expression Visually Explained 

Recursive SQL expressions allow you to reference previous results in a hierarchical data set in order to extract information. Here’s how it works.  

Image: Shutterstock / Built In
Annie Mester Annie Mester
Updated on September 20, 2022

InnerText vs. InnerHTML vs. TextContent: What’s Best?

InnerHTML, innerText and textContent can each help you manipulate your JavaScript code, but they contain subtle differences. Here’s when to call each one.

Image: Shutterstock / Built In
Przemek Chojecki Przemek Chojecki
Updated on September 14, 2022

A Beginner’s Guide to NFT Crypto Art

The NFT market is exploding, providing digital artists a new way to monetize and market their art. Here’s a guide to getting in the game.

Perez Ogayo Perez Ogayo
Updated on September 14, 2022

How to Fix a CUDA Error: Device-Side Assert Triggered in PyTorch

A CUDA Error: Device-Side Assert Triggered can either be caused by an inconsistency between the number of labels and output units or an incorrect input for a loss function. Follow this guide to fix it. 

Image: Shutterstock / Built In
Stephen Fordham Stephen Fordham
Updated on September 12, 2022

Using Python Class Decorators

Python class decorators allow you to add a class to a function without modifying the source code. Here's how to apply it.

Image: Shutterstock / Built In