(James McCaffrey) Data clustering is the process of grouping data items so that similar items are in the same cluster. In some cases clustered data is visually examined by a human to see if any interesting patterns have emerged.
Tag: Development
Making a Small Lotto Game in VB.NET
(Hannes DuPreez) If you are one of the many unlucky ones who has never won anything in a lottery, well, this article is for you. Because I didn’t win the lottery so that I could live a more comfortable life without stress and being tired all the time because of the three jobs I do, I decided to see
Post-Build Events and .NET Core
(Jeremy) I have used post-build events in Visual Studio for a long time, primarily to copy files from one location to another. But due to changes in how we work with .NET Core, I have changed the way I write build events.
Scaling An Image During A Draw Operation Using GraphicsMagick And Lucee CFML 5.2.9.31
(Ben Nadel) Last month, I posted a demo in which I annotated an image using GraphicsMagick and Lucee CFML. In that demo, I used the -draw command to composite the source image over a blank canvas.
Jobs To Be Done
(Jim Kalbach) In this chapter, you’ll learn about these plays:
Creating Flexible Queries with Parameters in GraphQL
(Peter Vogel) GraphQL gives clients who call your Web services the ability to specify what properties of your data objects they want. Here are two ways to let those clients also specify which data objects they want.
Built-In Functions And Member-Methods Return Different Data Types In Lucee CFML 5.3.5.92
(Ben Nadel) The other day, when I was exploring the ProcessBuilder class in Lucee CFML, I coded something that should have been a bug; but, that ended-up working. In fact, I didn’t even see the issue until after I had posted the article.
Using Azure Resource Graph to show ASC container image scan findings
(Daniel Neumann) In my previous blog post I showed you how to connect your Azure Container Registries with Azure Security Center.
Creating a Most Recently Used Menu List in .NET
(Hannes DuPreez) Ever wondered how to create an MRU (Most Recently Used) menu list? Well, in today’s article I will show you a quick way of keeping track of which files were opened and saved so that you can re-open them quicker.
Coding Practices: The most important ones – Part 1
(Yacoub Massad) In this Patterns and Practices tutorial, I will talk about the most important coding practices based on my experience. The first part focuses on Automated Testing.