Published inLevel Up CodingChoosing The Right CloudA Deep Dive Into China’s Cloud ProvidersApr 8Apr 8
Published inLevel Up CodingHow To Embed YouTube Video In Next.js Websiteusing iframe or using @next/third-partiesMar 13Mar 13
Published inLevel Up CodingMastering Key Management in DNSSECBest practices for DNSEC key managementMar 6Mar 6
Published inLevel Up CodingIntegrate ChatGPT with Apple HomeKitBuild a ChatGPT-based smart home assistantJul 2, 2023Jul 2, 2023
Published inTowards Data ScienceTuning Hyperparameters with OptunaTuning hyperparameters of machine learning models in an automated and smart wayMar 8, 2021Mar 8, 2021
Published inLevel 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
Published inThe 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
Published inThe 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
Published inVendastaGolang: 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