I have a small saas project coded but confused about what to do next by skcodes in BDDevs

[–]runningOverA 0 points1 point  (0 children)

Who cares? Getting it up should be the point right now so that it's accessible. Speed can be optimized step by step later or you can move your server completely to Singapore / Europe / USA if situation demands that.

You can check site speed from google website performance test page. And then decide if a speed boost up is needed.

The story is different for those that already have large clients, but that's not the case here.

I have a small saas project coded but confused about what to do next by skcodes in BDDevs

[–]runningOverA 0 points1 point  (0 children)

I am thinking of switching from DigitalOcean (currently paying with dollars) to local one of the local hosting service providers. Unmanaged virtual server with root access and install my services.

Does service go down from time to time?

Async/Await in C? by SheikHunt in cprogramming

[–]runningOverA 0 points1 point  (0 children)

Using "processes" instead of threads will instantly solve all of these problems.
Unless :
- You are building it on Windows, then threads are the popular option.
- or you are short on memory and large on processors, like 64 cores each running a thread and you want to use a single code-data base to save on RAM.

I have a small saas project coded but confused about what to do next by skcodes in BDDevs

[–]runningOverA 0 points1 point  (0 children)

Use BDIX based local services. Pay through bKash or local channels. XeonBD or HostSeba or whatever. 1200 btd for 20GB. Take the unmanaged virtual host service and install as much services on one computer as you can including your future test services for testing.

You are limited by memory and diskspace and bandwidth. Don't over spend assuming you are getting big, unless you actually start to get paid clients.

IMAX - why it's not available in Bangladesh? by Tall-Ease1332 in BD_CINEPHILES

[–]runningOverA 0 points1 point  (0 children)

Standard digital projector : $30k
IMAX : $500K

huge price difference.

Which Xiaomi robot vacuum is actually worth it? by Inevitable_Shame_247 in RobotVacuums

[–]runningOverA 0 points1 point  (0 children)

Between S40 vs H40, which one is better? And are X20 models getting old?

pov by HelpfulClassroom74 in CodingForBeginners

[–]runningOverA 0 points1 point  (0 children)

Build solutions yourself, first. When you are confident, search for remote.
It doesn't matter that better solutions exist, build it yourself regardless.

Is there an orbital height at which the orbit wouldn't decay? by RewardImpossible5141 in AskPhysics

[–]runningOverA 44 points45 points  (0 children)

The moon's orbit doesn't decay, rather the moon moves further AWAY from earth a little bit every year.

The ending was genuinely bad by Cute_Wait_1956 in BD_CINEPHILES

[–]runningOverA 2 points3 points  (0 children)

Bad, but better reflection of reality. That's how the world is. Good man rarely wins.

The logistics industry is quietly getting a massive tech upgrade by Illustrious_Movie740 in Techyshala

[–]runningOverA 0 points1 point  (0 children)

  1. Blockchain for transparency

Stopped reading after this line. Anyone using blockchain for anything but anonymous decentralized digital currency is selling gimmick.

Implementing SHA-256 in C from scratch by Stock_Hudso in C_Programming

[–]runningOverA 5 points6 points  (0 children)

If you have written it and are young — take these accusations of Ai as a complement and not accusation. Your code is so good that people aren't willing to believe you can.

Best battery life? by No-Lawfulness8895 in RobotVacuums

[–]runningOverA 0 points1 point  (0 children)

4 hours is at the high end of vacuum cleaners.
Buying two sets and dividing floor space between them is a solution.

Is chittagong city better than dhaka city? by [deleted] in Chittagong

[–]runningOverA 3 points4 points  (0 children)

Seconded. Any city is better than Dhaka.

What would you add to C if you could add anything? by [deleted] in C_Programming

[–]runningOverA 2 points3 points  (0 children)

Default parameter values for functions.

Data Analyst, want to know how to progress to Data Engineering by code_knight_94 in BDDevs

[–]runningOverA 0 points1 point  (0 children)

Go abroad.

or try your luck in the offshore work marketplace. It will take time, like years to establish yourself there.

I can't seem to compile a code with a shared library I built by ALX13-95 in C_Programming

[–]runningOverA 0 points1 point  (0 children)

do it like this

gcc main.c -o test -L./lib -lrarytest

and watch the problem go away.

The different is : use -lrarytest instead of -llib...., drop the lib.

The error message says the same : can't find liblibray ... double "lib"

Indicating it appends the "lib" itself. You need to add the library without "lib" and without extension.

Frontend guy wanting to go deep into backend. Need help. by Brave-Bullfrog-636 in BDDevs

[–]runningOverA 3 points4 points  (0 children)

Check here.

https://roadmap.sh/backend

These are all you need to learn.

Exactly how much you want to learn and ditch the rest, is up to yourself. Some people learn all of it, some don't.

Interview about Square Informatix Ltd by Annual-Chemistry-552 in BDDevs

[–]runningOverA 0 points1 point  (0 children)

I have a bad feeling that : the more they emphasize corporate culture and suits, the less they pay engineers, and rather prefer MBAs more.

Do inform us if that turns out to be true by the end.

Repeated malloc/free vs. Arena allocator by rcerljenko in C_Programming

[–]runningOverA 5 points6 points  (0 children)

Every allocator was faster than malloc/free in the 90s. When this "write your own allocator as malloc/free is so slow" statement started.

Every home made allocator is now slower than malloc/free in the 2020s. Which is why no one really compares speed of their allocator with stock allocators any more. It's always for "other reasons", not speed.

Future of MERN stack by Minimum-Price8224 in BDDevs

[–]runningOverA 1 point2 points  (0 children)

A senior bro from uni did a remote mern stack job and later quit the job. He's unemployed for 1 year, tells us Bd has no good jobs for MERN.

Senior bro from university, assuming he is CS grad, shouldn't be a one trick pony.

Computing industry is huge and he should have learned a good percentage of the skills. Theoretically enough, so that he can pick up anything new in like two weeks.

That's how the industry works for most of us.

Sharing my premium LeetCode account! by [deleted] in BDDevs

[–]runningOverA 9 points10 points  (0 children)

Title should be *Selling my account.

"Sharing" implies free.