Software Engineering Articles

Sorted By: Most Recent
Nikita Nikitins Nikita Nikitins
Updated on September 04, 2024

Code First Approach vs. Database First Approach: Which Is Best?

Code first and database first are two approaches to developing a database to work in Entity Framework. Learn which one is best for you.

Image: Shutterstock / Built In
Doug Seven Doug Seven
Updated on September 04, 2024

Developers Just Want to Have Fun. AI Can Help.

Here’s how AI is getting developers back to developing.

Image: Shutterstock / Built In
Sashank Purighalla Sashank Purighalla
Updated on September 04, 2024

How to Keep Your Cloud Migration From Becoming Dangerous

Cloud computing offers businesses ample benefits, but making the switch can introduce myriad risks. Our expert explains how to handle the shift safely.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on August 28, 2024

Linux cp Command: How to Copy a File or Directory

The cp command allows you to duplicate files or directories from one part of the file system to another.

Image: Shutterstock / Built In
Alex Tray Alex Tray
Updated on August 28, 2024

How to Use the SCP Command in Linux to Securely Transfer Files

Learn how to use the SCP command-line utility in Linux to ensure secure file copying and transfers from local systems to remote nodes and vice versa.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on August 28, 2024

Understanding Duck Typing in Python

Duck typing in Python is a term used to illustrate that code will execute an action based on the types of built-in objects being processed. Here’s what to know.  

Image: Shutterstock / Built In
Amandeep Singh Amandeep Singh
Updated on August 26, 2024

Git Merge Theirs Explained

The Git merge ‘theirs’ command -Xtheirs overrides changes in the master branch with changes in your feature branch, resolving git merge conflicts. Here’s how. 

Image: Shutterstock / Built In
Metin Kortak Metin Kortak
Updated on August 21, 2024

How to Securely Transfer Files Using SFTP

Secure file transfer protocol (SFTP) is a secure and encrypted method of transferring files over a network. Learn how it works.

Image: Shutterstock / Built In
Arpita Goala Arpita Goala
Updated on August 21, 2024

Why Manual Testing Is Still Worth the Effort in QA

Automated testing may generate all the hype in quality assurance (QA), but hands-on testing can uncover inconsistencies that those other tests might miss.

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on August 20, 2024

What Is Service-Oriented Architecture (SOA)?

Service-oriented architecture (SOA) is a centralized architecture in which each component is connected with each other to perform a service.

Image: Shutterstock / Built In