Hi there

Remember, Your job gives you authority. Your behavior gives you respect!

Cleaning Background Services and Login Items in macOS Ventura

Cleaning Background Services and Login Items in macOS Ventura
If you’ve installed too many unofficial software on macOS, unknown background services often appear that cannot be deleted in system settings!
Read more →

Surge Script Automatically Registers Service to Consul

Surge Script Automatically Registers Service to Consul
Using Surge’s Script feature to automatically register proxy services to Consul after network changes for use by other systems on the internal network.
Read more →

Texterify - An Open Source Localization Resource Management System

Texterify - An Open Source Localization Resource Management System
Texterify is an open source project localization resource management system that enables better online collaboration between developers and translators!
Read more →

Internal and External Package Testing in Go

Internal and External Package Testing in Go
A production-ready project often requires unit testing, and Go natively provides testing functionality.
Read more →

Using Pre-signed URLs for File Uploads in Laravel

Using Pre-signed URLs for File Uploads in Laravel
To avoid large file uploads consuming too much backend server bandwidth, the best approach is to upload directly from the client to S3.
Read more →

Using Google Search Engine in iOS Safari

Using Google Search Engine in iOS Safari
Although you can change the default search engine to Google in iOS settings, it cannot directly display search results and requires an additional click to redirect.
Read more →

Cross-Platform Ubuntu VMs Management Tool

Cross-Platform Ubuntu VMs Management Tool
A virtualization management tool designed for developers, supporting cross-platform native virtual machine management.
Read more →

Multi-Environment Deployment Based on Git Branches

Read more →

Open Source Identity Authentication and Authorization Solution

Open Source Identity Authentication and Authorization Solution
While researching microservice identity authentication solutions recently, I accidentally discovered an open source project that is quite comprehensive in both UI and functionality compared to other open source projects.
Read more →

Learning MongoDB Aggregation Pipeline

Learning MongoDB Aggregation Pipeline
Recently, I needed to develop statistics-related APIs for work. Some statistical data required aggregation queries, and after getting used to the convenience of Laravel Eloquent, writing BSON by hand became somewhat difficult, so I’m documenting it here.
Read more →