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
- Skip manual Atom.to_string/1 calls in your Elixir code by building a custom Ecto.Type that converts atoms to strings transparently on cast.
- Trying out Auto-GPT: AGI with an Agent Model
- Hands-on with Auto-GPT: the first widely-known autonomous-agent model that chains GPT-4 calls to plan, execute, and self-correct toward a goal.
- 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.