Click here to Skip to main content
15,887,775 members

Articles by harleydk (Articles: 6, Technical Blogs: 18, Tip/Trick: 1)

Articles: 6, Technical Blogs: 18, Tip/Trick: 1

RSS Feed

Average article rating: 4.83

Containers
Docker
4 Jun 2018   Updated: 4 Jun 2018   Rating: 4.90/5    Votes: 8   Popularity: 4.43
Licence: CPOL    Views: 15,900     Bookmarked: 22   Downloaded: 0
Please Sign up or sign in to vote.
.Would you contemplate using a containerized environment, that you might tear down at any moment, only to build it right back up again, indistinguishable from how it was before?I have recently begun to do just that. And it has greatly enhanced my workflow, and productivity.
Programming Languages
SQL
11 Feb 2014   Updated: 11 Feb 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 16,790     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Linq-to-SQL enums support
7 Jun 2018   Updated: 7 Jun 2018   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 14,430     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to generate a pie chart with Grafana and MS SQL
SOLID
10 Feb 2014   Updated: 10 Feb 2014   Rating: 4.82/5    Votes: 5   Popularity: 3.37
Licence: CPOL    Views: 14,710     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
SOLID Principles, in Layman's Terms: Interface Segregation
10 Feb 2014   Updated: 9 Feb 2021   Rating: 4.67/5    Votes: 15   Popularity: 5.20
Licence: CPOL    Views: 20,896     Bookmarked: 25   Downloaded: 0
Please Sign up or sign in to vote.
SOLID Principles, in Layman's Terms: Single Responsibility
Web Development
CSS
11 Feb 2014   Updated: 11 Feb 2014   Rating: 4.79/5    Votes: 7   Popularity: 4.04
Licence: CPOL    Views: 29,552     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How to prevent browser caching of CSS and JavaScript files

Average blogs rating: 4.37

All Topics
25 Nov 2016   Updated: 25 Nov 2016   Rating: 4.82/5    Votes: 3   Popularity: 2.30
Licence: CPOL    Views: 9,040     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to parallelize data-processsing with the TPL DataFlow library
4 Dec 2016   Updated: 4 Dec 2016   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,741     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Here's how to connect an ESP8266-12 to a DS1820 thermometer and do an HTTP post data to the internet.
6 Nov 2016   Updated: 6 Nov 2016   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 31,917     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
How to program a standalone ESP 8266-12 using Arduino IDE and a FT232RL FTDI USB to TTL Serial Adapter
15 Nov 2016   Updated: 15 Nov 2016   Rating: 3.60/5    Votes: 3   Popularity: 1.72
Licence: CPOL    Views: 9,141     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How to program an Arduino Pro Mini using Arduino IDE and a FT232RL FTDI USB to TTL Serial Adapter
11 Feb 2014   Updated: 11 Feb 2014   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 8,570     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Having just dealt with a number of job interviews, from the job-seeker's point of view, I can testify with some certainty as to how to prepare for one such interview. I made use of these tips myself, they will prove helpful to you, too.
9 Feb 2014   Updated: 9 Feb 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 9,050     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
SOLID principles in layman's terms: Dependency Inversion
24 Oct 2016   Updated: 24 Oct 2016   Rating: 4.00/5    Votes: 5   Popularity: 2.80
Licence: CPOL    Views: 5,130     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Why are developers not better at designing domains?
7 Nov 2016   Updated: 7 Nov 2016   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 17,265     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This post describes how to actually run a standalone ESP8266-12 when it's been programmed.
DevOps
Unit Testing
11 Feb 2014   Updated: 11 Feb 2014   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 40,015     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Mocking Session State in an ASP.NET MVC4 Unit Test using Moq
Hosted Services
Serverless
29 Apr 2018   Updated: 29 Apr 2018   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,240     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Going serverless with Internet-of-Things and Azure Functions
Internet of Things
Arduino
11 Feb 2014   Updated: 11 Feb 2014   Rating: 3.25/5    Votes: 4   Popularity: 1.96
Licence: CPOL    Views: 40,886     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Arduino: How to wire a relay
jQuery
11 Feb 2014   Updated: 11 Feb 2014   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,650     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Simple jquery stacked bar chart
Programming Languages
Javascript
11 Feb 2014   Updated: 11 Feb 2014   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: CPOL    Views: 6,611     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
I usually use static classes for my C# helper-functions, when there're no properties to expose, nor any need to inherit from them. So this increases code readability. Javascript, however, doesn't have that feature, so how to immitate it?
3 Nov 2015   Updated: 3 Nov 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 9,441     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How to wait for a JavaScript jquery async function to return a value
SAML
9 Aug 2018   Updated: 9 Aug 2018   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 5,121     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
How to perform SOAP request with advanced headers in Informatica Powercenter designer
SOLID
10 Feb 2014   Updated: 10 Feb 2014   Rating: 4.83/5    Votes: 4   Popularity: 2.91
Licence: CPOL    Views: 8,190     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
SOLID Principles, in Layman's Terms: Open/Closed
10 Feb 2014   Updated: 10 Feb 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,070     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
SOLID principles, in layman's terms: Liskov Substitution
Web Development
11 Feb 2014   Updated: 11 Feb 2014   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 10,822     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
How to contact Web API from InfoPath Designer 2013

Average tips rating: 5.00

ASP.NET
10 Feb 2014   Updated: 10 Feb 2014   Rating: 5.00/5    Votes: 11   Popularity: 5.21
Licence: CPOL    Views: 40,534     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
Image Orientation of Images Uploaded via ASP.NET fileupload Control

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Denmark Denmark
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.