I’ve been in a Senior Developer role for a little while now; long enough to start thinking about how to convey the usefulness of experience to more junior developers. There are a lot of jokes in our profession about being really good at using Google, or copying and pasting from Stack Overflow. Humor is importantContinue reading “Useful Experience”
Author Archives: Joe
Passwords!
I happen to know a Systems Administrator that is currently waging a battle against a truly ridiculous password policy. Based on the other content around here, you’ll no doubt figure out that I’m a software developer and not even one with a specialization in security. This is fine: my defense is that we should probablyContinue reading “Passwords!”
Audit.NET
I’ve recently found it necessary to set up an audit log because I have some thrilling business requirements that demand I do so. Luckily, it appears that I’m not the first person that had to solve this problem and there was something available for my use. Even better, it looked pretty straightforward to use! However,Continue reading “Audit.NET”
OLKB Preonic: Longish Term
Alright so this is really programming-adjacent, and not fully about programming. That’s fine, I’ll allow it. It is my blog after all. So: since January of 2021 I’ve been doing the vast majority of my writing and programming on an OLKB Preonic. Full disclosure – it originally arrived in September 2020 and I assembled it,Continue reading “OLKB Preonic: Longish Term”
You Probably Need a Project
For quite a while I didn’t have any programming-related side projects. This was a bit of a problem when I was presented with new opportunities because, invariably, I would be asked about what kind of work I could show off. This was difficult – everything I work on at my day job is proprietary andContinue reading “You Probably Need a Project”
Rainfall Updates
Today Rainfall got a bit of an update – a really, profoundly basic blog. It’s as basic as it is because I built it myself with (at best) a hazy idea about the baseline kinds of functionality I wanted. It was a good lesson, for me, in just what the most basic thing that solvesContinue reading “Rainfall Updates”
Did It Rain?
The title of this post poses a question that I found strangely difficult to answer. Why would I even care about rainfall in the past, anyway? Well, if you look around the blog a bit, you probably see some photos of my bikes. Strange, for a programming blog, but there they are. The reason IContinue reading “Did It Rain?”
Expando Objects!
I recently had a need to use objects that had properties I could define or remove at runtime in C#. I’m embarrassed to admit that I actually didn’t know that such a thing existed, because I don’t usually use the language in that capacity. It generally doesn’t make sense to, either, because you lose aContinue reading “Expando Objects!”
Byte Tool
Let’s talk about developing your own tools. It’s hard to come up with an introduction to this because it’s such a pervasive thing in programming that it feels like talking about breathing. “Yeah, breathing is fun and important! You should try it yourself!” Well, whatever. Developing your own tools is fun and important! You shouldContinue reading “Byte Tool”
Bulk Adds and Entity Framework
You ever find yourself just wishing you could fire off three, four, maybe five thousand records all at once? Or even more than that? I bet you do. I found myself in this situation recently and usually I rely on Entity Framework to accomplish my data-related needs as I am firmly entrenched in the .NETContinue reading “Bulk Adds and Entity Framework”