FUELED ENGINEERING

We care about code.

Best DevOps Practices across leading cloud providers

Discover some best DevOps, Network, Security, Cloud practices across the leading cloud providers.

"The best apps are built with native SDKs" — a case for Kotlin Multiplatform

Amongst the clamor of “machine learning” and “artificial intelligence”, there was another clear message that Apple wanted to hammer home in its WWDC24 Developer State of the Union: "…the best apps are built with Native SDKs"....

Secure by Design - Safeguarding API Keys and Tokens

Security isn’t just a feature; it’s a necessity. At Fueled, we take immense pride in developing applications that excel in providing an exceptional user experience while also prioritizing security and privacy....

Beacon Ranging with Flutter

Commonly available Beacons In an era of increased connectivity, bluetooth beacons have emerged as an important tool in shaping how consumers interact with physical spaces....

Location Spoofing for Geolocation Testing

Geolocation-based testing has become crucial in today’s tech landscape, especially when users are scattered across different regions.Conducting physical tests with users everywhere is impractical, and this is where location spoofing comes into play as a practical solution....

Should we be worried about the future of IaC?

Discover how changes from HashiCorp, the company behind Terraform, can change your IaC environment.

Working With Compressed Binary Data on AWS Iot Core

Objective Today we will see how to send compressed CBOR with ZSTD from an ESP32 microcontroller through an MQTT topic, passing through AWS IoT Core, and finally being decoded in a TypeScript-written Lambda function....

October 16, 2023 · 8 min · Rodrigo Delduca

Combating Telegram Spam With a Serverless Bot

Telegram groups and spam issues Telegram is one of the most popular messaging applications around the world. Personally, I am an active member of various groups focused on discussing programming languages and challenges....

August 31, 2023 · 13 min · Rodrigo Delduca

Machine Learning OPS (MLOPs) with Apache AirFlow2

Discover how Apache Airflow2 can streamline your Machine Learning Operations (MLOps) workflows, from data ingestion, model training to model deployment, with resilience and scalability.

Exploring Your Neighborhood: A Step-by-Step Guide to Finding Places Near You

Learn how to find places near you with the Haversine Formula using Go.