Roberto Huertas·Feb 1, 2023Send the logs of your Shuttle-powered backend to DatadogLearn how to send logs to Datadog from your Shuttle powered backend.
Roberto Huertas·Jan 9, 2023Build and deploy a Rust backend with ShuttleLearn how to build and deploy a Rust backend with Shuttle.
Roberto Huertas·Oct 29, 2022Preview your VSCode extension in the marketplaceLearn how to use the Marketplace Preview extension to see how your extension’s manifest will look like in the Visual Studio Marketplace
Roberto Huertas·Jul 25, 2021Cognito Authentication for your SvelteKit appManage your users in your SvelteKit app with AWS Cognito.
Roberto Huertas·Jul 19, 2021Deploy an IPv6 Azure VM while setting up a Nym nodeLearn how to deploy an Azure VM with IPv6 support while setting up a Nym node.
InKoa HealthbyRoberto Huertas·Apr 19, 2020Sync your Figma assets with your dev environmentLearn how to use Figma Asset Downloader CLI to work with Figma like a boss!
Roberto Huertas·Dec 8, 2019Wallpapers for the Rust of usBefore Barcelona’s RustFest edition, I created some wallpapers for the occasion. It’s time to share them with the community.
InKoa HealthbyRoberto Huertas·Oct 27, 2019Rust once and share it with Android, iOS and FlutterWhat if I told you that you could use the same very performant code in Android, iOS or even in Flutter. In this article, we’ll see how to…
InKoa HealthbyRoberto Huertas·Jun 29, 2019Building an Android service that never stops runningI’ve been struggling these days trying to find a way to run an endless service in Android. This is just a guide for all of you who pursue…A response icon5A response icon5
Roberto Huertas·Feb 3, 2019Rust powered CLI apk decompilerLately I’ve been needing to reverse engineer some apks and I’ve been manually using some third-party tools to do so. But, how could we…