TIL: You Can Call DeepSeek, Qwen, and Kimi With the OpenAI Python SDK
No extra SDKs. No Chinese phone number. No payment in RMB. pythonfrom openai import OpenAI client =...
Tag archive
No extra SDKs. No Chinese phone number. No payment in RMB. pythonfrom openai import OpenAI client =...

Sometimes want a list of all connections to your postgres database. Postgres maintains this list in...

Postgres’ built-in pg_stat_activity-view shows the list of all open connections, including the...
The magic command Rails introduced a command a while back that simplifies database adapter...
TD;DR: Inject dependencies instead of mocking functions. I was refactoring some React Native code...

Originally posted on my personal blog ➡️ devugur Let's say we have a value kept in the state in a...

Today I learned something very useful about code blocks on Dev.to (and it probably works on other blo...

Avoid the non-primitive Number, String, Boolean, Object, and Symbol types in TypeScript. All of them...

The nullish coalescing operator will help us to define nullary values equality (null or undefined), u...
(This is a just quick tip not an elaborated post sorry) Thanks to Babel Macro, we don't need to ejec...
Okay, quick article for newbie web developers out there. When designing a website, I have discovered...

There is an easy way to optionally pass parameters to Bash commands.