Based on my understanding of ddd, services are ideally defined around bounded contexts. And interaction between these services are mirrored with the relationshi
i can enter inputs for one go through. It gives me the index error after entering my second lastNames input. Why is it doing this? index should be at 1 for this
I am trying to understand Python's ThreadPoolExecutor a bit better and am trying to figure out if there is any difference in running all computation under a Thr
I'm having trouble finding out which tag is currently checked out. When I do: git checkout tag1 git branch I can't seem to find out which tag I'm on. It o
I have following requirements for item management. Item can be moved from location 'A' to 'B'. And later on it can also be moved from 'B' to 'C' location. His
I have an InlineKeyboardButton that changes the text of a sent message. The time it takes to edit the message is about one second and if I wait this amount befo
My input is a JSON object that represents a video channel. It has some simple fields and fields that contain an array e.g. tags. What I want to accomplish is pa
I have a spring application, I want to add high-level validation against all calls to every controller, that will validate path variable value for permission ma
Given this collection of courses, there is a list of subjects that are composed of objects. Is it possible to create an aggregation to create a new field newSub
I am plotting a facet plot from a xarray DataArray with multiple lines on each plot. I want to have a legend for each plot but it should only contain certain li