| @gin.msk |
| @gin.msk |
Prompt engineering is form of an art rather exact science, this is my journey
https://dev.to/gintautasm/mastering-prompt-engineering-my-journey-with-genai-170l
Big data processing is key in todays software, so I recently ran an experiment on how Confluent Kafka, Flink, and Tableflow can be used to handle it. The result — a good solution when the conditions are right :)
The full article and code: https://dev.to/gintautasm/creating-data-product-using-confluent-kafka-flink-tableflow-pyiceberg-and-aws-5g5c
Traditionally, applications that communicate with relational databases use drivers that provide a persistent connection between the application and the database server. With the advent of serverless applications, including those created using AWS Lambda, persistent connections from the application are no longer practical because serverless applications are, by nature, stateless. What’s more, traditional database drivers often […]