Giter VIP home page Giter VIP logo

agile-final-project's Introduction

Hi there! Welcome to my GitHub Profile! โœจ

My name is Ginny, an aspiring technophile.

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Undergrad school - A new journey into the unknown ๐Ÿง ๐Ÿ”Ž

๐Ÿ“– Before starting college in August 2018, I was, by all means, a non-tech person growing up without my own computer in a non-wifi room ๐Ÿค• I never thought that one day, coding and all those complex technical kinds of stuff I never cared about would dawn on me and eventually become my career down the road ๐Ÿ”ฎ

๐Ÿ“– I first learned to code at the beginning of 2019 as I switched from Art to Computer Science in college, but I literally had no luck with this major ๐Ÿคฏ I could not have hated coding more than I did ๐Ÿ˜•

๐Ÿ“– Not until August 2021 did I ACTUALLY start learning programming and coding in a way that worked out well for me ๐Ÿง I've finally known how to learn coding by trial and error ๐Ÿค“

๐Ÿ“– I officially became a Software Engineer in August 2022 after managing to get out of college 3 months before that ๐Ÿ™๐Ÿป

๐Ÿ“– Now, I enjoy learning new technologies and new programming languages by making something from scratch step by step as well as working on real-world projects as part of my day-to-day job ๐Ÿ› 

๐Ÿ“– Self-learning is one of the most important and enjoyable parts of my life โ˜บ๏ธ I soon found out that GitHub is such a good place for me to record my never-ending learning journey from a technophobe to a technophile ๐Ÿ”ฅ To me, it is my open learning journal where I can not only keep my notes and references while learning new technical stuff but also share them with others who may find them helpful ๐Ÿ“”

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Grad school - The next chapter of the endless learning journey ๐ŸŒŠ ๐Ÿ„๐Ÿปโ€โ™€๏ธ

๐Ÿ“– Since the public release of ChatGPT in November 2022, Artificial Intelligence (AI) has significantly transformed various aspects of our lives. At that time, I had just begun my first job and wasn't considering a career change. However, I enjoyed experimenting with ChatGPT and exploring prompt engineering whenever I had the chance ๐Ÿคฉ

๐Ÿ“– In May 2023, I found myself discontented with the idea of working as a generalist full-stack Software Engineer for my entire career ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป While I was enjoying my current job, I didnโ€™t want to be stuck in one role for too long without developing other skill sets ๐Ÿ”ฅ I developed a keen interest in AI and decided to delve deeper into the field. I first started with Andrew Ng's AI and Machine Learning (AI/ML) specializations and courses on Coursera ๐Ÿค–

๐Ÿ“– After completing around 10 courses and specializations ๐Ÿ“š, I decided to commit more seriously to AI/ML ๐Ÿฆพ I applied to several online Master's programs in AI/ML offered by various universities in the United States ๐Ÿซ My goal was to earn a Master's degree while continuing to work full-time, allowing me to gain industry experience simultaneously ๐Ÿ”ฅ

๐Ÿ“– Fortunately, I was admitted to the University of Texas at Austin, where I have been studying Artificial Intelligence for the next 2.5 years ๐Ÿ’ป This journey has been both challenging and rewarding, reinforcing my passion for AI and my commitment to advancing in this exciting field ๐Ÿค–

๐Ÿ“– To be continued...

๐Ÿ€๐Ÿ€๐Ÿ€

๐Ÿ›  Languages and Tools

๐Ÿ“– I have been learning and exploring these following tools and languages

cplusplus git java mysql python flutter dart javascript react html css bootstrap jupyter typescript spring springboot kubernetes postman pytorch tensorflow

๐Ÿ“Š Stats

Ginny's github activity graph

๐Ÿ† GitHub Trophies

agile-final-project's People

Contributors

ginny100 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

agile-final-project's Issues

Must have automation to deploy new changes to the cloud

As a Service Provider
I need service to have automation to deploy new changes to the cloud
So that my team can automatically deploy new changes of the service

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Need the ability to retrieve a product from the catalog

As a User
I need the ability to retrieve a product from the catalog
So that retrieve products from the catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given I have clicked on a specific catalog and accessed its page
When I try retrieving a product in the current catalog
Then I can view and see all information of this product under this specific catalog

Need the ability to query a subset of products in the catalog

As a User
I need the ability to query a subset of products in the catalog
So that I can know which products are under a specific subset of a catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Need the ability to "Like" a product in the catalog

As a User
I need the ability to "Like" a product in the catalog
So that I can indicate which are my favorite products in a catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Need the ability to update a product in the catalog

As a User
I need the ability to update a product in the catalog
So that I can update products in a catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given I have clicked on a specific catalog and accessed its page
When I choose one product and try updating it
Then this product has updated information

Need the ability to "Dislike" a product in the catalog

As a User
I need the ability to "Dislike" a product in the catalog
So that I can show which products I find unsatisfied in a catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Must be hosted in the cloud

As a Service Provider
I need the service to be hosted in the cloud
So that I can scale capacity with user demand

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given I have deployed to the cloud
When a customer comes to our URL
Then our service will be available

Need the ability to list all products in the catalog

As a User
I need the ability to list all products in the catalog
So that I can see all products under a specific catalog in list view mode

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]

Need the ability to create a product in the catalog

As a User
I need the ability to create a product in the catalog
So that I can create product for specific catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given I have clicked on a specific catalog and accessed its page
When I try creating a new product
Then a new product is added to the current catalog

Need the ability to delete a product from the catalog

As a User
I need the ability to delete a product from the catalog
So that I can delete a product from the catalog

Details and Assumptions

  • [document what you know]

Acceptance Criteria

Given I have clicked on a specific catalog and accessed its page
When I choose one product and try deleting it
Then catalog page no longer shows the product I have deleted

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.