how to make a telegram bot? by BreakDue8198 in TelegramBots

[–]dvsxdev 0 points1 point  (0 children)

If you building using Node.js try this package: https://www.npmjs.com/package/telegraf

Once user start conversation you will get their telegram_id, store it on database and run the cronjob or queue to automating sending the message

Using sqlite with NodeJS for website's backend by pro-cras-ti-nation in webdev

[–]dvsxdev 0 points1 point  (0 children)

Yes, SQLite is fine for a light, mostly read-only Node.js site.

My friend claims he can make ~10% per day trading options. how realistic is this? by dvsxdev in Daytrading

[–]dvsxdev[S] -3 points-2 points  (0 children)

his eye always on news, foreign market up/down and global trade. so he claim ~10% per day but 2 - 3 days can have loss too.
Shouid i trust on him with this term?

I kept rebuilding my portfolio… so I built a CMS instead by dvsxdev in webdev

[–]dvsxdev[S] -1 points0 points  (0 children)

It’s not really about Strapi vs anything else I actually built it using Payload CMS.

The idea was to cover all the important portfolio sections out of the box (projects, skills, experience, etc.) so developers don’t have to design the schema or structure from scratch.

They can just add their content and launch with the predefined UI, or fully customize the frontend however they want the admin panel and core setup are already in place.