for-coder
Открыть в Telegram
Chat for yapping the latest topics and some project show case @FORCODERR 👥 @firaflash 👨💻 curious dev
Больше471
Подписчики
-124 часа
-27 дней
+830 дней
Архив постов
471
Planning to make the agents work in different way i will let you know
gonna be a good project for the public 😁😁
471
Hey, do you guys know where I could get a free API key for an LLM model other than Gemini? That endpoint isn't working for me at all; it says it's busy. I don't know what's going on. mtsmm🤧
471
Today our teacher was teaching about React and Web II. He asked about the data type
var
in JS or JSX and why we don't use it nowadays.
TBH, I have no idea why, so I went on and said, "Because we don't know the use of it." 😂471
class Box:
items = []
def __init__(self, item):
self.items.append(item)
b1 = Box("A")
b2 = Box("B")
b1.items = ["C"]
print(b1.items)
print(b2.items)471
My project ain't even released yet
But how come i have more visitors from US 🇺🇸 than Ethiopia 🇪🇹 🤔
471
A .et one 🇪🇹
The process was pretty smooth, but I think it could be improved with a dedicated payment request code for each domain purchase. Users could simply pay through Telebirr or bank transfer using that code, without having to upload receipts or payment confirmations.
It would make the whole process faster and more developer-friendly. The same idea could also work well for other Ethio Telecom ISP services.
Thanks @ethiotelecom for making it happen 🙌🚀
471
One thing that gets me excited when working with TypeScript on Next.js is executing the
pnpm build
command and having no type mismatch errors on the first try 🤌🏼