Gary LuinLevel Up CodingHow To Embed YouTube Video In Next.js Websiteusing iframe or using @next/third-partiesMar 13Mar 13
Gary LuinLevel Up CodingMastering Key Management in DNSSECBest practices for DNSEC key managementMar 6Mar 6
Gary LuinLevel Up CodingIntegrate ChatGPT with Apple HomeKitBuild a ChatGPT-based smart home assistantJul 2, 2023Jul 2, 2023
Gary LuinTowards Data ScienceTuning Hyperparameters with OptunaTuning hyperparameters of machine learning models in an automated and smart wayMar 8, 2021Mar 8, 2021
Gary LuinLevel Up CodingCreate AWS RDS MySQL instance with a secured master password using CloudFormation templateRecently, I’m working on creating a MySQL RDS instance with CloudFormation template. Although there have been tons of documents from both…Oct 13, 20201Oct 13, 20201
Gary LuinThe StartupThe “finally” block in AWS Step Functions state machineRegarding AWS StepFunctions, this article demostrates how to have states that can be executed regardlessly.Jun 7, 20201Jun 7, 20201
Gary LuinThe StartupMock a DNS Server in JavaThis article shows an example of mocking a DNS server during the tests in order to validate a 3rd party library.Apr 26, 2020Apr 26, 2020
Gary LuinVendastaGolang: The time complexity of append()In Go, append(slice, x) is one of the most used built-in functions. What is the time complexity of it?Jul 4, 20191Jul 4, 20191