Expand your personal network and be part of the solution
Last week I wrote an article where I mentioned we need more color in tech leadership roles. This was the second of a series of articles I am writing on the topic of diversity. I received a lot of...
View ArticleTraveling instead of vacationing
If you are reading this chances are that you have the ability to travel. Many people out there, entire cultures even, don’t have the ability to travel, at least not outside of their own country. Think...
View ArticleRemove Bias Out of Job Interviews
Everyone is naturally biased, but when hiring and promoting people, we want to avoid our bias to eliminate discriminatory actions. In 2016, an article from the Harvard Business Review reported the...
View ArticleCreate and Deploy a React App to Azure using .NET Core and Azure CLI on Mac
Prerequisites Install the .NET Core SDK. The .NET Core SDK includes the latest release of the .NET Core framework and runtime. Install Visual Studio Code for Mac. Install the Azure Command Line...
View ArticleWhat can you do with Azure Functions? Here’s one example.
Last week I attended a tech conference where I learned about Azure Functions. This new service from Azure, Microsoft’s cloud platform, is something that got me interested. Microsoft is promoting this...
View ArticleCloudy days
It’s been cloudy in the city of Austin for a few weeks now, and while this isn’t uncommon for this time of the year, it has been impactful for me as it reminds me of the type of weather we’ll find in...
View ArticleHow to find great developers.
In response to those companies, hiring managers, interviewers who keep asking the same question: Where can I find great developers? A developer becomes a “great developer” when the company, team,...
View ArticlePortability vs. Extra Power – What type of laptop to use when writing code
If you had the option to select a laptop for software development, and the options where between something portable like a very capable ultralight laptop, or a much bigger, and much powerful laptop,...
View ArticleRun code from your code editor
The other day I discovered this useful extension that allows you to run your code from within the Atom editor. The name of the extension is Script Runner, and while there are many other extensions that...
View ArticleCreate a NuGet package from a VS project and include all referenced dependencies
It’s been a while since I had to build a NuGet package, a long while. While as a developer I use multiple NuGet packages all the time in my applications, I think I’ve created only a few of my own....
View Article