Goh Chun LininCute AlgorithmSearch Insertion PositionGiven a sorted array of distinct integers and a target value, how could we get the index of the target is found? In addition, if the target…Mar 4, 2022Mar 4, 2022
Goh Chun LininCute AlgorithmString Matching with KMP AlgorithmA string-matching algorithm wants to find the starting index index in string haystack that matches the search word needle.Mar 4, 2022Mar 4, 2022
Goh Chun Lininblazor-pwaCreate PWA with Blazor and ASP .NET Core 3 PreviewEarly this week, I received news from senior saying that Visual Studio 2019 16.2 GA was finally released. As I was also planning to write…Jul 28, 2019Jul 28, 2019
Goh Chun LininGolang with AzureLeveraging Golang Concurrency in Web App DevelopmentI first learned about goroutine and channel when I was attending the Golang meetup in GoJek Singapore. In the talk “Orchestrating…Apr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureContainerize Golang Code and Deploy to Azure Web AppLearning about containers is essentially a huge topic but for beginners, there needs to be something small to help them get started. Hence…Apr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureUnit Testing is a level of automated software testing that units which can be modular parts of the…Unit Testing FilesApr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureWithout user authentication, we cannot secure our web services and protect our users’ privacy on…In this article, we will focus only on authenticating users on our Golang web application with Google Sign-In in Google Identity Platform.Apr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureRESTful Web Service in Golang and Front-end Served with VueJSThere is one behaviour in our Golang web application that will frustrate our users. Everytime we add, update, or delete a video record…Apr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureMonitoring Golang Web App with Application InsightsApplication Insights is available on Azure Portal as a way for developers to monitor their live web applications and to detect performance…Apr 24, 2019Apr 24, 2019
Goh Chun LininGolang with AzureDeploy Golang App to Azure Web Apps with CI/CD on DevOpsSample Golang Web App DevOps PipelinesApr 24, 2019Apr 24, 2019