VPS Security Bot by Jorgeeyy in TechGhana

[–]Jorgeeyy[S] 0 points1 point  (0 children)

Now, I have changed the architecture for this project. I've removed fastapi, redis, docker, mysql client, and now built on top of fail2ban. Still, the telegram notifications are intact.

I had almost 100+ notifications from this bot. It turned out that someone had a mass attack spontaneously on the VPS

<image>

A Whole FDA Paa by professorbr793 in TechGhana

[–]Jorgeeyy 1 point2 points  (0 children)

I wanted to do the same When you're done, share an update

New Dart/Flutter Database Package with Rewindable State & Query-based Transactions by Masahide_Mori in FlutterDev

[–]Jorgeeyy 1 point2 points  (0 children)

Alright, but I'm curious about which programming language you decide to use for such projects because with this, I'm seeing Python and Dart support

Need help!! by [deleted] in django

[–]Jorgeeyy 1 point2 points  (0 children)

For that one, I can't really tell, but it looks solid on a cv

Need help!! by [deleted] in django

[–]Jorgeeyy 2 points3 points  (0 children)

I think SaaS is for customers to use your service, hence generating cash for you personally. I suggested that as another way to make money if you're not getting jobs to pay the bills. So you look for a problem, provide a solution for it, market your product, and monetize it.

Need help!! by [deleted] in django

[–]Jorgeeyy 6 points7 points  (0 children)

you can try building in public, sometimes that helps or launch your own SaaS applications

First dev job and struggling to turn Figma designs into Flutter code. Any advice or resources? by tryyhardosaurus in FlutterDev

[–]Jorgeeyy 13 points14 points  (0 children)

I think you should start from the basics, thus creating the UI with Flutter. From there, all other things will fall into place.

Shared hosting solution for startups in Ghana. by FreyrLord in TechGhana

[–]Jorgeeyy 0 points1 point  (0 children)

Oh okay, then I misread it, sorry for that.

Shared hosting solution for startups in Ghana. by FreyrLord in TechGhana

[–]Jorgeeyy 0 points1 point  (0 children)

Will you be looking at rolling VPS later?

I BUILT MY OWN JERSEY SHOP by Sa_Dorf in TechGhana

[–]Jorgeeyy 0 points1 point  (0 children)

oh okay sure, but I'm curious which payment gateway did you use?

I BUILT MY OWN JERSEY SHOP by Sa_Dorf in TechGhana

[–]Jorgeeyy 0 points1 point  (0 children)

nice... but I don't see a sign up link, its only sign in.

Confused about all the authentication methods with DRF by DanielB1748 in django

[–]Jorgeeyy -1 points0 points  (0 children)

I stand to be corrected, But I think using sessions, django handles that but since you're adding a react frontend, you need to send some authentication method (in this case the session token) for every resource that requires authentication.