Categories
Articles Technology

Tips for Software Engineer Job Interview

Highlights from Nicolas Ioannou for Software Engineering job interviews tips given on DevFest Greece & Cyprus 2022. Questions Cheatsheet What are your biggest strengths? Examples: When you don’t know the answer offer alternatives If the interviewer asks you something but you don’t have experience on this: Don’t say “I never experience the situation”. You can […]

Categories
Articles Technology

Azure SignalR Service Pricing: Units, Instances, & Messages [examples]

What are the differences between Units, Instances and Messages? How Microsoft counts them and how can they affect your expenses? Learn about the different pricing options for Azure SignalR Service, including the number of concurrent connections, units, instances, & messages per day. Pricing board According to Azure there are 3 options in terms of pricing: […]

Categories
Articles

How to deploy .NET apps to Docker to Kubernetes

1. Install docker on Ubuntu source 1 2. Install Kubernetes on ubuntu Follow these steps. Important: before the command “sudo apt install kubeadm kubelet kubectl” run again “sudo apt-get update” Nick Chapsas: How to deploy .NET apps to Kubernetes Other sources: How to Host .NET Core Applications in VPS Using Docker: Link Run Docker Containers […]