-
Ship secure high quality software faster.
-
Latest Posts
- SaturdayMP Show 61: Advent of Code 2024 Day 12 (Part 1 – Python Import Difficulties)
- SaturdayMP Show 60: Advent of Code 2024 (Day 2)
- SaturdayMP Show 59: Customize Office Ribbon
- SaturdayMP Show 58: Human Resource Machine (Duplicate Machine Size Challenge)
- SaturdayMP Show 57: Something’s Rotten at the Gilded Rose: A Refactoring Tale
-
Tag! Your it!
.NET .NET Core ASP.NET MVC BackAndForth Behemoth Garden BEMCheckBox Birm C# DataGrip Docker Edmonton .NET User Group Entity Framework fun GitHub hack the box human resource machine Introduction to ORMs for DBAs ios kids thinking outside the box Mini-Compressor native-binding NUnit ORM react Reduce image size Reduce photo size ruby RubyMine ruby on rails saturdaymp show saturdaympshow security Smaller images software development sql-server standard ruby Takeaways TeamCity Temporal Database Today I Learned Ubuntu xamarin xamarin ios .net native-binding xplugins xplugins.iOS.BEMCheckBox
-
Archives
January 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Category Archives: Software Development
Today I Learned how to Copy a Putty Key From Windows to a Mac
You created a private Putty key on Windows workstation to access a remote service but now you need to access that same remote service from a Mac workstation. In my case I need to access the same Git repository from … Continue reading
Posted in Network, Today I Learned
Tagged mac, Putty, SSH
Comments Off on Today I Learned how to Copy a Putty Key From Windows to a Mac
Today I Learned How to Create a Key Pair Using PuTTY
I recently had to generate a private/public key pair to access a Git repository. While I’ve done this several times before I never do it enough to remember all the steps so this time I wrote it down. Since my … Continue reading
Posted in Software Development, Today I Learned
Tagged encryption, Putty, SSH
Comments Off on Today I Learned How to Create a Key Pair Using PuTTY
Today I Learned how to Install PostgreSQL in Ubuntu
For an upcoming project I’m thinking of using PostgreSQL. I’ve heard lots of great things about PostgreSQL in the past but have been too scared lazy busy to try it. What changed my mind was JetBrains DataGrip database client. I’m sure there … Continue reading
Posted in Code Examples, Software Development, Today I Learned
Tagged DataGrip, PostgreSQL, Ubuntu
Comments Off on Today I Learned how to Install PostgreSQL in Ubuntu
Blast from the Past: New Tools Require New Standards
I recently started a new contract that involves tools and software languages I normally don’t use. I have to remember that .NET best practices don’t necessarily translate to PHP/Java. I have to remember that New Tools Require New Standards (originally … Continue reading
Posted in Blast from the Past, Software Development
Tagged Blast from the Past, getting old, software development, tools
Comments Off on Blast from the Past: New Tools Require New Standards
Introduction to Object-Relational Mapping for DBAs – Part 3
Why Developers Use ORMs (i.e. their Strengths) This is the third and final part of a lighting talk I’m giving at the SQL Saturday Edmonton Speaker Idol Contest. Imagine I’m actually speaking the words below and showing some of the … Continue reading
Posted in Code Examples, Software Development
Tagged Entity Framework, ORM, SQL Saturday Edmonton
Comments Off on Introduction to Object-Relational Mapping for DBAs – Part 3
Introduction to Object-Relational Mapping for DBAs – Part 2
This is part two of a lighting talk I’m giving at the SQL Saturday Edmonton Speaker Idol Contest. Imagine I’m actually speaking the words below and showing some of the images on slides and/or doing a demo. Code can be found here. … Continue reading
Posted in Code Examples, Software Development
Tagged .NET Core, ASP.NET MVC, DBA, ORM sql-server, SQL Saturday Edmonton
Comments Off on Introduction to Object-Relational Mapping for DBAs – Part 2
Introduction to Object-Relational Mapping for DBAs – Part 1
This is the part one of a lighting talk I’m giving at the SQL Saturday Edmonton Speaker Idol Contest. Imagine I’m actually speaking the words below and showing some of the images on slides and/or doing a demo. Code can be … Continue reading
Posted in Code Examples, Software Development
Tagged .NET Core, ASP.NET MVC, DBA, ORM, SQL Saturday Edmonton, sql-server
Comments Off on Introduction to Object-Relational Mapping for DBAs – Part 1
XPlugins.iOS.BEMCheckBox 1.4.3 Released
I’m happy to announce the release of XPlugins.iOS.BEMCheckBox 1.4.3. The main feature of this release is exposing the DidTapCheckBox event in the underlying BEMCheckBox. You can find a full list of issues fixed in this release here. The easiest way to … Continue reading
Posted in Software Development
Tagged BEMCheckBox, xamarin, xamarin ios .net native-binding, xplugins, xplugins.iOS.BEMCheckBox
Comments Off on XPlugins.iOS.BEMCheckBox 1.4.3 Released
Today I Learned How to Fix Illegal Characters in Path Error with TeamCity and RealmDB
When building a Xamarin application one step is to build the Android APK file. This is a MsBuild step in TeamCity that looks like: This step generates the following error: Notice the “*Undefined*Tools” in the directory path. To fix this … Continue reading
Posted in Software Development, Today I Learned
Tagged realmdb, TeamCity, xamarin
Comments Off on Today I Learned How to Fix Illegal Characters in Path Error with TeamCity and RealmDB
Overlapping Segments Create Space Time Paradoxes
This post is part of a larger discussion about temporal databases. Hopefully it stands on it’s own but for more context see the Temporal Database Design page. You can read the official Wikipedia definition but for our purposes a Temporal Database is a database … Continue reading
Posted in Software Development
Tagged Temporal Database
Comments Off on Overlapping Segments Create Space Time Paradoxes