Software Engineering Perspectives Articles

Sorted By: Most Recent
David Koff David Koff
Updated on April 29, 2025

Base 12: An Introduction

Base 12, also called duodecimal, is a numeral system that uses 12 as its base. Here is how the base 12 system works.

Image: Shutterstock / Built In
Artem Oppermann Artem Oppermann
Updated on April 23, 2025

A Deep Dive Into Deep Q-Learning

Deep Q-learning is a reinforcement learning algorithm that uses deep neural networks to approximate the Q-values for each possible action based on a given state. It is an extension of the Q-learning algorithm.

Image: Shutterstock / Built In
Lisa Bertagnoli Lisa Bertagnoli
Updated on April 17, 2025

30 Top Open Source Software Organizations to Know

Their products get the job done, for free.

David Kirsch David Kirsch
Updated on April 15, 2025

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
Giorgos Myrianthous Giorgos Myrianthous
Updated on April 14, 2025

How to Convert a Dictionary to a Pandas DataFrame

Learn how to convert a Python dictionary into a Pandas DataFrame using the pd.DataFrame.from_dict() method and its options, depending on how the data is structured and stored in the dictionary.

Image: Shutterstock / Built In
Surojit Chatterjee Surojit Chatterjee
Updated on April 14, 2025

Why Every Generative AI Founder Must Know How to Code

Without understanding the technical aspects of a product, a founder will always be playing catch-up.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on April 11, 2025

How to Write Nested List Comprehensions in Python

A nested list comprehension in Python is a list comprehension placed inside another list comprehension. It's often used for handling lists of lists with only one line of code. Here’s how to write a nested list comprehension in Python.

Image: Shutterstock / Built In
Adam Calica Adam Calica
Updated on April 10, 2025

Making the Most of a Project Post-Mortem

These tech companies use action points and positive accountability to make retrospectives more productive.

Making the Most of a Project Post-Mortem
Brand Studio Logo
Tammy Xu Tammy Xu
Updated on April 10, 2025

13 Best Practices for Improving Web Application Security

Here’s what you need to know to get started.

13 Best Practices for Improving Web Application Security