Cython (.pyx) code in Python
This tutorial will show you how to use Cython (.pyx) in Python. Cython is a superset of Python that compiles to C. Cython modules can… Read More »Cython (.pyx) code in Python
This tutorial will show you how to use Cython (.pyx) in Python. Cython is a superset of Python that compiles to C. Cython modules can… Read More »Cython (.pyx) code in Python
This tutorial explains how to install Python and libraries with Visual Studio. I will also show how to install libraries in the command prompt (CMD).… Read More »Install Python and libraries with Visual Studio
We are going to transpile and polyfill JavaScript in this tutorial, we are going to show you two different ways to do this. We are… Read More »Transpile and polyfill JavaScript
Azure functions runs in a serverless environment and is automatically scaled if they are hosted in a consumption plan (hosting plan). A consumtion plan means… Read More »Create Http Triggered Azure Function in ASP.NET Core
This post describes how you can make a localhost-url accessible from the public Internet with ngrok on Windows. There is times when you need to… Read More »Public localhost url with ngrok on Windows
This post describes how you can debug a PHP website with Visual Studio Code and IIS Express on Windows. Visual Studio Code is a lightweight… Read More »PHP debug with IIS Express on Windows