Tag: Windows
All the articles with the tag "Windows".
VSCode CRLF vs LF Battle
Updated:I'm a Linux guy. I like my line feeds a simple LF. but when developing cross platform and you hit Windows and face CRLF. It can be a real linting challenge
Guzzle and Curl
Updated:Related to my previous post about Laravel. Guzzle and Nginx I ran into an issue with our proxy. The proxy is always a source of fun and games. Because the
Chocolatey Proxy
I was tidying up another PC today and came across an annoying issue that I couldn't resolve. It took me a while, reinstalling, uninstalling choco etc. and
VS Code Extensions
Updated:I'm an Atom fan and have used it on Linux for ages. I probably still will, but our other developers tend to use VS Code because of their use of MS Windows.
VSCode rest-client
Now Postman is awesome, but I came across this really good rest-client plugin for VSCode. What makes it so good is that I can save the .rest or .http files
Headless Development Server
Updated:After building a development environment in Linux as per a previous article - https://warlord0blog.wordpress.com/2018/07/13/building-a-debian-development-s
Windows, Apache 2.4 and OpenSSL (Revisited)
Following on from Windows, Apache 2.4 and OpenSSL our vulnerability scanner has picked up that although the version of Apache httpd 2.4.39 has not vulnerab
Proxy Fun and Games
Updated:I seem to spend most of may day trying to sort out issues regarding getting different applications through the corporate proxy server. I'm really hoping on
Spectre and VMWare
For some time we've suffered a problem with our Windows 7 VDI systems that has prevented us from applying Windows Updates. If we applied any of the rollups
PHPUnit Code Coverage
Updated:The more development time we spend on the corporate Laravel app the more mature the code becomes and the more our development practices evolve. One of the