How Automating Your Tests Improves Productivity
Not long ago, many experienced developers faced a world in which there was no integration among the phases of software development. In other words, the guy who’s coding is not the guy who’ll test it....
View ArticleCreating Templates with Liquid in ASP.NET Core
Templating has been an essential feature for quite a while. At the heart of the problems that software development often attacks, creating simpler ways of dealing with and eliminating repetition is...
View ArticleGetting Started with Microsoft Graph API
It is a common practice for big players in the cloud market to allow their users to have more than one method to access their data. With Google, for example, you can have one single account and easy...
View ArticleFirst Steps with Blazor
Microsoft announced its new .NET web framework, Blazor, in 2018. Since then, Blazor has caused a lot of buzz, especially in the JavaScript community, for approaching features like the use of...
View ArticleBuilding cross-platform apps with .NET and Uno
Back in 2016, Microsoft raised the company’s level of confidence in the mobile world with the acquisition of Xamarin. Xamarin is Microsoft’s open source platform for building Android and iOS apps with...
View ArticleDeveloping Python with Visual Studio
Python has become one of the most beloved programming languages of all time. It is flexible, easy to learn and code, open-source, and supported in all the major operating systems out there. For...
View ArticleIronPython: First steps
Python is one of the most popular languages for many reasons. Julio Sampaio explains how IronPython allows you to integrate Python with your favorite .NET language. Have you ever imagined integrating...
View ArticleLoad/stress testing .NET apps with Apache JMeter
You created a brand-new API developed on the REST principles and set up under the ASP.NET world. Now you want to test it. More specifically, you want to create and run some stress tests for your API in...
View ArticleDocumenting and testing APIs with Postman
There’s no question whether testing is important to the evolution of your APIs, especially when they come in an automated manner. Many teams also lack documentation of all sorts to guide new people on...
View ArticleGetting started with Jamstack
Jamstack is the buzzword of the moment. If you have ever created a static web page before, you already use it. But what is it? Jamstack stands for JavaScript, APIs, and Markup. In summary, it is an...
View Article