Introduction to the new thread-safe event package for GolangEvents are a common pattern in many applications, especially those that involve user interactions, asynchronous operations, or communication…Jan 23, 2024
Write an O(m*n) LeetCode solution of find-and-replace-pattern that beats 100.00% of users with TypeScript [54ms]Try to solve the solution before read this article at: leetcode.com/problems/find-and-replace-pattern Intuition Thoughts: Focus on matchi…Dec 31, 2023
Inlining in GoThe process of grouping smaller functions into their respective callers in Go Compiler is known as inlining. This optimization was often don…Dec 31, 2023
Streaming Large Files over TCPWhen dealing with large files in development, the traditional approach of reading the entire file into memory can lead to memory-related iss…Dec 23, 2023