Software Engineering Articles

Sorted By: Most Recent
Sukanta Das Sukanta Das
Updated on November 06, 2024

How to Set Up TypeScript in an Express App

TypeScript can be used to build an Express app through a tsconfig.json file, which provides a series of compiler files. Here’s how to set it up.

Image: Shutterstock / Built In
Gul Ershad Gul Ershad
Updated on November 06, 2024

Sliding Window Algorithm Explained

The sliding window is a data structure technique that transforms two nested loops into a single loop within an array or list. Learn more with examples.

Image: Shutterstock / Built In
Mrina Sugosh Mrina Sugosh
Updated on November 06, 2024

10 Tips to Manage Technical Debt

Technical debt is the bane of almost every software engineering project. Left unchecked, it can derail any product with bugs and inefficient code. Here’s how to keep it in check.

Image: Shutterstock / Built In
Abdullah Bashir Abdullah Bashir
Updated on November 05, 2024

Prisma Build “Environment Variable Not Found: DATABASE_URL” Error Solved

Prisma “environment variable not found: DATABASE_URL” error occurs when there’s a disconnect between the schema and the environment variables. Learn to solve it.

Image: Shutterstock / Built In
Shashwat Nautiyal Shashwat Nautiyal
Updated on November 04, 2024

A Guide to ESLint, Prettier, Husky and Lint-Staged

ESLint, Prettier, Husky and lint-staged are code editing tools that can be used to correct errors and format code for consistency pre-commit. Here’s how they work. 

Image: Shutterstock / Built In
Filiz Şenyüzlüler Filiz Şenyüzlüler
Updated on November 04, 2024

Git Rebase vs. Merge: Which to Use?

In Git, rebasing and merging are both designed to integrate changes from one branch into another branch but in different ways. These are the best times to use each method and some common mistakes to avoid.

Image: Shutterstock / Built In
Adam Ierymenko Adam Ierymenko
Updated on November 01, 2024

The Shift To Memory-Safe Code Is Coming for Your Industry

The pervasive use of memory-unsafe languages in vital systems is exposing them to vulnerabilities. Our expert explains why that’s a problem.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on October 30, 2024

50 Top JavaScript Interview Questions With Example Answers

Review these common JavaScript interview questions and answers and practice your coding fundamentals with this guide to ace your next interview.

Image: Shutterstock / Built In
David Kirsch David Kirsch
Updated on October 30, 2024

How to Read Binary Letters

Binary numbers are converted into binary letters using ASCII codes. Each letter consists of eight binary digits. Here’s how to translate those digits into binary letters.

Image: Shutterstock / Built In
Radhakishan Surwase Radhakishan Surwase
Updated on October 29, 2024

Implementing Enums in Golang

An enum is a data type consisting of a set of named constant values. Learn how to implement enums in Golang.

Image: Shutterstock / Built In