search
search
Author
The author

Marta Palandri

Marta Palandri is a senior technical editor with over six years of experience as a developer, working extensively with APIs and backend systems. She now combines her development experience with her editorial background to create content focused on accessibility and storytelling. Find her on LinkedIn.

More posts by Marta Palandri

How to use the echo command in Linux

Among the most popular Linux commands, the echo command is a helpful tool for tasks like shell scripting, output formatting, and debugging. With it,...

The awk command in Linux: Understanding syntax, options and common examples

awk is a widely used Linux command for text-processing tasks. You can use this command directly in the terminal to extract data from a text file, scan...

How to use Docker build secrets to securely pass sensitive data during builds

Docker build secrets are a feature in Docker BuildKit specifically designed for developers to safely pass sensitive data, such as SSH keys, API keys,...