Software Engineering Articles

Sorted By: Most Recent
Reza Lavarian Reza Lavarian
Updated on August 14, 2024

How to Fix TypeError: ‘Int’ Object Is Not Callable in Python

TypeError: ‘int’ object is not callable occurs in Python when an integer is called as if it were a function. Here’s how to fix it. 

Image: Shutterstock / Built In
Igor Irianto Igor Irianto
Updated on August 13, 2024

Tmux Config: A Guide

Tmux is a tool for Unix that allows multiple terminal sessions to be opened within one window. Make it your own with this tmux config guide.

Image: Shutterstock / Built In
Omer Rosenbaum Omer Rosenbaum
Updated on August 12, 2024

How to Get Better Results From an LLM

When it comes to using large language models, there are effective approaches — and less effective ones. Here are some tips to get the answers you need from an LLM.

Image: Shutterstock / Built In
Winston Tang Winston Tang
Updated on August 12, 2024

Why AI Will Never Replace Software Developers

No matter how advanced AI becomes, there will always be a need for software developers. Here’s why AI won’t be able to replace developers.

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

SSH Port Forwarding (SSH Tunneling): How-To Guide

SSH port forwarding is a method for safely transmitting data over an encrypted SSH connection between a local and distant server. Here’s what to know.

Image: Shutterstock / Built In
Mrina Sugosh Mrina Sugosh
Updated on August 09, 2024

How LLMs Are Transforming Rich Text Editors

From enhancing content creation to recommending content improvements, LLMs are transforming the way rich text editors (RTEs) work. Here’s how. 

Image: Shutterstock / Built In
Ankit Malik Ankit Malik
Updated on August 09, 2024

Pascal Case vs. Camel Case Explained

Pascal case and camel case are two different casing styles used in programming for naming variables, class and type names. Learn the differences and other casing styles. 

Image: Shutterstock / Built In
Trung Thanh Le Trung Thanh Le
Updated on August 09, 2024

How to Kill a Process in Linux

When errors occur in Linux or the system misbehaves, it’s important to understand the various ways to kill processes — here’s how to do it from the Linux command line.

Image: Shutterstock / Built In
Mohammad-Ali A’RÂBI Mohammad-Ali A’RÂBI
Updated on August 08, 2024

How to Exit Vim: A Beginner’s Guide

Vim is a powerful text editor that can be difficult to exit once it’s been opened. Learn different techniques to save your work or just exit the text editor. 

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on August 08, 2024

grep Command in Linux and Unix: A Tutorial

The grep command is a tool in Linux and Unix that’s used to search for specific text within files, such as words, phrases or patterns. Learn the code.

Image: Shutterstock / Built In