Software Engineering Perspectives Articles

Sorted By: Most Recent
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
Lorenzo Zarantonello Lorenzo Zarantonello
Updated on September 05, 2023

How To Use ForkJoin in Angular With Examples

ForkJoin is an RxJS operator that combines multiple Observables into a single Observable. Learn how to use forkJoin with an Angular example.

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
Antonello Zanini Antonello Zanini
Updated on September 05, 2023

How to Fix the GitHub Error ‘Remote Host Identification Has Changed’

GitHub recently replaced its RSA SSH host key. Learn how to fix the “Warning: Remote Host Identification Has Changed” error message.

Image: Shutterstock / Built In
Ben Schippers Ben Schippers
Updated on August 29, 2023

How AI Can Boost the Agile Software Design Cycle

It can iron out kinks and squash bugs sooner.

Image: Shutterstock / Built In