A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Configuring Wifi in ESP32 WORM using code

1 minute read

Published:

Recently, I have been delving into a specific use case that involves consuming a voice REST endpoint using the ESP32 microcontroller. This task requires not only utilizing the capabilities of the ESP32 but also ensuring that the device is connected to a Wi-Fi network for seamless communication with the endpoint.

Data mocking using Faker

2 minute read

Published:

Ideally, test data is of priority and the project teams always face an issue in getting the relevant and realistic test data for pre-production activities. More issues(refresh of data; data manipulations etc.,) arise, when programs consume data from a shared environment. Sometimes, requirements of data varies and a new set of data should be replicated through external tools and technologies. Many commercial data mocking/stubbing tools are available in the market, but as a open source lover, I recommend using Faker library.

aiengineering

Deploy a simple supervised machine learning algorithm in Azure as a function.

2 minute read

Published:

This post outlines the development of a supervised machine learning model using the DecisionTreeClassifier algorithm. We will cover training the model on a specific dataset, fine-tuning its parameters, and evaluating accuracy. After achieving proficiency, we’ll deploy the model as an Azure Function for serverless execution and expose it as a REST API for real-time predictions. This approach offers insights into machine learning and cloud-based solutions.

greensoftware

What got me pondering about Green Software?

less than 1 minute read

Published:

Over the years I’ve seen some posters and online flyers and information about climate change, net zero and sustainability and never thought about thinking along these lines until I was confronted with some consequences.

Embracing Green AI for a better tomorrow

1 minute read

Published:

Green AI: Green AI promotes the creation of sustainable and energy-efficient AI and machine learning models, aligning technology with environmental responsibility.

Develop MCPServer with a focus on eco-friendly technology practices.

21 minute read

Published:

The field of AI Engineering is rapidly evolving and expanding to explore new possibilities. This growth is marked by frequent updates to models, integrations, upgrades, and methodologies, occurring daily and monthly. These advancements are essential for keeping pace with the dynamic nature of AI technologies and their applications.

Evaluating Green IT Metrics for Microservices, utilizing the Kepler

8 minute read

Published:

The majority of organizations are deploying and publishing Open APIs and microservices in both public and private cloud environments. Most cloud providers are following sustainable IT practices and offering infrastructure to clients along with detailed reports on metrics such as carbon footprints.

projects

publications

robotoys

Robo - Toy Train

less than 1 minute read

The goal of this project is to create a wooden toy train that can be controlled via Bluetooth.
repo link..