Software Engineering Perspectives Articles

Sorted By: Most Recent
Giorgos Myrianthous Giorgos Myrianthous
Updated on June 25, 2024

11 Terminal Commands You Should Know

The terminal allows users to perform computer tasks in an efficient, automated way. Here, our expert explains 11 commands you need to know to get started with it.

Image: Shutterstock / Built In
Tristan Louis Tristan Louis
Updated on June 20, 2024

Here’s Why You Should Use Purpose-Built Software

Strengthen your customer relationships and community support by choosing the right software for your organization.

Image: Shutterstock / Built In
Stephen Gossett Stephen Gossett
Updated on June 18, 2024

13 Code Review Tools to Know

The pros and cons of all the leading software, according to developers.

Image: Shutterstock
Abhinav Pandey Abhinav Pandey
Updated on June 14, 2024

Java Switch Case Explained

Java switch case is a tool that selects a code block to execute based on the value of a given expression. It’s used to replace multiple if-else statements. Here’s how to do it.

Image: Shutterstock / Built In
Max Reynolds Max Reynolds
Updated on June 14, 2024

How to Make a Python Calculator

Creating a basic calculator program in Python is a great way to get familiar with the language and its logic.

Image: Shutterstock / Built In
Ayush Poddar Ayush Poddar
Updated on June 12, 2024

How to Rename a Git Branch

When you work in Git, it’s important to know how to rename a Git branch to keep your projects consistent. Here’s how to do it in both a local repository and remote.

Image: Shutterstock / Built In
Anne Pauley Anne Pauley
Updated on June 12, 2024

Top 4 Use Cases for 3D Printing in Product Development

Manufacturing teams are constantly seeking ways to accelerate and refine product development, especially in the competitive world of big tech. Additive manufacturing provides one such route.

Image: Shutterstock / Built In
Erik Whiting Erik Whiting
Updated on June 11, 2024

SQL Pivot: A Tutorial

SQL PIVOT is a function that is used to create pivot tables and divide components of data into different columns and rows to make it easier to analyze. Learn how to do it.

Image: Shutterstock / Built In
Nick Hodges Nick Hodges
Updated on June 11, 2024

Dependency Injection: Everything You Need to Know

Dependency injection is a technique in which you make the interactions between objects as minimal as possible through specific dependencies. Here’s what to know.  

Image: Shutterstock / Built In
Navya Arora Navya Arora
Updated on June 07, 2024

Document Ready Method in JavaScript: A Guide

The document ready method ensures that a section of JavaScript code only runs once the document object model (DOM) is ready. Here’s how to do it in JavaScript without jQuery.

Image: Shutterstock / Built In