Hi, Im Stephan Vebrian.|Software Engineer

Articles

24 March 20252 min read

Handling Long-Running Processes Asynchronously

Exploring a better way to deal with long-running processes using async techniques in backend systems.

  • #asynchronous-programming
  • #golang
  • #scalability
18 May 20243 min read

Utilize hashmap for frequent array lookups

Learn how to optimize array lookups using hashmaps to achieve O(1) time complexity, improving performance in large-scale applications.

  • #hashmap
  • #array