Vehicle Licence plate scanning app - From March 2020
Hi there, I recently uploaded a video I made in march of 2020 of an alpha version of a mobile app to help with vehicle scanning. I have a newer version, just...
Hi there, I recently uploaded a video I made in march of 2020 of an alpha version of a mobile app to help with vehicle scanning. I have a newer version, just...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
What is your software development process like?
Creating software is actually the easiest part of software development.
On a recent project, I needed to write some Azure Active Directory functionality to help with retrieving user information via C#. Here is a helper I wrote.
First, lets look at a Microservices definition from : https://microservices.io/
How to start visual studio code on a file with specific line number
http://www.iis.net/learn/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7
Business and Consumer consulting technology solutions Streamlining your business processes with technology to dramatically reduce operating costs, and pro...
Lead Generation Every company needs leads to survive and grow, leads are often purchased in batches of hundreds, thousands and hundreds of thousands at varyi...
Winforms based Web Scraper
There are currently several main layout engines Gecko (and Gecko like Firefox) Webkit (Safari, Chrome, Android) Trident (IE) Presto (Opera) Browser ...
When it comes to software, its good to see how a software has improved over the years or degraded, to determine how well that piece of software actually is o...
Using the Google Maps API V3, create a Circle object, then use bindTo() to tie it to the position of your Marker (since they are both google.maps.MVCObject i...
This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.
this is my sandbox, basically a testing ground for anything im testing, reviewing, and generally playing around with.. Apps I have developed, but never rea...
Lead Generator Generate fresh leads at the click of a button, dont waste time buying outdated and stale leads, generate thousands of leads in minutes from ...
After spending years implementing and delivering so many custom solutions in a variety of languages, I have constantly been looking for a complete solution t...
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
Using software, processes that improve the lifecycle of the project and produce more robust results
Global Membership Card ONE card to handle memberships at retail stores, shops, restaurants, cafe’s etc instead of individual membership cards, having to lo...
Project Idea 22/12/2008 How to develop a Website (From Business/Customer Point of View) Aim: To educate clients, businesses what needs to be done to ache...
Here was a very high level overview of an estimate I made for a recent project. This was rewritten into a professional document
Person responsible for defect should be one following it up initially Defects appearing due to HTML change (support.aspx form changed form field values ...
I have done a fair number of functional / technical specs for various projects, and when working on a specific project for a company, I was a little surprise...
Happy day today, finished Certificate IV in Small Business.
Happy to have completed my Diploma in Web Development.
Happy to have completed my Cert IV in Web Design
I have now migrated this site from mkdocs to Jekyll Static Site Generation.
What is your software development process like?
Creating software is actually the easiest part of software development.
How to start visual studio code on a file with specific line number
About SQL Server Distributed Transactions https://redmondmag.com/articles/2014/02/27/sql-server-distributed-transactions.aspx Questions relating to MSDT...
http://www.iis.net/learn/publish/using-the-ftp-service/configure-ftp-with-iis-manager-authentication-in-iis-7
Open exe config file for the environment in a text editor.
Part 1 Setup IIS.
First, download portable node
http://stackoverflow.com/questions/328017/path-to-msbuild
So, I remmember in the old days I had an Amiga 500, now with the amiga you could easily setup a ram drive for fast access, this became very important when us...
Choosing a client side JS templating system after jquery templates has been abandoned, NOT knockout, just simple templating solution.
Business and Consumer consulting technology solutions Streamlining your business processes with technology to dramatically reduce operating costs, and pro...
Lead Generation Every company needs leads to survive and grow, leads are often purchased in batches of hundreds, thousands and hundreds of thousands at varyi...
Winforms based Web Scraper
There are currently several main layout engines Gecko (and Gecko like Firefox) Webkit (Safari, Chrome, Android) Trident (IE) Presto (Opera) Browser ...
When it comes to software, its good to see how a software has improved over the years or degraded, to determine how well that piece of software actually is o...
Using the Google Maps API V3, create a Circle object, then use bindTo() to tie it to the position of your Marker (since they are both google.maps.MVCObject i...
This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.
A notice displays information that explains nearby content. Often used to call attention to a particular detail.
this is my sandbox, basically a testing ground for anything im testing, reviewing, and generally playing around with.. Apps I have developed, but never rea...
Lead Generator Generate fresh leads at the click of a button, dont waste time buying outdated and stale leads, generate thousands of leads in minutes from ...
After spending years implementing and delivering so many custom solutions in a variety of languages, I have constantly been looking for a complete solution t...
Using software, processes that improve the lifecycle of the project and produce more robust results
Global Membership Card ONE card to handle memberships at retail stores, shops, restaurants, cafe’s etc instead of individual membership cards, having to lo...
Project Idea 22/12/2008 How to develop a Website (From Business/Customer Point of View) Aim: To educate clients, businesses what needs to be done to ache...
Here was a very high level overview of an estimate I made for a recent project. This was rewritten into a professional document
Person responsible for defect should be one following it up initially Defects appearing due to HTML change (support.aspx form changed form field values ...
I have done a fair number of functional / technical specs for various projects, and when working on a specific project for a company, I was a little surprise...
Happy day today, finished Certificate IV in Small Business.
Happy to have completed my Diploma in Web Development.
Happy to have completed my Cert IV in Web Design
Often the decision comes up when starting new software projects, what platform, language to develop with…..
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So recently, when looking at some new projects that have web api or azure function http endpoints, I have noticed a lack of basic understanding of http knowl...
Welcome, perhaps your relatively new to .NET Core, you may come from Java, PHP, or even the older .NET Framework.
Over the past year or so I have seen developers using List<T> for poco properties, public method signatures and results.
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Often the decision comes up when starting new software projects, what platform, language to develop with…..
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
Copying Portfolio & Blogs By Years
What is Jekyll and Astro
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So recently, when looking at some new projects that have web api or azure function http endpoints, I have noticed a lack of basic understanding of http knowl...
Welcome, perhaps your relatively new to .NET Core, you may come from Java, PHP, or even the older .NET Framework.
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
Created a C# .NET Core library for the Electroneums crypto currency REST API, based on the PHP Vendor Lib.
Hi there, I recently uploaded a video I made in march of 2020 of an alpha version of a mobile app to help with vehicle scanning. I have a newer version, just...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
I have spent the last decade or so converting monoliths to microservice based architectures, with the microservices being primarily in .NET (.NET Framework a...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #3 - (Optional) Add Puppeteer
Part #2 - Add Express
Recently, for a client project I was tasked with creating a nodejs based microservice, I’ve have created many nodejs projects over the years, though like to ...
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
Over the years I have refactored many large codebases across multiple solutions, with this often comes updating of nuget packages, while you can use the VS g...
With the development of the new .NET Core we have the new nuget package referencing which no longer uses packages.config, rather PackageReference.
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Welcome, perhaps your relatively new to .NET Core, you may come from Java, PHP, or even the older .NET Framework.
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
Part #5 - Add loosely coupled logging
Part #4 - (Optional) Add JSDOM
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So recently, when looking at some new projects that have web api or azure function http endpoints, I have noticed a lack of basic understanding of http knowl...
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So recently, when looking at some new projects that have web api or azure function http endpoints, I have noticed a lack of basic understanding of http knowl...
Copying Portfolio & Blogs By Years
What is Jekyll and Astro
Copying Portfolio & Blogs By Years
What is Jekyll and Astro
Copying Portfolio & Blogs By Years
What is Jekyll and Astro
Copying Portfolio & Blogs By Years
What is Jekyll and Astro
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
Uploaded a short video of a Web Scraper I made in C# .NET 2.0 Winforms.
A notice displays information that explains nearby content. Often used to call attention to a particular detail.
Lead Generation Every company needs leads to survive and grow, leads are often purchased in batches of hundreds, thousands and hundreds of thousands at varyi...
Nowadays many people are using cloud services to host their websites, however there is still a usage for I.I.S for website hosting.
Nowadays many people are using cloud services to host their websites, however there is still a usage for I.I.S for website hosting.
With the development of the new .NET Core we have the new nuget package referencing which no longer uses packages.config, rather PackageReference.
With the development of the new .NET Core we have the new nuget package referencing which no longer uses packages.config, rather PackageReference.
Created a C# .NET Core library for the Electroneums crypto currency REST API, based on the PHP Vendor Lib.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
Creating ASP.NET Web Applications with .NET Core 3.x+ onwards is very simple, even including authentication.
On a recent project, I needed to write some Azure Active Directory functionality to help with retrieving user information via C#. Here is a helper I wrote.
Upgraded nuget versions library
Upgraded nuget versions library
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
.NET Core is an awesome platform for development, out of the box, it’s lightweight, fast, and highly extensible, with good patterns to begin with.
Part #5 - Add loosely coupled logging
Part #5 - Add loosely coupled logging
Hi there, I recently uploaded a video I made in march of 2020 of an alpha version of a mobile app to help with vehicle scanning. I have a newer version, just...
Hi there, I recently uploaded a video I made in march of 2020 of an alpha version of a mobile app to help with vehicle scanning. I have a newer version, just...
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
Every type of development has certain tools that they use, some are the standard, and some can significantly help with development, or deployment, or debuggi...
The Content Management System
The Content Management System
The Content Management System
The Content Management System
The Content Management System
Here, I will demonstrate how to send nice notifications to Microsoft Teams, from a release pipeline in Azure Devops, notifying that a web application has bee...
Here, I will demonstrate how to send nice notifications to Microsoft Teams, from a release pipeline in Azure Devops, notifying that a web application has bee...
Here, I will demonstrate how to send nice notifications to Microsoft Teams, from a release pipeline in Azure Devops, notifying that a web application has bee...
So V1 of wasmer) has been released, this is an exciting new platform for running webassembly (wasm) codebases anywhere on any client.
So V1 of wasmer) has been released, this is an exciting new platform for running webassembly (wasm) codebases anywhere on any client.
A history lesson
A history lesson
Remember Google Notes, aka mid 2005ish, somewhere around there. And Evernote came out and replaced many note taking apps, it was excellent, categorized organ...
Remember Google Notes, aka mid 2005ish, somewhere around there. And Evernote came out and replaced many note taking apps, it was excellent, categorized organ...
So lately, I have been learning some new things such as crypto and blockchain development.
So lately, I have been learning some new things such as crypto and blockchain development.
So lately, I have been learning some new things such as crypto and blockchain development.
So lately, I have been learning some new things such as crypto and blockchain development.
So lately, I have been learning some new things such as crypto and blockchain development.
So recently, I have been doing a lot of docker stuff.
So recently, I have been doing a lot of docker stuff.
Over the years I have refactored many large codebases across multiple solutions, with this often comes updating of nuget packages, while you can use the VS g...
Over the years I have refactored many large codebases across multiple solutions, with this often comes updating of nuget packages, while you can use the VS g...
Over the past year or so I have seen developers using List<T> for poco properties, public method signatures and results.
Over the past year or so I have seen developers using List<T> for poco properties, public method signatures and results.
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
So, I have been creating and working with web api’s since the early 2000’s. First with perl cgi-bin requests, PHP simple RPC style POST/GET requests, than SO...
I have spent the last decade or so converting monoliths to microservice based architectures, with the microservices being primarily in .NET (.NET Framework a...
We have all done it at one point or another, written a piece of code and than just thought… “wtf” or “what was I thinking” or something like that. Those mome...
We have all done it at one point or another, written a piece of code and than just thought… “wtf” or “what was I thinking” or something like that. Those mome...
Often the decision comes up when starting new software projects, what platform, language to develop with…..
Absorb what is useful, discard what is not
Absorb what is useful, discard what is not
Absorb what is useful, discard what is not
Absorb what is useful, discard what is not
Absorb what is useful, discard what is not