Vincent AndreasToggle Console log — VSCode ExtensionWhen you debugging, you need to print many variables, yet also print some unnecessary checkpoints, like thisJul 30Jul 30
Vincent AndreasObsidian md for learning Data Structure & AlgorithmDo you know about Obsidian.md ?Mar 17Mar 17
Vincent AndreasAlamanda Shantika 所著的 《Purpose》一书 · 有趣的见解在这篇文章中,我将写几个很有趣的事情。如果你们不知道她是谁,那么现在她是印尼Binar Academy(一个专注于学习技术和数字技能发展的机构)的创始人兼总裁。几年前,她曾担任Gojek的副总裁。她还增在一些刚刚起步的公司(Kartuku…Feb 1Feb 1
Vincent AndreasImplement tipical System Design Interview into concrete app — Ticket ExpertWhile learning about system design, we are challenged to design the backend, considering different trade off. Some techniques that are…Aug 18, 2023Aug 18, 2023
Vincent AndreasMock function inside function in GolangGolang has a big advantage over other languages because it comes with built-in testing features. Unlike Java, where you need external…Jun 11, 20231Jun 11, 20231
Vincent Andreas2023 Golang Gorm and Postgresql Unit Testing using SqlmockUnit test is really needed for maintain good code quality, and I also use that for testing the query in my project. For testing the…Jun 2, 2023Jun 2, 2023
Vincent AndreasSpectre-go , Recreating password generator based on Go languageThere’s an interesting project named Spectre https://spectre.app/ . that handles generating passwords for every site locally. There’re…May 8, 2023May 8, 2023
Vincent AndreasMisbehaving Book — Interesting pointMisbehaving book is written by Richard H. Thaler, famous American economist. He won a nobel prize in 2017 for his research and also…Feb 14, 2023Feb 14, 2023
Vincent AndreasLeetCode 1092 Shortest Common Supersequence SolutionProblem Description:Jan 28, 2023Jan 28, 2023