FUELED ENGINEERING

We care about code.

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....

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....

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.

Improving Code Quality With Prettier And ESLint

No software team should spend time and mental resources arguing about code formatting. The same goes for code practices that some of the team members might consider unsafe or counter-productive....

Clean Architecture with FastAPI

Clean Architecture Tired of your projects getting a mess? Impossible to scale for more features and endpoints? I have a solution to your problems. Today we will explore clean architecture using abstract classes, repository pattern and use cases....

Master the Art of Software Testing with F.I.R.S.T Principles

A quick introduction to the F.I.R.S.T principle you can use to improve your testing skills and create efficient, practical, high-quality tests

February 22, 2023 · 5 min · Luis Filipe Pedroso

Using Private Modules in Go from GitHub

Learn how to connect and use private Go modules in GitHub. We’ll take you through the steps of configuring your Go project to use a private module hosted on GitHub.