Mr. SeeFun.Dev
رفتن به کانال در Telegram
He/Him Building, coding, and sharing Github- https://github.com/sifenfisaha Portfolio- www.seefun.dev Dm- @see_fun
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها35 793
1 232
مشترکین
+624 ساعت
+317 روز
+8930 روز
در حال بارگیری داده...
کانالهای مشابه
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسبها
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
سپتامبر '26
سپتامبر '26
+58
در 16 کانالها
اوت '26
+350
در 65 کانالها
Get PRO
ژوئیه '26
+82
در 20 کانالها
Get PRO
ژوئن '26
+29
در 6 کانالها
Get PRO
مه '26
+63
در 12 کانالها
Get PRO
آوریل '26
+14
در 9 کانالها
Get PRO
مارس '26
+22
در 9 کانالها
Get PRO
فوریه '26
+26
در 3 کانالها
Get PRO
ژانویه '26
+27
در 2 کانالها
Get PRO
دسامبر '25
+51
در 5 کانالها
Get PRO
نوامبر '25
+39
در 7 کانالها
Get PRO
اکتبر '25
+73
در 16 کانالها
Get PRO
سپتامبر '25
+16
در 3 کانالها
Get PRO
اوت '25
+14
در 0 کانالها
Get PRO
ژوئیه '25
+11
در 0 کانالها
Get PRO
ژوئن '25
+50
در 10 کانالها
Get PRO
مه '25
+58
در 5 کانالها
Get PRO
آوریل '25
+48
در 2 کانالها
Get PRO
مارس '25
+81
در 6 کانالها
Get PRO
فوریه '25
+38
در 2 کانالها
Get PRO
ژانویه '25
+99
در 6 کانالها
Get PRO
دسامبر '24
+246
در 1 کانالها
Get PRO
نوامبر '240
در 6 کانالها
Get PRO
اکتبر '24
+84
در 3 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 18 سپتامبر | 0 | |||
| 17 سپتامبر | +7 | |||
| 16 سپتامبر | +12 | |||
| 15 سپتامبر | +1 | |||
| 14 سپتامبر | +4 | |||
| 13 سپتامبر | +7 | |||
| 12 سپتامبر | +1 | |||
| 11 سپتامبر | +6 | |||
| 10 سپتامبر | +6 | |||
| 09 سپتامبر | +1 | |||
| 08 سپتامبر | +3 | |||
| 07 سپتامبر | +2 | |||
| 06 سپتامبر | +1 | |||
| 05 سپتامبر | +3 | |||
| 04 سپتامبر | +1 | |||
| 03 سپتامبر | 0 | |||
| 02 سپتامبر | +2 | |||
| 01 سپتامبر | +1 |
پستهای کانال
| 2 | she's so perfect blah blah blah
@sfiendev | 159 |
| 3 | A very long day 🫠
@sifendev | 227 |
| 4 | Does anyone remember the WebSocket alternative for serverless frameworks that I posted about a while back? I completely forgot the name.
@sifendev | 3 |
| 5 | And don't forget to star 😁
@sifendev | 414 |
| 6 | Basically, a WhatsApp agent is an AI chatbot that replies to you directly on WhatsApp. it could act as a receptionist, a customer support agent, or a general AI assistant.
let's say you own a car dealership, and most of your customers use WhatsApp to check available cars, ask about prices, or book appointments with the manager.
if you already have a full e-commerce website, what i used to do was build an AI agent on top of the existing backend. the agent would have access to the necessary data and tools, allowing it to check car availability, look up prices, book appointments, and handle other tasks.
building these agents for multiple projects was incredibly repetitive and time-consuming. explaining the entire process to my teammates every time wasn't ideal either.
so i built a framework that handles all the complex parts. now, you just need to build the tools your agent needs, which is pretty simple, and the framework takes care of the rest.
@sifendev | 400 |
| 7 | The main reason i built this is because i build tons of whatsapp agents for clients, and tbh, it's not fun doing the same thing over and over again.
on top of that, explaining how to build them to my teammates wasn't ideal, so i built this framework to help them build whatsapp agents seamlessly, without all the pain.
@sifendev | 311 |
| 8 | Shipped wappajs: an open-source TypeScript framework
for LLM agents that live on WhatsApp.
Typed tools, per-chat sessions, human handoff, one
small agent loop. The same agent runs on Baileys,
the Cloud API or Twilio.
@sifendev | 1 250 |
| 9 | Ayoooo, it worked on the first try! 🔥
@sifendev | 306 |
| 10 | how it feels when you build something that makes your life easier
@sifendev | 312 |
| 11 | what a class
@sifendev | 299 |
| 12 | nice idea next umma do it on yours man wait | 309 |
| 13 | Doing SMA on a friends channel 😁
@sifendev | 307 |
| 14 | me not getting a speaker invitation at the omarchy meetup after convincing half the community to switch😭
@sifendev | 322 |
| 15 | When you lose motivation, just open Odit and you'll be right back on track. 😭
@sifendev | 314 |
| 16 | Aight aight, there is this lil thing I made that am proud of lowkey.
It's a react router style routing lib for kotlin. Written in pure kotlin so you can use it anywhere.
It uses the builder pattern, you basically add your routes and the final .build() function makes a readonly prefix tree.
The reason we have a prefix tree (or Trie) is because we want a data structure that can look at a route like /home/apps/me and select from the routes under each one (home, apps and me) the correct one.
Generally, when you see tree data structures in the wild, they usually solve a multiplexing problem (choosing one option out of many).
It's pretty neat, I used TDD for it. | 204 |
| 17 | @mo_tries trying to make up for all the months he was absent. 20 posts before breakfast 😭
@sifendev | 303 |
| 18 | Ayooo guess who's back 😁
@sifendev | 325 |
| 19 | Just like a nest is built one small piece at a time, I'm building my career, projects, and life -- with plenty of bugs 😅, random nonsense 👀, and lessons along the way.
I'm not here because I have everything figured out. I'm here to learn, build, be consistent & disciplined, share what I know, and learn from you guys <3.
This isn't just my nest. I hope it becomes a little place for all of us to lay down ideas 🤭, learn, share, grow, and figure things out together.
Hopefully, by keeping to add one piece at a time, we can look back someday and see how much we've built together. | 25 |
| 20 | I'm batman
@sifendev | 316 |
