The Amazing Future of AI Assisted Tooling 26 June 2023 05:04 Sami Development (0) I ran into a post on LinkedIn touting how amazing it is that they can have ChatGPT in a spreadsheet. [More]
Things Learned: Default Authorization Policy When Using Multiple Authentication Schemes 20 October 2021 12:02 Sami Development (0) I needed to use multiple authentication schemes for an application to separate things and allow logg [More]
Proxying through Nginx, Traefik, ASP.NET Core, K3S And All 15 October 2021 02:46 Sami Development (1) I needed to do a setup where Nginx is in front, proxying content to Traefik running in Kubernetes vi [More]
LinkedIn Still Pushing Flawed "Skill Assesments" 16 March 2021 03:16 Sami Development (1) If you've ever noticed LinkedIn pushing these "Skill Assesments", don't bother. If you've ever taken [More]
Building .NET Core App in Docker with Jenkins and NuGet Caching 16 March 2021 12:36 Sami Development (0) I wanted to put the build system for my .NET Core backends into Docker with Jenkins to make sure the [More]
Setting Up WebRTC, And Janus Gateway 24 January 2021 10:28 Sami Development (1) I needed to work with WebRTC so I was looking into servers that could handle the stuff under the hoo [More]
Quick Audiobridge Room Thing in JavaScript for Janus Gateway 24 January 2021 08:47 Sami Development (0) If you need to use Janus Gateway with janus-gateway-js, here's a simple example since the docs on th [More]
Things Learned: Testing Vuetify Requires Multiple Ticks 06 August 2020 04:20 Sami Development (1) I was trying to test a view with v-tabs in it. I needed to switch the tabs so that I can check all o [More]
Things Learned: Testing Vuetify Clicks Needs Special Care With Trigger/Emit 04 August 2020 07:57 Sami Development (0) Trying to test Vuetify things and of course documentation on testing Vue in general is all over the [More]
Things Learned: Docker Doesn't Inherit Timezone Info 02 August 2020 12:15 Sami Development (1) I've been doing a lot of new stuff recently, which I should blog about, but one important thing I le [More]