- 🔭 I'm currently working on posts and videos around tips and tricks to make your applications run better
- 🌱 I'm currently learning more about Security
- 👯 I'm looking to collaborate on tooling to help our community grow
- 💻 I work at SSW ssw.com.au/people/gordon-beeming
- ⭐ I'm a Microsoft MVP for Developer Technologies since 2014 focusing on Azure DevOps and GitHub
- 🐤 I'm on Twitter as @GordonBeeming
- 📺 and YouTube @gordonbeeming
- 💬 Ask me about Azure DevOps or GitHub
- 📫 How to reach me: gordonbeeming.com
💭
delivering value
Father • Husband • Triathlete • SSW Solution Architect
- Brisbane, Australia
-
20:25
- 10h ahead - https://gordonbeeming.com/
- https://orcid.org/0009-0008-9052-329X
- @gordonbeeming
- @gordonbeeming.com
- in/gordon-beeming
- https://mvp.microsoft.com/en-us/PublicProfile/5000879
Highlights
Pinned Loading
-
GordonBeemingCom
GordonBeemingCom PublicThis is the source code for profile and blog site https://gordonbeeming.com. Feel free to use pieces of it that might be useful to you.
CSS 4
-
-
Small utility method to take any lis...
Small utility method to take any list of objects in C# and import them to MS SQL as a temp table, do something with it and then dispose the temp table of data 1public static void ImportData<T>(string tableName, List<T> data, string connectionString, Func<string, SqlConnection, SqlTransaction, bool> funcWithData, Dictionary<string, Type> customColumns = null)
2{
3using (var connection = new SqlConnection(connectionString))
4{
5connection.Open();
-
DefaultCSharpRepoFiles
DefaultCSharpRepoFiles PublicA couple of files that I generally add to each repository I create containing C# code
1,167 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
GordonBeeming/GordonBeemingCom,
GordonBeeming/dotfiles,
SSWConsulting/SSW.Rules.Content
and 23 other
repositories
Loading
Contribution activity
April 2025
Created an issue in gitbutlerapp/gitbutler that received 3 comments
Generate PR description no longer using template (even if it's in the desc box)
Version 0.14.18 Operating System macOS Distribution Method dmg (Mac OS - Apple Silicon) Describe the issue Before the new PR description box, if yo…
3
comments
79
contributions
in private repositories
Apr 2 – Apr 22