Building and Deploying a SignalR Chat Application – Part 3

Introduction In previous few posts, We’ve been building a simple chat application and today we’ll see how to deploy it so people can start using it. Previous posts can be accessed from the following links All the source code is available from GitHub repository (signalrchat branch). Now there are many different hosting solutions available for us. Based … Read more

Building and Deploying a SignalR Chat Application – Part 2

Introduction In previous post we discussed the frontend component of SignalR chat application. Today our focus will be on the backend side of the application. Previous posts can be accessed from the following links All the source code is available from GitHub repository (signalrchat branch). you can also check the deployed application on https://signalrchat.awsclouddemos.com/ Recap Following picture from … Read more

Building and Deploying a SignalR Chat Application – Part 1

Introduction In previous post on topic of Real-Time Web using SignalR we discussed how this library simplifies adding real-time web functionality to applications. Today, we will continue forward from our previous learning and start setup a very simple chat application. Furthermore, to cover topics on frontend, backend and deployment, following structure is planned: So, lets … Read more

Useful Git Resources

Let me start by saying that this is not entirely my own research. I saw a post on linkedin from Dr. Milan Milanović where he summarized and shared a list of useful articles and websites for GIT learnings. Author, however didn’t put the learning resources URLs in the original post. But it was a simple … Read more