Published inAWS in Plain English·Oct 21Dynamic SQL Stored Procedures for Data Engineers and Why They Are ImportantStored procedures are a powerful feature of SQL that allow you to encapsulate a set of SQL statements into a single named unit. This can make your code more reusable, maintainable, and performant. Dynamic SQL stored procedures take this a step further by allowing you to construct and execute SQL…Data Engineering4 min readData Engineering4 min read
Published inAWS in Plain English·Apr 24Top Books to Read if You Want to Become an AWS Data Engineer, AWS Data Architect, or AWS Data Analytics EngineerAs the world of big data and cloud computing continues to expand, becoming proficient in Amazon Web Services (AWS) data engineering, architecture, and analytics is becoming an essential skill for professionals in the industry. …AWS10 min readAWS10 min read
Jan 10ML services in AWS AnalyticsAWS Analytics services have some built-in Machine Learning features. Amazon Kinesis Data Analytics RANDOM_CUT_FOREST function for anomaly detection We can analyze streaming data and gain real-time insights with ease using Amazon Kinesis Data Analytics. This service simplifies the process of building, managing, and integrating streaming applications with other AWS services…Analytics2 min readAnalytics2 min read
Jan 9What is behind ChatGPTChatGPT is a prototype artificial intelligence chatbot developed by OpenAI which specializes in dialogue. It is a large language model equipped with supervised and reinforcement learning techniques. It is a finely tweaked version of a model in OpenAI’s GPT-3.5 family of language models. ChatGPT under the hood uses Reinforcement Learning…ChatGPT2 min readChatGPT2 min read