Published onMarch 20, 2023Sudoku checkerprogramminggosnippetscpLearn how to check sudoku is valid or not
Published onMarch 19, 2023Implementing a Priority Queue Using Heap in GoprogramminggopracticalheapA Complete Guide with Example to build priority queue using stdlib go
Published onMarch 18, 2023Introduction of generic in GolanggopracticalgenericLearn how to use generic in golang
Published onMarch 17, 2023Understanding Stack and Heap Memory in GoprogramminggopracticalheapstackA Comprehensive Guide what the stack and heap are, how they work, and how they are used.
Published onMarch 16, 2023Soft Skills for Software Engineerscareersoftware-engineerself-developmentWhy Communication and Collaboration Matter
Published onMarch 15, 2023SnowflakegohashgeneralLearn how snowflake works and implement it using golang
Published onMarch 13, 2023SQL vs NoSQLsoftware-engineersystem-designgeneralLearn the pros and cons of each type database
Published onMarch 12, 2023Avoiding Common Pitfalls in System Design Interviewscareersoftware-engineersystem-designinterviewTips to avoid common pitfall when doing system design interview
Published onMarch 11, 2023System design interviewcareersoftware-engineerinterviewOverview system design and how to overcame the interview
Published onMarch 10, 2023Street Play in HackerLandgocpprefix-sumCounting all vowel substring contains `aiueo`
Published onMarch 9, 2023Vowel Substringgosliding-windowsCounting all vowel substring contains `aiueo`
Published onMarch 8, 2023Staircase problemgodynamic-programmingLearn coding pattern dynamic programming with solving staircase problem
Published onMarch 7, 2023Hard: Sherlock and valid stringgohackerrankSolution of hard problem in string category hackerrank
Published onMarch 5, 2023Hard: Array manipulationgrokking-algorithmgoprefix-sumLearn how to solve problem with prefix-sum
Published onMarch 4, 2023Handling decimal valuesgopracticaldecimalExplore the possibility solution to handle decimal values properly
Published onMarch 3, 2023Easy: Pair with Target Sumgrokking-algorithmgopatterntwo-pointerLearn how to solve problem with two-pointer pattern
Published onMarch 2, 2023Easy: Single Numbergrokking-algorithmgopatternxorLearn how to solve problem with xor pattern
Published onMarch 1, 2023House Robber Problemgodynamic-programmingDetermine the maximum amount of money you can rob in one night without triggering an alarm.