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 дней
Загрузка данных...
Похожие каналы
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Облако тегов
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
сентябрь '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 |
