Category mac
Visual Studio 2019 – What’s new
April 2, 2019! Visual Studio 2019 is out. Amazing news. What to expect? A lot of things. I hope you can take some time and check by yourself. Among other things, we will have support for: Improved IntelliSense performance for C++ files Local development with many common emulators Simplified test access in Solution Explorer Git management and repo creation in the […]
Monitor your Mac traffic through Fiddler on your Windows VM
I work on a Mac computer. I develop both on Mac and Windows. A lot of times I find myself trying to intercept some traffic coming from my Mac on my Fiddler instance which lives on my Windows VM. The main reason for this is the fact that I haven’t been able to successfully use […]
.NET as Open Source, .NET on Mac and Linux, and Visual Studio Community
Things are being awesome!!! Microsoft is going bold with .NET as Open Source. It will be available on Mac and Linux and the Visual Studio Community is going to benefit as never before. Scott Hanselman said it so greatly that I cannot add anything on top of that. Click the picture below and get on […]
f.lux
Ever notice how people texting at night have that eerie blue glow? Or wake up ready to write down the Next Great Idea, and get blinded by your computer screen? During the day, computer screens look good—they’re designed to look like the sun. But, at 9PM, 10PM, or 3AM, you probably shouldn’t be looking at the sun. […]
Vagrant
Vagrant allows you to create and configure lightweight, reproducible and portable development environments. Let’s say you want to dev team members to all be sharing the same environments settings, so that deployment can be made easier, Vagrant is an option to use. You’ll need your Ops team to properly set it up. Get more information […]
Git, a very nice tool and adventure.
I’ve used Subversion, Source Safe, TFS and others. Today I use Git for hosting most of my projects. I chose to do it to learn the tool, the environment and the paradigms behind it. It also started mostly because my professional work requires it. And I like it this way. Git is a distributed version control system […]
RSS Reader for Mac
Are you using RSS feeds for keeping useful and interesting content available to you anytime ? If yes, you’re probably using your tool of choice. I use Feedemon for Windows to read my RSS feeds and sync them with Google reader. I am now starting to experience that same feeling on Mac OS, and I’ve […]