Skip to content
View smagara's full-sized avatar

Block or report smagara

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
smagara/README.md
  • 🌱 I’m currently working on ...

    • GitHub Copilot AI-assisted development. This is going to be a game changer.  ✨
      • For example, helped me fix a tricky Angular web issue with this change.
      • In seconds directed me to fix this menu style issue with a quick CSS adjustment.
      • Guided me through setting up a GitHub Action CI/CD pipeline for an Angular app. This took some prompting. The default Node deployment option produced 24,000 output files and was inefficient as well as scary. Copilot at first suggested zip step in the yaml but this didn't sound right, since an ng build for deployment produces 4 output files. After discussing this with Copilot the result was a simpler and faster pipeline here. You have to keep prompting :).
      • I use it often now as a pair programmer and part-time architect with @workspace questions about better practices.
      • Completed the Microsoft Build Challenge "Accelerate Developer Productivity with GitHub and Azure for Developers"
    • GitHub Project tracking tools -- they now rival TFS/DevOps.
      • Check out this sample project: AgilitySports Sample Project.
      • This makes me curious about the Microsoft roadmap for DevOps/TFS as a tracking tool and sourcecode repository.
      • Keep up with project announcements here.
    • GitHub Actions for CI/CD automation, such as automated releases into Dev/Green regions on approved Pull requests.
    • Azure Cloud integration.
      • AZ-900 Microsoft Azure Fundamentals certified.
      • Azure SQL database setup and migration
      • Website and RESTful API hosting
      • Automated deployment pipelines
      • SQL database tracing techniques
      • Azure EntreId Managed Identity for database access
      • Working toward the AI-900 (Artificial Intelligence) certification

Current GitHub Stats:

My GitHub Stats My GitHub Language Stats

Pinned Loading

  1. AgilitySports_web AgilitySports_web Public

    PhillyDotnet training, extend the sample started by Bill Wolff of PhillyDotNet fame. https://agilitysportstest41.azurewebsites.net

    TypeScript 1

  2. AgilitySports_api AgilitySports_api Public

    DotNet minimal API from Bill Wolff with backing Azure SQL database. https://agilitysportsapi.azurewebsites.net/swagger/index.html

    C#

  3. AgilitySports_data AgilitySports_data Public

    Data scrouging from various sources (Wikipedia, espn sites, http://seanlahman.com and etc). Downloadable .bak file to support the training app from Bill Wolff.

    TSQL

  4. skills-code-with-codespaces skills-code-with-codespaces Public

    My clone repository

    Shell

  5. AzureTestAPI AzureTestAPI Public

    Baseline test app for Azure Dotnet API training

    C#