Recent posts

AI Engineering Azure OpenAI API Service with .NET

5 minute read

Ozkary AI Engineering Azure OpenAI API Service with .NET

Azure provides the Azure OpenAI services which integrates the OpenAI API in Azure infrastructure. This enables us to create custom hosting resources and access the OpenAI API with a custom domain and deployment configuration. There are API client ...

AI Engineering Generate Code from User Stories

8 minute read

Ozkary AI Engineering generate code from user stories

LLM can play a significant role when it comes to generating code by leveraging the language understanding and generative capabilities. Users can simply create text prompts with a user story format and provide enough context like technologies, requ...

Data Engineering Process Fundamentals - Design and Planning Exercise

8 minute read

Ozkary Data Engineering Process Design and Planning Exercise

Infrastructure planning is a critical aspect of every technical project, laying the foundation for successful project delivery. In the case of a Data Engineering project, it becomes even more crucial. To support our project’s objectives, we need t...

Data Engineering Process Fundamentals - Design and Planning

4 minute read

Ozkary Data Engineering Process Design and Planning

A data engineering design is the actual plan to build the technical solution. It includes the system architecture, data integration, flow and pipeline orchestration, the data storage platform, transformation and management, data processing and ana...

Data Engineering Process Fundamentals - Discovery Exercise

9 minute read

Ozkary Data Engineering Process Discovery Exercise with Jupyter

In this discovery exercise lab, we review a problem statement and do the analysis to define the scope of work and requirements. Preliminary data analysis must be done by downloading some sample files with Python and running some queries using Jupy...