Learn web development from expert teachers. Build real projects, join our community, and accelerate your career
In this course, we'll show you how to create your first GraphQL server with Node.js and TypeScript
Share your knowledge with others, earn money, and help people with their career
"Writing Fullstack D3 was a thoroughly enjoyable, fun process.
The writing was over before I knew it, and we've sold way more copies than I expected! Plus, the compliments from my peers have been really amazing."
Get help with programming projects, find collaborators, and make friends
Showing results for "heroku"
course
lesson
We'll learn about Hasura and play a bit with its features and writing GraphQL queries. This knowledge will let us move on to the commenting system!
Overview of database connectivity
Deploying our Stock Quote application using Heroku
Using the Google Maps API to display the geographic data on a map
Setting up a new API endpoint to serve geographic data (UN/LOCODE ports)
Connecting to a database and finalizing the API
Beginning the process of setting up a server to host the API
What is prerendering and how Angular Universal supports it? This lesson will answer that questio and show you what steps you need to take, to make your application prerenderable.
In this module, you'll learn how to adjust the Angular application to be pre-renderable. Such prepared application can be deployed on static hosting like GitHub pages and still be SEO friendly! You will feed your application with data retrieved from MongoDB during the prerendering process.
Faster! Faster! Faster! In this lesson you will enable gzip compression, defer the CSS, lazy-load images and more. All to make it faster!
In this lesson you will create a Node.JS middle-ware, that will be responsible for caching rendered views inside Redis database.