Published onOctober 1, 2024Convert List of Objects to JSON String in CcguideThis guide covers struct setup, list creation, conversion function, and proper memory management for efficient data handling in C.
Published onOctober 1, 2024Converting JSON keys to upper or lower case in TypescripttypescriptjsonMarkdown cheatsheet for all your blogging needs - headers, lists, images, tables and more! An illustrated guide based on GitHub Flavored Markdown.
Published onSeptember 28, 2024Importing CSV Data to DynamoDB with Lambda and TypeScripttypescriptAWSImporting CSV Data to DynamoDB with Lambda and TypeScript is a great way to handle large datasets efficiently.
Published onSeptember 28, 2024Conditionally Add Object to Array in TypescriptnodejstypescriptLearn how to conditionally add objects to arrays in TypeScript and some more stuff.
Published onSeptember 28, 2024Regex for Switch Case in TypeScripttypescriptWriting Switch Case statements with Regex in TypeScript is quite simple. Here are some tips to help you get started.