Skip to content
View gwenf's full-sized avatar

Organizations

@Free-Code-Camp-Indy @FCC-Hackathon-Indy @indianapolis-blockchain-developers

Block or report gwenf

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
gwenf/README.md

Hi there 👋

I'm Gwendolyn Faraday

Staff Software Engineer | AI Engineer

I'm available for software consulting and to create videos, courses, or articles on the following topics:

  • AI Engineering: AI APIs, LLMs, RAG Systems, Agentic Workflows, Data Pipelines
  • Databases: Postgres, Vector, Elasticsearch, Mongo, Redis, Dynamo
  • Languages: Python, Golang, JavaScript
  • Frameworks: Fast API, Django, Gin, Vue.js

My GitHub stats

This doesn't take into account the work done in forks, organizations, or private repos.

Github stats

Pinned Loading

  1. faraday-academy/curriculum-app faraday-academy/curriculum-app Public

    Create, share, and keep track of your learning curricula.

    Vue 168 293

  2. block-explorer block-explorer Public

    A command line application for exploring the Ethereum blockchain.

    JavaScript 8 1

  3. faraday-academy/anki-decks-for-devs faraday-academy/anki-decks-for-devs Public

    Anki flashcard decks for use with the Anki software.

    Python 4 1

  4. git-commands.md git-commands.md
    1
    * repo -> repository
    2
    * `clone` -> bring a repo down from the internet (remote repository like Github) to your local machine
    3
    * `add` -> track your files and changes with Git
    4
    * `commit` -> save your changes into Git
    5
    * `push` -> push your changes to your remote repo on Github (or another website)