Published onMarch 24, 2024Error HandlingerrorscodejavascriptgolangHandling error bubbling and return values in Go and JavaScript. Why standardized error is important and how to implement it.Read more →
Published onJuly 30, 2023Longest Substring Among StringsleetcodechallengegolangGiven a number of string, find the longest same substring among them.Read more →
Published onJuly 30, 2023Sliding WindowleetcodestrategiesgolangconvolutionWhat is sliding window and how it helps solve some technical interview questions.Read more →
Published onJuly 29, 2023Roman Numerals ConversionleetcodechallengegolangpythonHow to convert roman numerals to actual number using Golang and PythonRead more →
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 overtimeRead more →