Exploring Bot Composer
Nowadays chatbots are the most common tool to interact with some functions, like guide, suggest, act as FaQ or more complex capabilities like incorporate employees to intern apps on a certain company, so let's get into Bot Composer
Read more ...
AAA Pattern
If you need to implement Unit Testing for your developments and you want a clear way to do that keep reading aboud AAA pattern .
Read more ...
Xamarin Forms DataTemplateSelector
DataTemplateSelector is a class that lets you change the data template you want to use, mostly used on List Controls as CollectionView or ListView.
Read more ...
Introduction to SignalR
Do you want to embed Real Time Communication on your apps? Watch this article about that.
Read more ...
Best Xamarin Tools
There's no matter about your experience with Xamarin, you must use some of this exiting tools.
Read more ...
Using Stacks and Queues
When you work with a lot of data, oftentimes, choosing the right data representation can be crucial in reducing the processing time. Depending on your algorithm and the various steps in your logic, you may need to write data, or read it, or modify it, or count the number of items in a collection…
Read more ...
GitFlow Introduction
If you are interested in how to administrate branches with the best practices and strategies, take a look at this article.
Read more ...
Deploy .Net Core API in AWS Lambda Serverless
If you are interested in how to publish your API developed in .Net Core into other platform as Amazon Web Services, you must read this article.
Read more ...
HttpClient Techniques to consume APIs in minimal API .Net 6
Let's try different HttpClient techniques to consume API calls in minimal API.
Read more ...
SOLID Introduction
If we talk about application design and development, SOLID Principles are a few words that you should know as one of the foundations of software architecture and development.
Read more ...