Activity
Azure DevOps is moving from Edgio to Akamai and Azure Front Door CDNs.
Apply any needed changes by May 1, 2025 (Service) or May 15, 2025 (Server) https://devblogs.microsoft.com/devops/cdn-domain-url-change-for-agents-in-pipelines/
How ASANA makes engineering interviews? Read the process on the comments. 👇
A tricky question you can expect in a technical interview is like this: Is it displayed on the screen? 😈
try
{
try
{
throw new InvalidOperationException("Something went wrong inside.");
}
catch (InvalidOperationException ex)
{
Console.WriteLine(ex.Message);
throw;
}
throw new Exception("Outer level failure.");
}
catch (Exception ex)
{
Console.WriteLine("Outer catch: " + ex.Message);
}
Can you explain the differences between unit tests, integration tests, end-to-end (E2E) tests, and test (or functional) tests, and when you would use each? 🚀

Escape the noise. Join a focused Circle to code, study, and build together. Real collaboration starts here.
Explore Circles