Python
What are the main tasks and benefits of using columnar databases?
What are the differences between arrow functions and standard functions in JavaScript in terms of syntax and behavior?
What attracted your attention to using FastAPI in projects?
Please specify if you already have job offers that are currently relevant?
How are data migration processes carried out in databases?
Can you explain the main idea of the dependency inversion principle and how it is applied in software development?
What types of collections are available in the Python standard library?
What is the difference between Kafka and RabbitMQ interaction models?
[name] asked: What were the tasks related to optimizing development, coding, or testing processes within the project?
Can you give an example of your biggest mistake and describe how you corrected it?
Explain the concept of polymorphism by types in object-oriented programming.
Do you have experience working with the Apache Airflow platform for workflow orchestration?
# What will this code print def calc(): return [lambda x: i * x for i in range(4)] for res in calc(): print(res(2))
If you invoke an asynchronous delay using Task.Delay, will it occur within the same transaction as the call?
How is data protection carried out when using the HTTPS protocol?
Can you describe the main differences and features of the library you use?
What does the yield from operator do in Python?
What happens when two elements in a dictionary use the same key?
Have you had situations in your previous work where you proposed or implemented improvements in team processes?
How do you handle duplicate messages in Kafka?