OyaCode

OyaCode

Talk is cheap, show me the code.

SQL Learning Note 1 - Basics

Create UserWe can use the following command:CREATE USER IF NOT EXIST 'username'@'l...

Briefs about Sora

What is SoraSora, which is a completely new large-scale AI model published by OpenAI, gains abili...

TS Handbook Note

Here this blog post will be considered as a quick note as I reading through the TypeScript Handbo...

Dev Notes - CORS Config

During development of one of my project, which use React and FastAPI, we seemed to face with some...

String Distance Question

Question DescriptionIn this question, we are given 2 different strings, let's call it source and ...