Christos Matskas

Christos Matskas has been working as a software developer for the last 11 years. He is an entrepreneur, founder and CEO of SoftwareLounge, a software consultancy firm, and co-founder of TowzieTyke an application development software company. His portfolio includes collaborations with some great companies such as MarkIT, Lockheed Martin and Barclays. Over the years he has worked on a numerous exciting projects from mobile applications to data crunching back-end solutions. His blog, https://cmatskas.com, is full with useful tutorials, tips and tricks and reviews about software development and tools. Christos is an Open Source advocate, a writer and a regular speaker at conferences and user groups talking about .NET, the Cloud, mobile applications and software development in general (.NETFringe, DevWeek, MDevCon, SwanseaCon)

Follow Christos Matskas via

04 October 2017
04 October 2017

An introduction to Azure Web Apps on Linux

Azure App Service has got more versatile because it can now run Linux. Not only can you run Web App for Containers, and publish Docker containers to Azure, but there is built-in support for ASP.NET Core, Node.js, PHP and Ruby on Linux. This allows you to host microservicess on a fully-managed platform. Christos Matskas explains.… Read more
22 May 2017
22 May 2017

Getting What You Need From Azure Storage Disks

0
3
If you need persistent data disks for Azure IaaS VMs that are supported on both Windows and Linux then you will be interested in Azure Storage Disks. These can increase the storage capacity of your VMs by up to a terabyte per disk, and they not only allow several availability options, but also offer a range of performance in terms of I/O throughput and latency. With right configuration, you can create as much of the right sort of storage as you need.… Read more
0
3
25 April 2017
25 April 2017

How to Secure Your Azure Storage Infrastructure

0
12
Azure storage is an essential foundation for the more sophisticated services that Microsoft Azure provides. It is therefore important to understand how to make access to your data in Azure storage secure, to control access appropriately, to log activity and to get metrics on usage. Security in Azure can be easily managed and controlled via policies. There are a variety of ways to achieve the types of control over access that your applications need, as Christos Matskas explains.… Read more
0
12
07 March 2017
07 March 2017

Introduction to Azure Logic Apps

0
14
LogicApps are a managed service that provides the Lego blocks of Azure serverless architecture that you can use to create, develop and deploy cloud-based integrations and workflows. The developer merely strings together off-the-self, ready-made components with as little effort as possible. The aim is to go from development to production in a few simple, reproducible steps. Microsoft are investing strongly in this technology, introducing many new connectors in line with the demands of the integration requirements of enterprises.… Read more
0
14
24 February 2017
24 February 2017

Serverless Architecture with Azure

Azure provides an ideal platform for hosting microservices because it offers a number of managed services that allow developers to create microservices that can run reliably and at scale. The problem is in understanding how these managed services can help and which is most suitable for the task. Christos Matskas provides a useful summary for anyone developing cloud-based applications.… Read more
16 November 2015
16 November 2015

Using SignalR to Create Mobile Applications

0
23
SignalR isn't just for web applications. It can also provide the basic real-time communications for a connected Windows Universal Application or even iOS and Android applications. Christos Matskas demonstrates how to get started with creating applications across a range of platforms that require real-time communication using SignalR… Read more
0
23