From 814032d00cdd52798a38d1112cca480b3766e664 Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Wed, 25 Dec 2024 12:54:21 -0500 Subject: [PATCH 1/4] Delete gemfile --- gemfile | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 gemfile diff --git a/gemfile b/gemfile deleted file mode 100644 index eb849e3..0000000 --- a/gemfile +++ /dev/null @@ -1,30 +0,0 @@ -source "https://rubygems.org" -# Hello! This is where you manage which Jekyll version is used to run. -# When you want to use a different version, change it below, save the -# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: -# -# bundle exec jekyll serve -# -# This will help ensure the proper Jekyll version is running. -# Happy Jekylling! -gem "jekyll", "~> 4.1.0" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" -# If you want to use GitHub Pages, remove the "gem "jekyll"" above and -# uncomment the line below. To upgrade, run `bundle update github-pages`. -# gem "github-pages", group: :jekyll_plugins -# If you have any plugins, put them here! -group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" -end - -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" - gem "tzinfo-data" -end - -# Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] - From 30c135a58ebbcd32cf8b6979ac41556392cb8eec Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Wed, 25 Dec 2024 12:55:04 -0500 Subject: [PATCH 2/4] Delete gemfile.lock --- gemfile.lock | 86 ---------------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 gemfile.lock diff --git a/gemfile.lock b/gemfile.lock deleted file mode 100644 index 757272d..0000000 --- a/gemfile.lock +++ /dev/null @@ -1,86 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (~> 2.8.0) - public_suffix (>= 2.0.2, < 5.0) - colorator (1.1.0) - concurrent-ruby (1.1.6) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - eventmachine (1.2.7-x64-mingw32) - ffi (1.13.1-x64-mingw32) - forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (1.8.3) - concurrent-ruby (~> 1.0) - jekyll (4.1.0) - addressable (~> 2.8.0) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.4.0) - pathutil (~> 0.9) - rouge (~> 3.0) - safe_yaml (~> 1.0) - terminal-table (~> 1.8) - jekyll-feed (0.13.0) - jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (>=2.3.1) - rexml (>= 3.2.5) - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.3) - listen (3.2.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (4.0.5) - rb-fsevent (0.10.4) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (>= 3.2.5) - rouge (3.20.0) - safe_yaml (1.0.5) - sassc (2.4.0-x64-mingw32) - ffi (~> 1.9) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) - tzinfo-data (1.2020.1) - tzinfo (>= 1.2.10) - unicode-display_width (1.7.0) - wdm (0.1.1) - -PLATFORMS - x64-mingw32 - -DEPENDENCIES - jekyll (~> 4.1.0) - jekyll-feed (~> 0.12) - minima (~> 2.5) - tzinfo (~> 1.2) - tzinfo-data - wdm (~> 0.1.1) - -BUNDLED WITH - 2.1.4 From 21910887fafc0f39f3b4adfefc01b9bb85b9ed41 Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Wed, 25 Dec 2024 12:59:44 -0500 Subject: [PATCH 3/4] Delete SECURITY.md --- SECURITY.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 034e848..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,21 +0,0 @@ -# Security Policy - -## Supported Versions - -Use this section to tell people about which versions of your project are -currently being supported with security updates. - -| Version | Supported | -| ------- | ------------------ | -| 5.1.x | :white_check_mark: | -| 5.0.x | :x: | -| 4.0.x | :white_check_mark: | -| < 4.0 | :x: | - -## Reporting a Vulnerability - -Use this section to tell people how to report a vulnerability. - -Tell them where to go, how often they can expect to get an update on a -reported vulnerability, what to expect if the vulnerability is accepted or -declined, etc. From 352ad6158fc9d6b127bb9738f162d3f6741a84de Mon Sep 17 00:00:00 2001 From: Ken Tucker Date: Wed, 25 Dec 2024 13:05:41 -0500 Subject: [PATCH 4/4] Update about.markdown --- about.markdown | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/about.markdown b/about.markdown index d5666c9..2161a1a 100644 --- a/about.markdown +++ b/about.markdown @@ -3,7 +3,43 @@ layout: page title: About permalink: /about/ --- +## I’m Ken Tucker, a passionate developer dedicated to creating impactful software. Here's what I've been up -This is Ken Tucker's blog. +### šŸ”­ Current Projects +- **[Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro)**: Powerful MVVM framework for WPF, UWP, and more. +- **[OpenWeatherMap.Standard](https://github.com/ken-tucker/OpenWeatherMap.Standard)**: .NET Standard library for OpenWeatherMap API. +- **[AstronomyPictureOfTheDay](https://github.com/ken-tucker/AstronomyPictureOfTheDay)**: Daily dose of cosmic wonders. +- **[ClientNoSqlDb](https://github.com/ken-tucker/ClientNoSqlDb)**: Simplified NoSQL client for .NET. +- **[vb2ae.ServiceLocator.MSDependencyInjection](https://github.com/vb2ae/vb2ae.ServiceLocator.MSDependencyInjection)**: Seamlessly integrate Service Locator with Microsoft Dependency Injection. + +### šŸš€ Improving Test Coverage +- Increasing test coverage on all repositories producing NuGet packages for better reliability and maintenance. + +### āš™ļø GitHub Actions +- Updating the **dotnet-code-coverage-badge** GitHub action: + - Using the latest Node version. + - Removing deprecated `set-output` command. + +### 🌱 Currently Learning +- **[Uno Platform](https://platform.uno/)**: Building cross-platform applications with a single codebase. +- **EntityFramework Provider**: Creating a provider for ClientNoSqlDB. + +### šŸ’” Seeking Help +- Looking for code review assistance on the **[Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro)** project. + +### ⚔ Fun Facts +- Close to releasing **Caliburn.Micro V5**! +- Regular speaker at **Orlando Code Camp**. + +## šŸ“« How to reach me +- [Email](mailto:vb2ae@live.com) +- [LinkedIn](https://linkedin.com/in/ken-tucker-51786a4) +- [Twitter](https://twitter.com/vb2ae) + + + + + +Feel free to reach out if you want to collaborate or discuss any of these projects!