Ask me anything about developing web application

Duda Soft

Junior Member
Joined
May 29, 2023
Messages
130
Reaction score
81
I've been coding for over 8 years and now I'm working on a SaaS SMM Panel project with microservice pattern.

When I have enough time to surf on the forum I want to help developers. This will be just guiding by texting.

If you need anything to learn, to fix, to prepare better structure you can leave a comment and I'll try my best to help you BHW members. Here is the tech stack I have experienced so please keep these in mind:

Backend: PHP 7+, Laravel, NodeJS, Express, Fastify
Frontend Markup & Styling: HTML5, SCSS, Bootstrap 4 & 5, TailwindCSS
Frontend Plugins & Frameworks: JavaScript, jQuery, VueJS v2 & V3, NuxtJS V2 & v3
DB: MySQL, MongoDB
Cache: Redis
Messaging: RabbitMQ
Scraping: Selenium-node, Puppeteer
Protocols & API: HTTP, GRPC, REST API, SOAP
Patterns: MVC, OOP, Repository, Microservice
Web Applications: GitHub, GitLab, BitBucket, Jira, ClickUp, Trello, Notion etc.
 
I've been coding for over 8 years and now I'm working on a SaaS SMM Panel project with microservice pattern.

When I have enough time to surf on the forum I want to help developers. This will be just guiding by texting.

If you need anything to learn, to fix, to prepare better structure you can leave a comment and I'll try my best to help you BHW members. Here is the tech stack I have experienced so please keep these in mind:

Backend: PHP 7+, Laravel, NodeJS, Express, Fastify
Frontend Markup & Styling: HTML5, SCSS, Bootstrap 4 & 5, TailwindCSS
Frontend Plugins & Frameworks: JavaScript, jQuery, VueJS v2 & V3, NuxtJS V2 & v3
DB: MySQL, MongoDB
Cache: Redis
Messaging: RabbitMQ
Scraping: Selenium-node, Puppeteer
Protocols & API: HTTP, GRPC, REST API, SOAP
Patterns: MVC, OOP, Repository, Microservice
Web Applications: GitHub, GitLab, BitBucket, Jira, ClickUp, Trello, Notion etc.
Do you use cloud-based tools (vercel, planetscale, upstash) or do you deploy on VPS?
 
What solutions do saas smm panel systems use besides cron?
Nothing better than cron as I know of. For the big scale apps we’re using multiple processors for the cron. It can even work in another server to handle millions of tasks. For example NodeJS way faster than others at cron jobs (it also depends on your request size and structure)
 
I want to start learning programming. My main goal is programming softwares. Should i start learning front-end?
 
Nothing better than cron as I know of. For the big scale apps we’re using multiple processors for the cron. It can even work in another server to handle millions of tasks. For example NodeJS way faster than others at cron jobs (it also depends on your request size and structure)
Thanks for the great answer.
 
I've been coding for over 8 years and now I'm working on a SaaS SMM Panel project with microservice pattern.

When I have enough time to surf on the forum I want to help developers. This will be just guiding by texting.

If you need anything to learn, to fix, to prepare better structure you can leave a comment and I'll try my best to help you BHW members. Here is the tech stack I have experienced so please keep these in mind:

Backend: PHP 7+, Laravel, NodeJS, Express, Fastify
Frontend Markup & Styling: HTML5, SCSS, Bootstrap 4 & 5, TailwindCSS
Frontend Plugins & Frameworks: JavaScript, jQuery, VueJS v2 & V3, NuxtJS V2 & v3
DB: MySQL, MongoDB
Cache: Redis
Messaging: RabbitMQ
Scraping: Selenium-node, Puppeteer
Protocols & API: HTTP, GRPC, REST API, SOAP
Patterns: MVC, OOP, Repository, Microservice
Web Applications: GitHub, GitLab, BitBucket, Jira, ClickUp, Trello, Notion etc.
Why are smmpanel systems programmed in PHP?
 
I want to start learning programming. My main goal is programming softwares. Should i start learning front-end?
I assume you mean websites by software. So, almost 10 years ago I started learning both frontend and backend :)
But I suggest you start with the frontend and then the backend.

what's your best stack for browser stealth ?
I prefer to use Puppeteer and it's stealth plugin.

Why are smmpanel systems programmed in PHP?
Because it has a large community and it's easy to use. But if you don't how to optimize it then it can easily become a nightmare if you have more than 100k data :) I started coding the smmpanel script with microservice NodeJS a lightning-fast system. (You can see the thread here)

Do you work only on SaaS SMM Panel project?
No, I have 15+ projects but the only project that would fit this forum is the SaaS SMM Panel :)
 
I assume you mean websites by software. So, almost 10 years ago I started learning both frontend and backend :)
But I suggest you start with the frontend and then the backend.


I prefer to use Puppeteer and it's stealth plugin.


Because it has a large community and it's easy to use. But if you don't how to optimize it then it can easily become a nightmare if you have more than 100k data :) I started coding the smmpanel script with microservice NodeJS a lightning-fast system. (You can see the thread https://www.blackhatworld.com/seo/journey-saas-smm-panel-development-process.1587863/)


No, I have 15+ projects but the only project that would fit this forum is the SaaS SMM Panel :)
Please tell me your project address in message, I want to experience.
 
Please tell me your project address in message, I want to experience.
Unfortunately it’s not live yet. I’m still working on it. Probably this year I will publish the working version. I’ll get back to you as soon as it’s ready. I’m planning to promote the thread here when it’s ready. Thanks for your interest
 
That's awesome, offering your expertise like that. What's been the biggest scaling challenge you've faced with the microservice architecture?
 
That's awesome, offering your expertise like that. What's been the biggest scaling challenge you've faced with the microservice architecture?
Thanks for the feedback and the question :)
To be honest, I've never faced any scaling challenge. The point is that if you know how things work, then you can handle any type of potential challenges.
But I can say that the challenging part is deciding on the right pattern :)
 
Hey Duda Soft. I have 7 years of experience in software and web development. I like your tech stack. Do you have a website or references I could check out?
 
Hey Duda Soft. I have 7 years of experience in software and web development. I like your tech stack. Do you have a website or references I could check out?
Hi @cyber.exe here are my references: altinmetre.com, domainiom.com, predicta.tips
 
Back
Top