Software Development
  • Posts
  • Run a Website using Azure Static Web Apps and Hugo
  • Bitcoin
  • Bitcoin Phishing Attack
  • Bitcoin Redux
  • BizTalk - Access is denied.
  • BizTalk - Importing Bindings with Many Password
  • BizTalk - you must specify at least one already-initialized correlation set.
  • BizTalk Orchestration Basics
  • Blown away by how good Azure has become
  • Calling external assemblies with overloaded methods using the params keyword in BizTalk 2010
  • Continuous Integration or To Err is Human
  • Continuous Integration/Deployment My Own Example
  • Create a Comma Delineated Flat File Schema in BizTalk 2013
  • Create Relative Position Flat File Schema in BizTalk 2013
  • Filtering for Jobs
  • Filtrete Touchscreen WiFi-Enabled Programmable Thermostat
  • Generate idoc schemas in BizTalk for SAP
  • Heroku Connect Is Eventually Consistent
  • Heroku Connect Retrospective
  • New Homepage
  • Notifio - Free and easy mail notifications for your iPhone
  • Simple & Easy Notifications Using BoxCar
  • Solid Series: Open Close in C#
  • Solid Series: Single Responsibility in C#
  • T4 Transformations for ASP.NET paths
  • Using Google Alerts, IFTTT, and Boxcar to Protect Your Information
Solid Series: Open Close in C#

Software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification. What is SOLID? This is a series on the basics of the SOLID principles of software engineering. The SOLID principles were created by Robert C. Martin “Uncle Bob” who is a software engineer public speaker and author. SOLID is an acrostic that stands for: Single Responsibility Open Closed Liskov Substitution Interface Segregation Dependency Inversion There will be an article for each.

December 12, 2020 Read
Bitcoin Redux

Background In April 2011, I had initially made a post about the new technology, Bitcoin, which was initially created in October 2008. At that time I had only recently become aware of it, and I had even bought and mined some prior to making this post (don’t worry, not enough to be rich). Looking back on those days I recall reading many news stories, almost all coming from the technology press about Bitcoins.

December 4, 2020 Read
Solid Series: Single Responsibility in C#

“Every module, class or function in a computer program should have responsibility over a single part of that program’s functionality, which it should encapsulate. All of that module, class or function’s services should be narrowly aligned with that responsibility.” Or “A class should have only one reason to change” What is SOLID? This is a series on the basics of the SOLID principles of software engineering. The SOLID principles were created by Robert C.

December 2, 2020 Read
Run a Website using Azure Static Web Apps and Hugo

Since most of my job is entails using Azure and the Microsoft dotnet stack it is time to retool my website. Instead of a traditional web application, I chose to host the site in a static context, using the new (still in preview) Azure Static Web Apps, github for source repo and CI/CD build pipeline, and Hugo to generate it. There are several benefits of using the approach. Since I am the only one using the site its trivial to regenerate the static site each time there is a change.

December 1, 2020 Read
Heroku Connect Retrospective

The Problem Salesforce sells itself, in fact prides itself, on being a developer-less solution for many organization’s needs. I don’t have a view into all organizations and what they are doing with Salesforce, perhaps there are plenty of organizations that are content to have Salesforce and just use Salesforce to access that data. However, from my experience any organization with more than one system will eventually need to move data into or out of Salesforce.

February 14, 2020 Read
Heroku Connect Is Eventually Consistent

I’ve had to spend sometime in the last couple of days deep diving into Heroku connect. If you don’t know Heroku connect is a service that will sync selected data between Salesforce and a Heroku hosted Postgress database, and has a lot of very easy to use features to map specific fields, and will update schemes automatically as you update fields that you select. However and I’ve learned a few things about Heroku connect because of some issues we have been observing.

November 1, 2018 Read
New Homepage

After a number of years, I’ve updated my website. The old one was dated, and I think I had initially created the site in 2013, and I had not updated the content since 2014. Instead of being developed in ASP.net and hosted on an Azure app service, it is now built with Node.js express, with Pug/Jade templating. The deployment is continuous with check-ins to github triggering the build. The whole thing is hosted in a Heroku dynamo.

October 21, 2018 Read
Generate idoc schemas in BizTalk for SAP

A quick tutorial shows you how to connect to and generate idoc schemas and artifacts for use in BizTalk for SAP.

November 30, 2017 Read
BizTalk - Access is denied. (Exception from HRESULT 0x80070005 (E_ACCESSDENIED))

If you ever get this error when attempting to deploy a BizTalk solution into BTS admin from Visual Studio, it means that you are not running Visual Studio as an admin. You need to restart Visual Studio as an administrator, and try to deploy again. You will get past this error.

January 1, 2016 Read
BizTalk - you must specify at least one already-initialized correlation set

If you get the following error in BizTalk “you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port” This video shows you how to fix it.

January 1, 2016 Read
BizTalk Orchestration Basics

What BizTalk orchestration is why you might use it, and how to get up and running from zero knowledge to a working deployed orchestration into Microsoft BizTalk server.

December 31, 2015 Read
Create a Comma Delineated Flat File Schema in BizTalk 2013

You might have a file that could have been generated by any number of systems, need to parse this in such a way that BizTalk understands and can work with it. In all cases that is going to be XML. Your flat file schema is essentially instructions on how BizTalk and is going to parse and then convert this flat file into XML, as well as serve as a formal definition of how this XML should be structured.

January 7, 2015 Read
  • ««
  • «
  • 1
  • 2
  • 3
  • »
  • »»
Navigation
  • About
  • Recent Posts
  • Skills
  • Experiences
Contact me:
  • Email: kevin[at]kinnett.dev

Toha
© 2020 Copyright.
Powered by Hugo Logo