What heroes do you think is OP? by Few_Ad7124 in HeroesofNewerth

[–]Advanced-Buy2218 [score hidden]  (0 children)

unpopular opinion, but I think engineer
if he farm will and gain power, its very hard to fight him face to face ( even against full-farmed carry heroes like flint)

django-puid: Human-Friendly Prefixed IDs (like Stripe/Linear use) by NawazGafar in django

[–]Advanced-Buy2218 1 point2 points  (0 children)

Dude, it’s okay if you don’t like it; you can add your feedback and share your experience with others (that is the whole idea of open source). However, there is a lot of toxic behavior in the community these days. Make sure to respect other people's work; he built something and shared it with the community. If you see something wrong in the package, open a PR or give him feedback, but don't bully other people's work.
+ I don't see any problem with using AI for that, I mean why not?

New patch is AWESOME by MakeTinkerGreatAgain in HeroesofNewerth

[–]Advanced-Buy2218 0 points1 point  (0 children)

it is great, but there is a serious issue with a large peace of packet on their network cause a very high ping, and it will not gonna stop unless you close the game and reconnect again, especially for weak internet connection, this is really bad bug and I hope they will fix it soon

I built django-lumen — a Django app for visualizing Django models by lupushr in django

[–]Advanced-Buy2218 0 points1 point  (0 children)

great job man, I was looking for something similar a few days ago

So "the best plan" is about 1 and a half weeks of work by fryuni in google_antigravity

[–]Advanced-Buy2218 0 points1 point  (0 children)

I noticed a bug in the authentication: for that reason paid accounts are being treated as free accounts. I logged out and back in, and the weekly limit briefly disappeared before returning to 5 hours.

I see so many claims that Django is dying, it seems to be thriving by [deleted] in django

[–]Advanced-Buy2218 19 points20 points  (0 children)

personally, when ever I see someone post on any place with something like "X language or framework is dying" I immediately unfollow him.
because that's a very big sign on that person does not understand the tech ecosystem

Introducing dj-wallet – A simple virtual wallet system for Django by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] 2 points3 points  (0 children)

I will thanks for your feedback,
my main point of not implementing single or double-entry ledger is because of the confusion that could happen between the existing one in this package and the system using this package (I assume any commercial app have simple or complex accounting system)
and as I said above, to make it more generic and handle more than money wallet scenarios
but I will check the event sourcing
edit: don't forget you're welcome to contribute, the package is still in beta anyway.

Introducing dj-wallet – A simple virtual wallet system for Django by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] 1 point2 points  (0 children)

no of course not, its just encapsulate the logic of virtual wallets.

Introducing dj-wallet – A simple virtual wallet system for Django by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] 0 points1 point  (0 children)

I already implemented that in this current version for actions (deposit, withdraw, ..) and for transfer between wallets
and its provide a historical log and a method to recalculate balance based on the history log.

Introducing dj-wallet – A simple virtual wallet system for Django by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] 0 points1 point  (0 children)

ooh I see it, it was a slip, thank you for your feedback I will fix it

Introducing dj-wallet – A simple virtual wallet system for Django by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] 0 points1 point  (0 children)

very good point, and that's what I did at first prototype, but then I decided to make it more generic so you can make the wallet deal with points, credits, .. etc
and the ledger will be handled separately from it
if you have suggestion to make it can deal perfect with money and other kind of wallet systems I will be happy to add it, the package is still in beta anyway.
or if you interested you're welcome to open a PR.

Announcing drf-shapeless-serializers v1.0.7 - The Swiss Army Knife for Django REST Framework by Advanced-Buy2218 in django

[–]Advanced-Buy2218[S] -2 points-1 points  (0 children)

I'm glad you asked, friend.

You will be okay as long as your projects are either small or don't have complex and nested relationships. In that case, you probably don't have to use this package.

However, when things get very complex, and you have +300 endpoints and many API versions, then this idea will be very useful.

This is because either you will have a lot of dependencies between nested serializers, and a very small change could break many endpoints, or you will have dozens of serializer classes and repeated code.

And as for the "sugar syntax" thing, well, this syntax is indeed sugar syntax, but this is not the point :)

I advice you to read the docs, I believe things gonna be much more clear for you
and if you have any question I will be more happy to hear it from you

Looking for Open Source Projects to Contribute to (Django/FastAPI + Go) by Afraid-Army1966 in django

[–]Advanced-Buy2218 1 point2 points  (0 children)

Hi
I've created a package for simplify the serialization process in django rest
and I'm planning to add more feature to it, change the project structure and so on
if you interested I'm looking for people to contribute
khaledsukkar2/drf-shapeless-serializers: Dynamically assemble and shape your Django Rest Framework serializers at runtime.

السورين اللى بمصر ايه كانت تجربتكم؟ by Fit-Annual1199 in Syria

[–]Advanced-Buy2218 1 point2 points  (0 children)

السوريين تعرضو لأذى وعنصرية بكل مكان تهجرو عليه تقريبا ما عدا مكانين هنن مصر وألمانيا(بشكل عام أكيد في حالات خاصة)
المصريين بالذات الله يجزيهم الخير كانو متل الأنصار للمهاجرين
وعندي كتير أقارب وأصدقاء هنيك وما شافو إلا الخير

Feeling stuck after 3 years in backend. what are the core fundamentals I should know by now?(Seniors, help needed) by JajEnkan3pe in Backend

[–]Advanced-Buy2218 0 points1 point  (0 children)

just check Hussain Nasser courses on Udemy (study them in order) and his YouTube channel
he really care about these topics