Playing (and caching) Online Videos In Flutter
For the past few weekends I have been working on a new feature for my apps that will allow users to watch video tutorials inside the apps. The videos will be...
For the past few weekends I have been working on a new feature for my apps that will allow users to watch video tutorials inside the apps. The videos will be...
Many applications nowadays send emails to their users for a wide range of reasons – email confirmation, password reset, etc. It is inevitable that as a devel...
At the beginning of this month I challenged myself to learn more about Domain Driven Design. I have come across this topic multiple times but had never focus...
In the previous post we added user registration to our identity server project. Now that we have most of the functionality working we can now move everything...
In the previous post we added an MVC client to our project and protected it using our identity server. In this post we are going to add user registration fun...