Tag: command-line

  • AI and CLI Tools: A New Era of Developer Productivity and Testing

    AI and CLI Tools: A New Era of Developer Productivity and Testing

    We all know the importance of software quality in today’s digital landscape and technological advancements. Software quality has always been a concern for companies and development teams, making them to focus more on the testing side to make sure of a reliable software. Companies invest a lot in this stage, because it’s about the experience…

    by

    in
  • Top Alternatives to the Zsh ls Command

    Top Alternatives to the Zsh ls Command

    The Zsh shell is a powerful and versatile command-line interface that enhances user productivity with its advanced features and customization options. Among the essential commands in any shell environment is the ‘ls’ command, which lists directory contents. However, users often seek alternatives to the default ‘ls’ command to overcome its limitations and enhance their workflow.…

    by

    in
  • Managing Go Processes

    Managing Go Processes

    Introduction: The Challenge of Managing Blocking Processes While working on an application that required executing a command to run a blocking program, such as a TCP/HTTP server, I encountered an interesting challenge. I needed a way to stop the application and its child processes when a signal was sent to the main program, such as…

    by

    in