Levelling up your developer career....
I was recently (July 7, 2023) involved in a discussion around this topic along with other panelists. This was part of a larger event around Empowering Developers to Build Faster and Innovate More. If...
View ArticleIngesting Data into OpenSearch using Apache Kafka and Go
There are times you might need to write a custom integration layer to fulfill specific requirements in your data pipeline. Learn how to do this with Kafka and OpenSearch using GoScalable data ingestion...
View ArticleHow do I run my Go applications in a Serverless way?
Learn how to run Go REST APIs as Lambda functions using the AWS Lambda Go API Proxy.The Go programming language has always had rich support for building REST APIs. This includes an excellent standard...
View ArticleHow do I run my Go applications in a Serverless way - Part 2
The first part of this series introduced you to the AWS Lambda Go API Proxy, and how it's framework/package specific adapter implementations (for gorilla/mux, echo and net/http) allows you to run...
View ArticleSimplifying your Kubernetes infrastructure with cdk8s
Of late, I have started to pen down summaries of my talks for those not interested in sitting through a 45-min video or staring at slides without getting much context 😅Here is one for AWS DevDay...
View ArticleAuto-scaling DynamoDB Streams applications on Kubernetes
This blog post demonstrates how to auto-scale your DynamoDB Streams consumer applications on Kubernetes. You will work with a Java application that uses the DynamoDB Streams Kinesis adapter library to...
View ArticleBuild a Serverless Application for entity detection on AWS
In this blog post, you will learn how to build a Serverless solution for entity detection using Amazon Comprehend, AWS Lambda and the Go programming language. Text files uploaded to Amazon Simple...
View ArticleGenerative AI Apps With Amazon Bedrock: Getting Started for Go Developers
An introductory guide to using the AWS Go SDK and Amazon Bedrock Foundation Models (FMs) for tasks such as content generation, building chat applications, handling streaming data, and more.This article...
View ArticleServerless Image Generation Application Using Generative AI on AWS
Use Amazon Bedrock to build an image generation solution in Go and deploy it using AWS CDK.Whether it's crafting personalized content or tailoring images to user preferences, the ability to generate...
View ArticleBuild a Serverless Application for Image Label Detection
In this blog post, you will learn how to build a Serverless solution to process images using Amazon Rekognition, AWS Lambda and the Go programming language. Images uploaded to Amazon Simple Storage...
View ArticleBuild a Serverless Application for Audio to Text conversion
Learn how to use Amazon Transcribe and AWS Lambda to build an audio to text conversion application written in GoIn this blog post, you will learn how to build a Serverless speech to text conversion...
View ArticleIngesting Data into OpenSearch using Apache Kafka and Go
There are times you might need to write a custom integration layer to fulfill specific requirements in your data pipeline. Learn how to do this with Kafka and OpenSearch using GoScalable data ingestion...
View ArticleHow do I run my Go applications in a Serverless way - Part 1
Learn how to run Go REST APIs as Lambda functions using the AWS Lambda Go API Proxy.The Go programming language has always had rich support for building REST APIs. This includes an excellent standard...
View ArticleHow do I run my Go applications in a Serverless way - Part 2
The first part of this series introduced you to the AWS Lambda Go API Proxy, and how it's framework/package specific adapter implementations (for gorilla/mux, echo and net/http) allows you to run...
View ArticleAuto-scaling DynamoDB Streams applications on Kubernetes
This blog post demonstrates how to auto-scale your DynamoDB Streams consumer applications on Kubernetes. You will work with a Java application that uses the DynamoDB Streams Kinesis adapter library to...
View ArticleBuild a Serverless Application for entity detection on AWS
In this blog post, you will learn how to build a Serverless solution for entity detection using Amazon Comprehend, AWS Lambda and the Go programming language. Text files uploaded to Amazon Simple...
View ArticleServerless Image Generation Application Using Generative AI on AWS
Use Amazon Bedrock to build an image generation solution in Go and deploy it using AWS CDK.Whether it's crafting personalized content or tailoring images to user preferences, the ability to generate...
View ArticleBuilding LangChain applications with Amazon Bedrock and Go - An introduction
How to extend the LangChain Go package to include support for Amazon BedrockOne of our earlier blog posts discussed the initial steps for diving into Amazon Bedrock by leveraging the AWS Go SDK....
View ArticleBuilding LangChain applications with Amazon Bedrock and Go - An introduction
How to extend the LangChain Go package to include support for Amazon BedrockOne of our earlier blog posts discussed the initial steps for diving into Amazon Bedrock by leveraging the AWS Go SDK....
View ArticleUse Amazon Bedrock and LangChain to build an application to chat with web pages
Learn how to build the Go web app, deploy it with AWS CDK and start asking questions!Conversational interaction with large language model (LLM) based solutions (for example, a chatbot) is quite common....
View Article