Sobes.tech

How does binary search work? What does the function accept and what is its complexity?

207

Is a task in async/await always executed on the same thread or can it be on different ones?

196

Where does the flow return to the pool in the chain await: controller → service → repository → database query?

193

How is the request pipeline in ASP.NET Core structured from the front-end request to reaching the controller?

192

function foo(a) { console.log(arguments.length); } foo(1, 2, 3);

191

How does the enterprise service bus (ESB) differ from message queues/brokers like Kafka?

190

A quick comparison of IEnumerable methods: SingleOrDefault vs FirstOrDefault — what is the difference?

187

How to make a POST request when clicking on an HTML link?

185

Create a webpage with three paragraphs. Apply different margin styles to each paragraph using CSS classes: - The first paragraph should have margins of 20px top, 15px right, 5px bottom, and 10px left. - The second paragraph should have margins of 20px top and bottom, and 5px right and 10px left. - The third paragraph should have margins of 5px top and bottom, and 10px right and left.

185

Tell us about Clean Architecture — how is it structured, layers, dependencies?.

185

Data formats — JSON vs XML, differences, where are they used?

183
/5