Explore >> Select a destination


You are here

blog.nuculabs.de
| | luten.dev
12.0 parsecs away

Travel
| | Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.
| | www.brandonpugh.com
17.3 parsecs away

Travel
| | It's pretty easy to configure npm to connect through a proxy by setting the proxy and https-proxy config settings and you can even use npm config set which will store them in your .npmrc file. Connecting through a corporate proxy that requires authentication, however, can be a little trickier. To specify your credentials, you have to place them in the proxy url so your npm command would look something like this:
| | 4bes.nl
10.0 parsecs away

Travel
| | With Visual Studio Code you can work with Azure Function Apps. Find out how to prepare to create an Azure PowerShell Function with Visual studio Code.
| | www.laac.dev
71.4 parsecs away

Travel
| Choosing which tools to use in your Python development environment might be the toughest part of Python programming. The Python tooling ecosystem continues to evolve rapidly. I'll share what I need my tools to do, what tools are a part of my development environment, and why I use each one.