Avatar

Victor on Software

Software engineering, security, and related topics

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

Categories

Software Development DevOps & Infrastructure Security Database Administration

Tags

Golang Developer Experience Cyber Security Application Security mTLS TLS Chrome Extension DevTools Engineering Management Hello World MySQL Technical Debt GitHub Web Development Windows GitHub Actions macOS TypeScript AI Performance
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
Featured image of post Add CSS framework to Chrome extension (2024)
Software Development

Add CSS framework to Chrome extension (2024)

Improve the look of your Chrome extension with Tailwind CSS

Jul 10, 2024
5 minute read
Featured image of post Adding options page to Chrome extension (2024)
Software Development

Adding options page to Chrome extension (2024)

Enable users to configure your Chrome extension's behavior and settings with a dedicated options page

Jul 03, 2024
4 minute read
Featured image of post How git merge works with GitHub pull requests
Software Development

How git merge works with GitHub pull requests

Keep feature branches up to date before merging a pull request

Jun 26, 2024
8 minute read
Featured image of post Linting and formatting TypeScript in Chrome extension (2024)
Software Development

Linting and formatting TypeScript in Chrome extension (2024)

Improve code quality and maintainability with linting and formatting tools

Jun 19, 2024
8 minute read
1 … 4 5 6 … 9
© 2025 Victor on Software