Hey, I'm Yuri.

I'm a software engineer from Ukraine, specializing in full-stack, API, and test-driven development of web-based applications. I am currently focusing on creating automations using generative AI.

I was raised in Tokyo, graduated from a university in New York, and currently reside in Singapore.

I am a regular contributor to open source. You can find my work on Github under yurikoval.

Want to get in touch? Shoot me an e-mail at hello@yurikoval.com.

Take a look at some of my recent blog posts:

How to Generate Same AI Images with JSON Context Profiles
How to consistently generate images with exact same style, format, subjects, and placement of subjects using AI. This new technique involves just 2 simple steps.
Automatically Convert Ecto Atom to String
Convert atom values to strings before saving to Ecto database
Trying out Auto-GPT: AGI with an Agent Model
The new trend in AI is the Agent model
Working with Dates and Time in Solidity using timestamps?
How do you store timestamps in Solidity when it not have Date or Time primitive types?
How to compare strings in Solidity?
Simple string comparison is not possible in Solidity. Use a hashing function to compare strings.