Software Engineering Perspectives Articles

Sorted By: Most Recent
Lynn Kwong Lynn Kwong
Updated on March 03, 2025

Asyncio in Python: A Guide

Asyncio is a Python library that allows us to write concurrent code using the async/await syntax. Learn how to use this library to write asynchronous code.

Image: Shutterstock / Built In
Anish Dhar Anish Dhar
Updated on March 03, 2025

AI Coding Assistants Can Be a Huge Help — Just Not Where You Might Think

Most engineers don’t lose much time to coding. Instead, to boost productivity, AI assistants should help with all the sleuthing that goes into software development.

Image: Shutterstock / Built In
Peleg Porat Peleg Porat
Updated on March 03, 2025

5 Tasks Developers Shouldn’t Do With AI Coding Assistants

AI-powered coding assistants can help improve developer efficiency, but they are limited when it comes to debugging, predicting real-world performance impacts and more. Here’s why.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

Async Vs. Sync Programming: Understanding the Differences

Our expert explains the difference between asynchronous and synchronous programming approaches.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 26, 2025

How to Fix AttributeError: ‘DataFrame’ Object Has No Attribute ‘Append’

AttributeError: ‘DataFrame’ object has no attribute ‘append’ is an error that occurs when the append() method is used in Pandas versions 2.0 and beyond. Learn how to resolve it.

Image: Shutterstock / Built In
Kailash Nirmal Kailash Nirmal
Updated on February 25, 2025

5 Reactive Programming Project Ideas to Perfect Your Skills

Reactive programming is a programming style focused on handling data flows and changes dynamically. Develop your skills with these five projects. 

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on February 24, 2025

Telegram Bot API: An Introduction

Telegram is a messaging app that offers developers two kinds of APIs to work with. Here’s why Telegram APIs are useful, the types available, features of Telegram bots and steps to set up the Telegram Bot API.

Image: Shutterstock / Built In
Andreas Rekdal Andreas Rekdal
Updated on February 24, 2025

What Is Spatial Computing?

Spatial computing is an umbrella term for experiences that combine elements of digital and physical environments. Here’s how spatial computing works, examples, applications, a brief history of the field and how it could progress in the future.

Image: Apple
Metin Kortak Metin Kortak
Updated on February 24, 2025

Shell Scripting: A Guide

Shell scripting is the process of writing a series of commands in a text file for the computer to execute. It bridges the gap between command-line usage and system management. Learn more. 

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on February 19, 2025

Error Handling in React With Error Boundary: A Tutorial

Error boundary is a component in React that catches an error within a component tree and prevents it from crashing the application. Here’s what to know.

Image: Shutterstock / Built In