kubernetes Enabling Kubernetes Beta on Docker Still think this is one of the best things to happen this year! @Docker + #Kubernetes pic.twitter.com/Bgk6fCbruW — Shayne Boyer (@spboyer) December 19, 2017 A few days ago
azure shell.azure.com - look Mom no install! Checkout http://shell.azure.com! A dedicated experience in a browser. No installation of the Azure CLI and all you need is your Azure account credentials to get going. I
kubernetes Kompose - Docker-Compose to Kubernetes with ease! I like to use Docker compose files for a couple of reasons. First, I have spent more time that I have in my vacation balance to understand the format. Second, they are great for local development even when I only have a single container,
kubernetes Introducing metaparticle.io - making Kubernetes and Docker idiomatic for developers What if you could just add a package to your code? Like npm for node or nuget for .NET, run your app and have it in a container on a Kubernetes cluster? No command line tools like kubectl, helm, docker or whatever we are
azure Running the Azure Functions runtime in containers on Kubernetes and more The Azure Functions team has been doing some great work lately and as a part of that work the runtime for the runtime of the serverless function was ported to .NET Core 2.0 in late September. This set the stage really for cross-platform
wsl Setting up my WSL Environment - Azure CLI, Docker and .NET I recently picked up a Surface Book to start showing that I could do my job regardless of the machine I had. My talks around using command line for ASP.
aspnet Lift and Shift - Adding Docker to Nerd Dinner Modernizing legacy apps has become the theme towards the end of this year or also known as "Lift and Shift". This means taking the monolithic applications built with
docker Exploring multi-stage Docker builds for Angular apps Figuring out the best way to build and deploy any application regardless of the tech stack can be a sprint all in itself. So many questions to answer: What CI/
azuredev Organizing Azure resources with Tags Creating a number of resources and organizing them in any software solution can get daunting without some sort of method to your madness. In a project, developers might decide to
azuredev Push your images to Azure CDN on publish with gulp Performance is always at the top of my mind when developing a web app. Using tools such as WebPageTest where a common hit against your grade will be the lack of CDN use will affect performance. Use of CDN - Each request for a
dotnet dotnet CLI Tab completions now available in 2.0 Tab completion on the command line is like having a superpower for some of the CLI tools we have at our fingertips. With so many commands, paramaters and/or options; it's nice to be able to type a few characters and tap the {Tab}
azure Dipping the toe in the Azure Compute space and then some. Over the last couple of weeks, I've just skimmed the areas of ARM templates, CLI, Docker on Linux, Azure Functions and AppService Web Apps. Check out these articles and let
azure Serverless like a Superhero with Azure Functions In my most recent Pluralsight course, I spent some time talking about using Swashbuckle to create documentation for ASP.NET Core WebAPI applications. Swashbuckle is the .NET Core implementation of
azure Use a container to show your function swagger One option for enabling the Swagger-UI capabilities is to direct the consumers of the api to http://petstore.swagger.io and have them put the url in the box at
azure Unmasking your swagger with proxies in Azure Functions In my post Testing Azure Functions with Postman and Swagger I showed how to use the API Specification capabilities in Azure Functions and then take the endpoint url and test
azure Do more or less with default values in the Azure CLI I've been spending quite a lot of time using Azure over the last many years. In fact, the portal was written in Silverlight. Now the the portal has a great
azure Testing Azure Functions with Postman and Swagger A new feature (preview) in Azure Functions is API Definition. This feature allows you to use the OpenAPI specification (aka Swagger) to document the functionality of your functions and/or
azure Azure functions - Just the CLI, hold the GUI, add some git When sitting down to get started on a project, the start and stops of setting this and that up can be a non-starter. Sometimes, ok almost always, I just want
aspnetcore Don't lose your swagger with dotnet build See GitHub Issue #795 for the details and discussion. One of the undocumented changes of converting from project.json to csproj, was the <DocumentationFile> no longer automatically copied
azure New Role at Microsoft - Cloud Developer Advocate Taking on a new role as a Sr. Cloud Developer Advocate withing the Cloud and Enterprise group. What does that mean? Talking to the community about the technologies that I
dotnet dotnet new angular to Azure with Docker using CLI Visual Studio 2017 has been released and the features are great for Windows developers. However along with it comes .NET Core 1.0 tooling and large improvements to the command
aspnetcore Simplifying Bundling and Minification in ASP.NET Core The decisions around what to use for packaging client side libraries is still a length discussion. Mostly, if not always, will start and stop with "It Depends...". However,
aspnetcore Documenting ASP.NET Core WebAPI using Swagger When you create a web API, documenting its capabilities for the consuming developers can be a task if you take it on manually. Swagger gives you the ability as the
angular2 Angular 2: Application Settings using the CLI Environment Option Application wide settings can be a long conversation when starting a new application. Here are just a few questions when some of my teams started this conversation: Do we use
dotnet Exploring the new dotnet cli Note: At the time of this post, the dotnet cli version being used 1.0.0-rc4-004771 available from GitHub dotnet/cli repo - https://github.com/dotnet/core/blob/master/