Author Archives
Senior Software Engineer
-
Azure App Service CI/CD using AppVeyor
Publishing a web app to an Azure App Service is quite easy thing to do using Visual Studio but it certainly isn’t the best way to go with for enterprise solutions. Consider for example that you wish to deploy your… Read More ›
-
Release process for distributed applications with data Geo-Replication
One of the most critical parts in software architecture is designing a release process for upgrading the software in your applications. The release plan is crucial and affects several factors such as: Website’s availability or downtime Time required to release… Read More ›
-
New e-book: Globally-Distributed Applications with Microsoft Azure
Microsoft Azure provides a huge amount of cloud services and is probably the best option for building applications in the cloud. While Microsoft provides documentation for its services, many times it isn’t clear how those services can fit together in… Read More ›
-
Azure Cosmos DB: DocumentDB API in Action
During tha last years, there has been an significant change regarding the amount of data being produced and consumed by applications while data-models and scemas are evolving more frequently than used to. Assuming a traditional application (makes use of relational… Read More ›
-
Continuous Integration & Delivery with Microsoft Azure & GitHub – Best Practices
Continuous Integration and Delivery (CI/CD) automation practices, is one way path when you want to continuously produce and deliver software in short iterations, software that is guaranteed that when deployed, it has passed successful reviews, builds and tests through an… Read More ›
-
ReactiveX operators – Angular playground
Reactive programming pattern seems to get more and more trusted by developers for building large-scale Web applications. Applications built with this pattern make use of frameworks, libraries or architecture styles that eventually will force you to intensively use RxJS and… Read More ›
-
Master Microsoft Azure Web application deployment
During this year we had the chance to build several Web applications using ASP.NET Core combined with frameworks and libraries such as Angular 2 or SignalR. Since then I have been receiving requests to post about how to deploy that… Read More ›
-
Real-time applications using ASP.NET Core, SignalR & Angular
The source code for this post has been updated to the latest ASP.NET Core version (.NET Core SDK 1.0 project – can be opened using VS 2017) and angular 4 as well (Repository). Real-time web applications are apps that push… Read More ›
-
Building hybrid mobile apps using Ionic 2 and Firebase
Mobile application development has been dramatically changed in the last years with more and more frameworks trying to stand on the front-line and convience developers that they are their best option for building hybrid mobile applications with the smallest effort…. Read More ›
-
Angular 2 CRUD, modals, animations, pagination, datetimepicker and much more
The source code for this post has been updated to Angular 4 (repository). Angular 2 and TypeScript have fetched client-side development to the next level but till recently most of web developers hesitated to start a production SPA with those… Read More ›