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 |
