Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
67 views

Synchronize list of trees with DB using DRF serializer

Given the models below: ...
Davit Tovmasyan's user avatar
2 votes
1 answer
75 views

Dynamic Official Receipt increment algorithm

I made a function that would automatically generate official receipt for POS. it is able to accept format such as xxx, xxx-xxx, xx-xx. But my code is really messy and horrible and it needs review. I ...
Binsoi's user avatar
  • 123
1 vote
1 answer
3k views

Get time slots based on multiple workshops

I have a list of Workshops, each having open days (Monday, Tuesday etc.) and open time and close time (which will be same for each day). Now, Based on the current time, I need to find out next 7 days ...
Anuj's user avatar
  • 121