Software Engineering Perspectives Articles

Sorted By: Most Recent
Dilan Sachintha Nayanajith Dilan Sachintha Nayanajith
Updated on September 28, 2023

YAML vs. JSON: A Dive Into 2 Popular Data Serialization Languages

Grab a pen and let’s make a list of pros and cons between YAML vs. JSON.

Image: Shutterstock / Built In
Katlyn Gallo Katlyn Gallo
Updated on September 27, 2023

What Is a CDN?

Chances are you interact with CDNs (content delivery networks) on a daily basis, but what exactly is a CDN and how does it work? Our expert explains.

Image: Shutterstock / Built In
Artem Oppermann Artem Oppermann
Updated on September 26, 2023

What Is Object-Relational Mapping (ORM)?

Object-relational mapping speeds up development time for teams and reduces costs, but how does it work? Our expert explains.

Image: Shutterstock / Built In
Kingsley Tan Kingsley Tan
Updated on September 22, 2023

8 Common JavaScript Data Structures

Here’s how these JavaScript data structures work, how to use them and sample code to get you started.

Image: Shutterstock / Built In
Manuel Silverio Manuel Silverio
Updated on September 19, 2023

What’s So Great About Jupyter Notebook?

I made the jump to Jupyter Notebook. Here’s why you should too.

Image: Shutterstock / Built In
Satyam Tripathi Satyam Tripathi
Updated on September 19, 2023

How to Fix KeyError Exceptions in Python

KeyError in Python an exception that occurs when you try to access a key that does not exist in a dictionary.

Image: Shutterstock / Built In
Olivia Grace Olivia Grace
Updated on September 05, 2023

Why Software Developers Should Be Playing More Video Games

Building innovative software has more in common with video games than you might think.

Image: Shutterstock / Built In
Ali Raza Ali Raza
Updated on September 05, 2023

npm ci vs. npm i: Install Node Modules Faster

npm ci performs a clean install of all existing dependencies, whereas npm install attempts to update current dependencies when possible.

Image: Shutterstock / Built In
Antonello Zanini Antonello Zanini
Updated on September 05, 2023

How To Fix the ‘ERR_OSSL_EVP_UNSUPPORTED’ Error in Node.js

Learn how to get rid of the ERR_OSSL_EVP_UNSUPPORTED error once and for all in Node.js, React, Nuxt, Next.js, Gatsby and similar technologies.

Image: Shutterstock / Built In
Aditya Joshi Aditya Joshi
Updated on September 05, 2023

Kubernetes 101: StatefulSet vs Deployment

Two commonly used resources in Kubernetes are Statefulsets and Deployments. Explore the differences between the two and learn which to use for your application.

Image: Shutterstock / Built In