Contributing to Open Source Software with Project KEDA

By | November 23, 2020

Summary This post explains my latest experience in contributing to open source software with project KEDA. Last week, the KEDA team have accepted and merged a Pull Request I created to support Pod Identity in the Event Hub scaler. @Simon Wight, an amazing community person, encouraged me to write about my experience (cheers for the nudge Simon :)), and this post is that. I will… Read More »

My Twitch Streaming Setup – Part 2 Software

By | June 21, 2020

This is part 2 of the three-parts blog post about my Twitch streaming setup. Hardware Software (this post) Humanware As I have said before, I have learned a lot from amazing streamers like @noopkat and @csharpfritz so you will find a lot of this content matches theirs. OBS Streaming Configuration OBS is the main software that streams to the streaming… Read More »

My Twitch Streaming Setup – Part 1 Hardware

By | January 29, 2021

There has a been a lot of interest lately about home studio setup for streaming and recording videos. In this post I will explain my Twitch streaming setup, and my experience thus far.It’s been less than a year for my journey in streaming on Twitch, and I am still learning and trying things out, so… Read More »

How to Fix Minikube Invalid Profile

By | March 15, 2020

TDLR; Minikube recent version might not be able to read old profiles. In  this post we will see how to fix a Minikube invalid profile, at least how I did it in my case. minikube profile list, invalid profile Last Saturday, I had the privilege to speak at GIB Melbourne online, where I presented about… Read More »

Posh-git on Mac using Oh My Zsh Themes

By | October 16, 2019

This post explains how to have posh-git prompt style in Oh My Zsh theme on Mac. After 4 years of using Windows, I am coming back to using a Mac. And there are so many things in Windows I am missing already. One of these things is posh-git; I loved how in one glance to… Read More »

RBAC in Azure Kubernetes Service AKS on Twitch!

By | March 19, 2019

tldr; I will be streaming on Twitch next Monday (25th of March) at 8:30 Melbourne time (GMT+11), configuring Azure Kubernetes AKS to use RBAC. For a long while, I’ve been thinking about streaming live development to Twitch or YouTube. Having spent some time behind the microphone while making DotNetArabi podcast, I can say there is… Read More »

Fix “Mixed Content” When Using Cloudflare SSL And IIS Rewrites

By | March 2, 2019

In this post, I explain how I fixed the “mixed content” security issue when using Cloudflare Flexible SSL, and IIS Rewrite. I Run Two Websites Under One Account Using IIS Rewrites I have two websites that are hosted under one account with my hosting provider (I know!): https://emadashi.com and https://dotnetarabi.com. The way I do it… Read More »