Published onMarch 24, 2024Error HandlingerrorscodejavascriptgolangHandling error bubbling and return values in Go and JavaScript. Why standardized error is important and how to implement it.
Published onJuly 30, 2023Longest Substring Among StringsleetcodechallengegolangGiven a number of string, find the longest same substring among them.
Published onJuly 30, 2023Sliding WindowleetcodestrategiesgolangconvolutionWhat is sliding window and how it helps solve some technical interview questions.
Published onJuly 29, 2023Roman Numerals ConversionleetcodechallengegolangpythonHow to convert roman numerals to actual number using Golang and Python
Published onOctober 16, 2022Three Approach to a Management ProblemwritingsbookreflectionManagement consultant have a three framework that works reasonably well from time to time. Working with these framework would alleviate some burden and reuse some method that we can master overtime