sadomovalex's blog

Blog for software developers

Tuesday, October 8, 2024

Use nginx running in Docker container to serve php sites running on the host

›
In one of my previous articles I showed how to use nginx running in Docker container to serve .Net sites running on Kestrel web server on t...
Wednesday, September 18, 2024

Use nginx running in Docker container to serve .NET sites running on Kestrel both in host and Docker containers

›
In one of my previous articles I made brief introduction to Docker – containerization technology which gives more control over infrastructu...
Tuesday, August 27, 2024

Nginx uses 1st available server configuration when domain name not resolved

›
If you host several sites on nginx (which means that you also have several domain names pointing to your server's IP address) then you m...
Wednesday, June 19, 2024

Obfuscar: how to stop build of .NET app with error when obfuscation failed

›
In my previous post I showed how to obfuscate ASP.Net Core web app using Obfuscar . There was however one problem: if obfuscation will fail...
Wednesday, June 5, 2024

Use PowerShell in Visual Studio build events when build Docker image for .Net app

›
Imagine that we have .NET application and created Docker file for it which often contains build and runtime stages (in this example I use .N...
Sunday, April 7, 2024

Introduction to Docker: what is Docker and what problems it solves

›
Software development is not only about writing the code. From my experience I may tell that writing code itself is not that difficult (get s...
Wednesday, March 20, 2024

Inject class to Python module dynamically

›
As you probably know in Python after you import some module you may call functions defined in this module. But if you work with more complex...
›
Home
View web version

About Me

Alexey Sadomov
View my complete profile
Powered by Blogger.