Software Engineering Perspectives Articles

Sorted By: Most Recent
Murali Sastry Murali Sastry
Updated on September 15, 2025

How to Vibe Code Without Creating Security Problems

As vibe coding becomes common practice for developers, these best practices will help keep your products safe.

Image Shutterstock / Built In
Liu Zuo Lin Liu Zuo Lin
Updated on September 12, 2025

__new__ vs. __init__ Methods in Python

In Python, the __new__ method creates and returns a new object of a class, while the __init__ method initializes the attributes of a newly created object of a class. Learn more about what each does and when to use which.

Image: Shutterstock / Built In
Dawn Kawamoto Dawn Kawamoto
Updated on September 10, 2025

What Can You Do With a Computer Science Degree?

A computer science degree teaches the theory and practice of computing, equipping graduates with skills to design software, manage data and pursue careers in programming, artificial intelligence, cybersecurity, data science and systems analysis.

Image: Shutterstock
Indhumathy Chelliah Indhumathy Chelliah
Updated on September 08, 2025

10 Ways to Convert Lists to Dictionaries in Python

Converting lists to dictionaries in Python is valuable to get the data in the form that you need. Here are 10 different ways to accomplish this.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on September 08, 2025

What Is an API?

An API (application programming interface) is a set of rules that allows software applications to communicate and exchange data or functionality with each other.

Image: Shutterstock / Built In
Sarang Narkhede Sarang Narkhede
Updated on September 05, 2025

What Is an SDK?

An SDK (software development kit) is a bundled set of software tools, libraries and documentation that enables developers to build, test and deploy applications for a specific platform.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on September 05, 2025

What Is the Capability Maturity Model (CMM)?

The Capability Maturity Model (CMM) is a framework for assessing and improving an organization’s software development processes through five defined levels of process maturity.

Image: Shutterstock / Built In
Kyle Brill Kyle Brill
Updated on September 05, 2025

What Is Cloud Orchestration?

Cloud orchestration is the automated coordination of cloud infrastructure, services and tasks into unified workflows to streamline deployment, scaling and resource management.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on September 05, 2025

What Is Flask?

Flask is a lightweight, open-source Python web framework used to build web applications with minimal code and flexible architecture.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on September 04, 2025

What Is Golang?

Golang (or Go) is an open-source, statically typed programming language developed by Google. It is designed for simplicity, efficiency and strong concurrency support, making it ideal for building back-end systems and scalable applications.

Image: Shutterstock / Built In