Giter Site home page Giter Site logo

Welcome πŸ‘‹ to a πŸ‘©πŸΌβ€πŸ’» Tech Project πŸ™†πŸΌ Blog

Hi there, I'm Kathleen West! [My Website]

I'm a Wife, Kitty Momma, Developer, and Tech Enthusiast!

  • πŸ”­ I am a Full-Stack Developer (C# .Net & Angular TypeScript) Microsoft Certified
  • 🌱 I’m currently learning everything 🀣
  • πŸ‘― I’m currently employed with an awesome job as a Senior Software Engineer!
  • πŸ₯… 2024 Goals: Pumping out πŸ’ͺ🏻 some demo projects for my portfolio. Maybe pursue a certification?
  • ⚑ Fun fact: I collect Pound Puppies. Give them all to me.

Expertise Summary

C# .Net Microsoft Tech Stack Learn More

Web Applications Learn More

Cloud Azure Learn More

Resume

My resume is available online in PDF format from this site here.

Contact Me


Contact me here.

Network


Follow me here.

Kathleen West's Projects

-line-outage-distribution-factors-lodf-based-on-a-user-given-branch-outage-number---power-flows- icon -line-outage-distribution-factors-lodf-based-on-a-user-given-branch-outage-number---power-flows-

The project required the computation of the Line Outage Distribution Factors (LODF) based on a user given branch outage number using the fast-decoupled XB version. The LODF values were used to approximate the post-contingency branch flows based on a pre-contingency branch flow and the base branch flow before the contingency. The AC power flows were compared with the DC method for the MW and MVA flows. Source code is provided in the same WinZip file for the functions calculating the LODF values and the approximated post-contingency branch flows.

advancedconsoleapplicationi icon advancedconsoleapplicationi

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Events Functional Programming Custom EventArgs IList<> Interface Indexer Delegates Anonymous Methods Event Handlers

advancedconsoleapplicationii icon advancedconsoleapplicationii

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Generics IDisposible Pattern Utilities Dynamic Array IEnumerable<T> Interface Swap

advancedconsoleapplicationiii icon advancedconsoleapplicationiii

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Late Binding Reflection Attributes dynamic Custom Attributes

advancedconsoleapplicationiv icon advancedconsoleapplicationiv

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Using Threads to calculate Prime Numbers Prime Numbers ConcurrentQueue Dictionary ManualResetEvent Timer Producer Thread Consumer Thread

advancedformapplicationv icon advancedformapplicationv

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions

angular-io-example icon angular-io-example

This project is the result of the tutorial, which are essentials of Angular by walking through building an e-commerce site with a catalog, shopping cart, and check-out form.

article-cms-azure-demo-project icon article-cms-azure-demo-project

Deploy an Article CMS to Azure Cloud Developer - A simple Content Management System (CMS) for articles, where a user can log in, view published articles, and publish new articles.

autogeneratexmlfromcsvfile icon autogeneratexmlfromcsvfile

Description: Perl script to create XML files for a select "grouping by". The script considers a specified grouping field "AREA" in the input file as the select group by field and will create XML data based on that grouping field ID. The script uses a sample input file called input.csv and creates XML files by the AREA field group. The output file will be one XML for each group by field "AREA" with child XML nodes that correspond to records pulled from a database in each group by XML file AND that meet the SQL select by criteria (see bonus).

azure-app-service-web-app-demo-project icon azure-app-service-web-app-demo-project

This tutorial azure cloud project demonstrates how to create and deploy a basic web app using the Azure portal or the CLI (command-line interface). We will use our azure account to creature a resource group, app service plan, and web app. Then we will configure a CI/CD pipeline (continuous integration/continuous deployment) that integrates with our GitHub project code repository. Our demo web app is a flask template and python web application. Watch the video tutorials and follow step-by-step instructions to learn how to create your own starter web app running on the Azure cloud using the Azure portal. A second bonus video and instructions are shown that demonstrate the quick start creation of a web app using the CLI (command-line interface).

azure-eventgrid-publisher-subscriber-azure-functions-demo icon azure-eventgrid-publisher-subscriber-azure-functions-demo

In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.

azure-microservices-functions-kubernetes-demo-project icon azure-microservices-functions-kubernetes-demo-project

This project builds an app called "Neighborly". Neighborly is a Python Flask-powered web application that allows neighbors to post advertisements for services and products they can offer. The Neighborly project is comprised of a front-end application that is built with the Python Flask micro framework. The application allows the user to view, create, edit, and delete the community advertisements. The application makes direct requests to the back-end API endpoints. These are endpoints that we will also build for the server-side of the application. Let's deploy an app called Neighborly, allowing neighbors to post advertisements for services and products they can offer. The app will use a blend of Cosmos DB, Azure Functions, Kubernetes, Event Hub, Event Grid Topic, and more.

azure-virtual-machine-web-app-demo-project icon azure-virtual-machine-web-app-demo-project

This tutorial azure cloud project demonstrates how to install a basic web app on a virtual machine. We will use our azure account to creature a resource group and virtual machine. Then we will install and configure the virtual machine to run nginx web server and python. Our web app is a flask template and python web application that is uploaded to our virtual machine and then configured to run with nginx. Watch the video tutorials and follow step-by-step instructions to learn how to create your own starter web app running on an azure cloud virtual machine.

barcode-scanner-reader icon barcode-scanner-reader

Raising the Bar -A Barcode Scanner: An undergraduate team project in microprocessor applications with assembly programming.

basicconsoleiiapplication icon basicconsoleiiapplication

BasicConsoleIIApplication : My Student Project: C# Programming I. Build and work with: Arrays, Lists, Strings, String Formatting

basicconsoleiiiapplication icon basicconsoleiiiapplication

Basic Console Application III My Student Project: C# Programming I - This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 1 – Easy. Objectives: Build and work with: Decision Making Loops

basicconsoleivapplication icon basicconsoleivapplication

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 1 – Easy. Objectives: Statistics Complex math (radians, degrees, rectangular and polar coordinates) Tuples Parsing Data Recursion

basicconsolevapplication icon basicconsolevapplication

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 1 – Easy. Objectives: Object-Orientated Programming Enums Structs Geolocation Great Circle Distance Constructors Math Algorithms Constructors Menus Custom Printing

basicwcfserviceapplication-clientconsoleapplication icon basicwcfserviceapplication-clientconsoleapplication

This project presents a basic WCF Service Application and client "tester" console application in same Visual Studio solution. The WCF Service was hosted using IIS Express. A simple console "test" application connected to the service through a proxy.

byteformatsequencerwindowsworkflowfoundationwf icon byteformatsequencerwindowsworkflowfoundationwf

This is a (WF) Windows Workflow Foundation (Workflow Console Application) byte format sequencer application that takes an input number and converts it to a either a byte, kilobyte, … etc…. value representation.

chatdemo icon chatdemo

This project presents a simple Chat Message Service and Client Application demonstration. The Chat Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The service prints to the console window the user activities (log on, log off) and what messages are sent to users. The client β€œtester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to log on, log off, send a message, and receive messages from other users on the chat service.

connect-app-to-azure-sql-server-storage-demo-project icon connect-app-to-azure-sql-server-storage-demo-project

Let's have some fun and showcase our pets and their photos in a web application. This is a python web app that connects to both an Azure SQL Server Database and an Azure Blob Storage Container. Watch the tutorial video for step-by-step instructions on how to create the azure resources and utilize them in the web app for your own project.

contosopizzawebapidemo icon contosopizzawebapidemo

A simple web api demo with swagger documentation, custom error handling, unit tests, JsonPatch, and a HttpClient tester. Features tutorial-style YouTube videos for some topics.

filemanagerdemo icon filemanagerdemo

(File Manager – A Demo of a WCF Self-Hosted Service & Client "Tester" Windows Form Application Exchanging Files) This project presents a simple File Manager Service and Client Application demonstration. The File Manager is a self-hosted (service host) WCF application launched and managed with a simple console interface. The client β€œtester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.