Avatar

Victor on Software

Software engineering, security, and related topics

  1. Home
  2. Software tools
  3. Archives
  4. Search
    1. Dark Mode

Categories

Software Development DevOps & Infrastructure Security Database Administration

Tags

Golang Developer Experience Cyber Security Application Security Chrome Extension mTLS TLS Hello World MySQL DevTools GitHub Technical Debt Web Development Windows GitHub Actions macOS TypeScript Engineering Management Software Architecture SQL Developer
Featured image of post How to set up a remote development environment
Software Development DevOps & Infrastructure

How to set up a remote development environment

Use a remote dev environment to take load off your local machine or to have multiple environments

Sep 22, 2024
6 minute read
Featured image of post Top 3 issues with GitHub code review process
Software Development

Top 3 issues with GitHub code review process

GitHub code review process is not scalable and provides a poor developer experience

Sep 15, 2024
5 minute read
Featured image of post How to create an EXE installer for your program
Software Development

How to create an EXE installer for your program

Quickly create an EXE installer for your program using the Inno Setup tool

Sep 11, 2024
2 minute read
Featured image of post How to measure the execution time of Go tests accurately
Software Development

How to measure the execution time of Go tests accurately

Improve developer experience by optimizing Go test execution time using detailed performance data

Sep 04, 2024
6 minute read
Featured image of post How to benchmark performance of Go serializers
Software Development

How to benchmark performance of Go serializers

Learn how to benchmark the performance of your Go code to make informed decisions

Aug 28, 2024
4 minute read
Featured image of post How to secure MySQL Docker container for Zero Trust
DevOps & Infrastructure Database Administration

How to secure MySQL Docker container for Zero Trust

Increase the security of your MySQL Docker containers when running in a Zero Trust dev environment

Aug 20, 2024
4 minute read
Featured image of post Why you should use STDIN to read your program arguments
Software Development Security

Why you should use STDIN to read your program arguments

Improve application security by reading sensitive program arguments from STDIN

Aug 12, 2024
2 minute read
Featured image of post Find required code owner approvers for a PR in 3 steps
Software Development

Find required code owner approvers for a PR in 3 steps

How to find the minimum required reviewers who need to approve a GitHub pull request

Aug 06, 2024
3 minute read
Featured image of post Add unit tests to Chrome extension (2024)
Software Development

Add unit tests to Chrome extension (2024)

Write and run unit tests for your Chrome extension using Jest testing framework

Jul 26, 2024
6 minute read
Featured image of post Using a distributed lock in production distributed systems
Software Development

Using a distributed lock in production distributed systems

Real-world example of distributed lock solving data inconsistency

Jul 18, 2024
4 minute read
1 … 3 4 5 … 8
© 2025 Victor on Software