September 22, 2020 — 8 Min Read
Ever wondered if it's possible to interact with some APIs using the CLI instead of writing a client or using tools like Postman or Insomnia? One of the most used tools is cURL, that you can use to call an endpoint via HTTP and print the result on the…
September 08, 2020 — 6 Min Read
I just finished my holidays. For the first time in my life instead of relaxing and getting a tan on the beach, I spent my summer holidays in the mountains. For sure I won't show a perfect tan in the office this year, because - even though it was…
March 24, 2020 — 2 Min Read
A few days ago I came across a problem: while developing a page I was integrating some external APIs. Those APIs were misconfigured, so running the application on localhost brought me a CORS error. CORS: a reminder Just a reminder of what CORS is…
October 29, 2018 — 3 Min Read
Friday, October 26th, 2018 I attended the .NET Conference in Milan, Italy. It was an event organized by ASP Italia, with the sponsorship of Microsoft and Icubed. The conference was about the news in the .NET world: .NET Core 2.x, Azure, C# 8 and…