Software Engineering Perspectives Articles

Sorted By: Most Recent
Stephen Fordham Stephen Fordham
Updated on March 18, 2025

Using Python Class Decorators

A Python class decorator is a class that wraps a function inside an instance of the class, allowing you to modify or extend the original function’s behavior without changing the source code. Here's how to apply it.

Image: Shutterstock / Built In
Chaitanya Baweja Chaitanya Baweja
Updated on March 18, 2025

A Complete Guide to Using Python Progress Bars

A progress bar in Python provides a visual of code execution progress, which can help indicate code errors or how long an operation will take to complete. Here’s how to build your own with four different Python libraries.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on March 18, 2025

What Is the @ Symbol in Python and How Do I Use It?

The @ symbol in Python is used to apply a decorator to a function or method to extend its functionality, or to help perform matrix multiplication. Here's what to know about each use case.

Suprabha Suprabha
Updated on March 18, 2025

RequestAnimationFrame in JavaScript

The requestAnimationFrame() method tells the browser you wish to perform an animation, and request to call an animation function to update an animation before the next repaint. Here’s what you need to know.

Image: Shutterstock / Built In
Sinai Nday Sinai Nday
Updated on March 18, 2025

How to Create a Blockchain

Blockchain is a distributed ledger that processes transactions across a network of computers. Here’s more on how blockchain works, the benefits of using it and a step-by-step guide on how to create a blockchain.

Image: Shutterstock / Built In
Asim Rahal Asim Rahal
Updated on March 17, 2025

Protect Your DevOps Team From Open-Source License Changes

Open-source software can be great, but license changes could derail your projects. Here’s how to protect yourself.

Image: Shutterstock / Built In
Peter Grant Peter Grant
Updated on March 13, 2025

How to Generate Subplots With Python’s Matplotlib

Subplots are a key tool to communicate data-based findings to various audiences. This detailed guide shows how to use Python’s Matplotlib to generate subplots, covering steps like importing data, including descriptive details and adding visual style.

Image: Shutterstock / Built In
Olivia McClure Olivia McClure
Updated on March 12, 2025

96 Software Development Companies Innovating Tech

These companies are leading the future of software development.

Image: Shutterstock
Apu Pavithran Apu Pavithran
Updated on March 12, 2025

Navigating the Enterprise Challenge of Linux Management 

Linux offers a versatile operating system for developers and is useful for running AI and machine learning programs, but it can also create security headaches. Here’s what to know. 

Image: Shutterstock / Built In
Sadrach Pierre Sadrach Pierre
Updated on March 12, 2025

How to Heapify a Tree in C++

A step-by-step tutorial on how to heapify data in a tree data structure, including visuals and example code.

Image: Shutterstock / Built In