GithubHelp home page GithubHelp logo
Jacques van der Merwe photo

jacquesvdm7 Goto Github PK

followers: 1.0 following: 3.0 repos: 53.0 gists: 2.0

Name: Jacques van der Merwe

Type: User

Company: Lesedi PFS

Bio: My official IT career started in 1987 in Cobol but I practiced programmed since 1984. Currently Full stack developer at leading German car manufacturer.

Twitter: vanenkie

Location: Johannesburg

Jacques van der Merwe's Projects

aws-doc-sdk-examples icon aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.

crwn-clothing-prisma icon crwn-clothing-prisma

A Prisma server for our backend! Prisma is a layer between our database and our client application that allows us to make graphQL requests!

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.

gs-caching icon gs-caching

Caching Data with Spring :: Learn how to cache data in memory with Spring

jackson-annotations icon jackson-annotations

Core annotations (annotations that only depend on jackson-core) for Jackson data processor

k3d-action icon k3d-action

A GitHub Action to run lightweight ephemeral Kubernetes clusters during workflow. Fundamental advantage of this action is a full customization of embedded k3s clusters. In addition, it provides a private image registry and multi-cluster support.

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-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-19 icon lesson-19

Now that we have our cart, it's time to create our checkout page. We need a checkout component for the page and our checkout-item component. We're going to connect the page to our cart reducer; we're also going to make a selector to get the total price.

lesson-2 icon lesson-2

Creating our first component, homepage and adding scss to help us with writing our styles

lesson-21 icon lesson-21

We also want to be able to update the quantity using buttons to the left and right of the number, so we will add the appropriate code to do so.

lesson-23 icon lesson-23

We have now created our collection page and converted our shop items data over from an array to an object to better leverage our url parameters! Converting arrays over to objects to store data is called data-normalization and it makes searching for specific elements in our code much easier and efficient!

lesson-26 icon lesson-26

We are now adding styled-components to explore CSS-in-JS. We convert over our Homepage component, Header component and CustomButton component to use styled-components instead of scss.

lesson-26-complete icon lesson-26-complete

In this repository, all our components have been converted to styled-components!

lesson-28 icon lesson-28

In this lesson we are using redux-thunk for asynchronous event handling! We have modified our collections-page collections-overview components to use the container pattern to separate their loading logic out of our shop component, and into their own isolated files.

lesson-3 icon lesson-3

Going through our folder structure for the project, breaking out homepage component into smaller components

lesson-4 icon lesson-4

Adding routing with react-router, then creating new routes for our existing homepage and our new hats page

lesson-5 icon lesson-5

Going over the concept of higher order components through use of the withRouter HOC from react-router-dom.

lesson-7 icon lesson-7

Creating header component to demonstrate where react-router renders our content on the page using <route> component

lesson-8 icon lesson-8

Starting our sign in section by creating a new sign in and sign up page, as well as start creating sign in component.

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.