TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14820 · Jun 11

#other This collection is a big set of open-ended questions about backend development, covering everything from code design and databases to security, teamwork, and even some fun, creative questions. The main idea is not to test for right or wrong answers, but to start conversations that help you understand how someone thinks, solves problems, and works with others. By using these questions, you can quickly see what topics a candidate knows well and how they approach new challenges, which helps you find the best fit for your team and project[2][3][4]. The benefit is that you get a clearer, more honest picture of a person’s skills and style, making it easier to choose the right developer for your needs. https://github.com/arialdomartini/Back-End-Developer-Interview-Questions

Hashtags

Results

1 similar post found

Search: #pygotham

当前筛选 #pygotham清除筛选
djangoproject

@djangoproject · Post #132 · 09/01/2016, 02:47 PM

https://bit.ly/coroutines At Open Source Bridge and #PyGotham in 2015, and at SCALE14x, I demonstrated that you can code a Python 3 #async framework in under an hour. I start the demo by writing a callback-based async framework, built on non-blocking sockets and a simple event loop. Then I adapt the framework to use generator-based #coroutines, which are cleaner than callbacks but still more efficient than threads for async I/O.