Skip to content

yer.ac | Adventures of a developer, and other things.

  • About
  • Github
  • Dev.to

yer.ac | Adventures of a developer, and other things.

Blog to keep track of things I am upto

Remote NLOG logging with Azure Functions (Part two) – Persisting data into Azure Cosmos DB.

May 29, 2019 by yer.ac

Last time, I got a very basic C# Azure Function hooked up to accept a request from an NLOG web service target. This time, I will be attempting to persist(insert) the incoming log information into an Azure Cosmos database container, direct from my Azure Function in VS Code. Disclaimer: This blog is more of a …

Continue Reading

Remote NLOG logging with Azure Functions (Part one).

May 29, 2019 by yer.ac

Part of a journey I was on today to learn about Azure Functions and Cosmos DB. The final code for the Azure Functions element can be found on https://github.com/Wabbbit/AzLog Part one: Setup, Creating my first function, forwarding NLOG events and deploying to Azure within VS Code. Part two: persisting the incoming data using Cosmos DB. …

Continue Reading

Unshelving TFS changes into another branch (VS 2017)

June 17, 2020 by yer.ac

EDIT: This was updated from an original article on 2013/15. There is an additional pre-requisite below (See red) for doing this with 2017/19. I had some pending changes recently on the wrong branch within TFS in Visual Studio 2017. Rather than clone all my changes in the other branch, I wanted to “migrate” my changes. …

Continue Reading

Debugging ES6 Mocha unit tests using VS Code

April 10, 2019 by yer.ac

The world of Mocha, VS Code and Node is still fairly new to me. Typically in the past all my JS unit tests have been debuggable in-browser using DevTools, but with Mocha this is not the case (As I am not deploying my spec files). I got Mocha to load via a launch config, but …

Continue Reading

Attempting to use Mocha & Chai to unit test ES6.

April 24, 2019 by yer.ac

In this post I will cover using Mocha (JS test framework) and Chai (For BDD syntax) to unit test ES6 Javascript in VS Code. I started working on a small side project, for no reason other than to play with ES6+. It’s a(nother) relatively simple toast library written in as much vanilla JS as possible …

Continue Reading

Recursive folder comparison with PowerShell

March 25, 2019 by yer.ac

The Issue This post definitely isn’t “new” or revolutionary, but I was quite surprised to find the Compare-object helper in PS, and I’m bound to forget in the future… As part of some recent roadmap work, we moved over to a new installer technology for some of our tooling. This came with some minor headaches …

Continue Reading

My attempt at using SonarQube for static code analysis

April 25, 2019 by yer.ac

This post covers my attempts to use SonarQube as a stand-alone install to perform static code analysis on a regular basis. This will cover purely getting the tool working, Maybe I will pick up how I can use the data in a later post? I will be doing this in a very narrow focus which …

Continue Reading

Posts navigation

  • Previous
  • 1
  • 2

Dev.To Profile

Rich's DEV Profile

Tags

agile Azure Azure Functions ContinuousImprovement Cosmos DB Cypress DevOps docker ES6 Javascript Mocha NLOG Nuget PowerShell SCRUM SonarQube Testing TFS VisualStudio VSCODE VSTS wordpress

Follow me on Twitter

My Tweets
© 2021 yer.ac | Adventures of a developer, and other things. - Powered by Minimalisticky