A weekly tech review about .Net , Cloud, web, and so much more!
Pages
(Move to ...)
Home
Articles
Reading Notes
Videos
Streams
Talks
Contact
About
▼
Showing posts with label
post
.
Show all posts
Showing posts with label
post
.
Show all posts
It turns out, it's not difficult to remove all passwords from our Docker Compose files
›
I used to hardcode my password in my demos and code samples. I know it's not a good practice, but it's just for demo purposes, it ca...
How to Deploy a .NET isolated Azure Function using Zip Deploy in One-Click
›
In this post, I will share a few things that we need our attention when deploying a .NET isolated Azure Function from GitHub to Azure using...
Problem in my local paradise: Func CLI doesn't upgrade
›
Last Friday, I encountered an issue while trying to run my Azure Function locally using VS Code. Despite having installed the Azure Functio...
It's Time To Ditch your USB Keys
›
On day 2 of GitKon 2023 , I presented a short beginner-friendly introduction to Git without using any "command lines". Too many...
Database to go! The perfect database for developer
›
When building a new project, we don't need a big database that scales and has lots of data, but we do still need some kind of data sour...
My Ubuntu laptop finally works with my docking station!
›
I've been running Ubuntu on my personal laptop, a Dell Inspiron 13. I love it. It's slim, performant and I can code, play, read, st...
How to edit a JSON object inside an Azure Logic App
›
I use Azure Logic Apps in many of my solutions, I find them so conviennant to integrate different systemes. Recently one of them was faillin...
How to re-open a repository cloned in a volume, from Visual Studio Code
›
I love Dev Containers, I use them a lot for most of my development. One of my favorite options is to clone a repository directly in a docke...
How to simplify a Docker run command
›
I recently wanted to create animated GIFs from videos. The idea was to get video previews, in a very lightweight file. After a quick search...
Learning how to Build, Secure, and Deploy your Azure Static Web App in C#
›
Recently I participated in a series of videos about Azure Static Web Apps: Azure Tips and Tricks: Static Web Apps on Microsoft Channel 9. T...
How to Create a Continuous Integration Continuous Deployment (CI-CD) Solution for a Docker Project
›
I'm not a Docker master, but I understand that it's very useful and I like to use it from time to time in some projects. Another th...
How to configure a secured custom domain on a Azure Function or website
›
I wanted to create this tutorial for a long time. How to map a naked domain on an Azure resource. It looks so complicated, but once you know...
How to Manage Azure Resources
›
What ever you are on running on Linux, Mac or Windows that you are on the road or in the comfort of your office there is many different ways...
Simplify your deployment with nested Azure Resource Manager (ARM) templates
›
Most solutions, if not all, are composed of multiple parts: backend, frontend, services, APIs, etc. Because all parts could have a differen...
How I Build a Budget-friendly URL Shortener Easy to Deploy and Customized
›
Available in French here I don't know for you but I share links/ URLs very often. And a lot of time it's from videos, so it needs...
›
Home
View web version