Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the Node JS and GraphQL training #378

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion src/bit-u.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,22 @@ a.quote-link:hover{
</div>
<a href="./learn-ngrx.html" class="button button-grey full-width">Take this course</a>
</div>
<div class="academy-card course" style="background: transparent; border: none;">&nbsp;</div>
<div class="academy-card course">
<div class="course-logo">
<img src="./static/img/graphql-logo.png" height="70">
</div>
<h4>Node JS and GraphQL</h4>
<p>Build a backend application for property rentals using Node JS, GraphQL and Apollo Server.
Learn about using ORMs like Mongoose and Prisma with a NoSQL Mongo database!
Write testcases testing created endpoints.</p>
<div class="width100">
<p class='detail'><strong>Audience:</strong> Intermediate JS developers</p>
<p class='detail'><strong>Goal:</strong> Learn the latest Node/GraphQL practices building a server as of early 2023.</p>
<p class='detail'><strong>Time:</strong> 12 hours</p>
</div>
<a href="./learn-graphql.html" class="button button-grey full-width">Take this course</a>
</div>
</div>
</div>
</div>
<a name="live-events-section"></a>
Expand Down
Loading