GithubHelp home page GithubHelp logo

Hello! My name's Yihua 👋

I'm a developer that loves simplifying things. I love breaking down complex problems into simple, easy to understand solutions. I Currently live in Toronto as a software developer. In my spare time, I create courses on software development and mentor new developers.

Yihua Zhang's Projects

crwn-pwa icon crwn-pwa

Converting our Crwn-Clothing application over to a progressive web application.

fullcalendar_rails icon fullcalendar_rails

Using FullCalendar jQuery plugin(http://arshaw.com/fullcalendar/) with Rails backend. You can create, edit, delete, reschedule, resize events.

graphql-lesson icon graphql-lesson

We are starting our Graphql implementation lesson! In this lesson, we are starting from a state of our application where we don't have sagas but are leveraging redux for local state storage.

graphql-practice icon graphql-practice

We have converted over a few components to leverage the apollo clients local storage capabilities, use this project as the starting point for converting the remaining components over to using Apollo-clients local storage!

graphql-practice-complete icon graphql-practice-complete

The final version of our application after converting it to leverage apollo-client for handling local state. *One thing to note is that in checkout-item.container we use something new, the compose function and the graphql function we get from react-apollo to handle multiple mutations!

hooks-deep-dive icon hooks-deep-dive

In this repo you will find the sample project where we dive deeper into the nuances of how hooks work, particularly in the context of the React render/rerender cycle.

hovercards icon hovercards

HoverCards is a chrome extension that lets you see what's behind links from youtube, twitter, reddit, soundcloud, imgur, & instagram — all with out ever leaving the web page you're currently on.

ladda icon ladda

Buttons with built-in loading indicators.

learn_ruby icon learn_ruby

a basic ruby class generated from test-first-teaching

lesson-10 icon lesson-10

Adding email/password sign up authentication for firebase, as a result we need to store our user objects in the database.

lesson-11 icon lesson-11

Finally we update our sign-in component with our email/password sign in.

lesson-12 icon lesson-12

We have added redux to our application so we can leverage all the benefits that come with uni-directional data flow. Instead of the prop drilling we would have to do in order to pass our new user object down deeper into our component trees from our app, we can now just connect those components directly to our redux store where we store all our data.

lesson-13 icon lesson-13

Let's update our app so that after a user signs-in they are redirected to the home page, also if a user is signed into our application, we don't want them to be able to access the signinandsignup page.

lesson-14 icon lesson-14

We now need to create our cart feature in our application. To start, we'll create our cartIcon and cartDropdown components. Then we'll create the necessary reducer, actions, and types associated to handling hiding and showing the carDropdown component.

lesson-15 icon lesson-15

We have updated our cart redux files to handle adding an item, we have also connected it to our updated collection-item.

lesson-16 icon lesson-16

Now that we have created all the redux code for storing our data, now we are going to connect our items to add them to our cart.

lesson-17 icon lesson-17

We need to create our cart-item component for our cart and connect our cart component to our cart reducer.

lesson-18 icon lesson-18

We want to separate all our business logic in our selectors. In this lesson we add a new selector to show our total count of items.

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.