Most systems do not hold user passwords in clear text. Best practices for password storage is passing it through a hash function that creates a…
Category: Programming
Lately I had just moved a Universal Windows Platform app running on .NET Core to another workstation to continue developing a client’s application. Unfortunately, when…
Some projects require tunneling through a proxy system to connect to, monitor or probe a specific resource. If you are programming with Python sockets you…
When referencing a class library .DLL file in a Visual Studios project you cannot break or step into your class library code right out of…
Netbeans is not the first option when programming in Java, but sometimes we are required to use it. What makes Netbeans even worse is out…
What is Arch Linux? Arch Linux is arguably the best Linux distributions out there. It’s free and open source offering x86 and 64 bit CPU…
Windows Subsystem For Linux If you haven’t been paying attention to Microsoft and how cozy they have become with Linux, they modified the Linux kernel…
As we look for solutions to the Covid-19 pandemic, many look to tracking known infections through mobile devices. In some countries, all citizens must download…