Node.js
Getting Started With Strapi EP1: Introduction & Setup
Episodes Episode 1: Introduction & Setup Episode 2: Collection Types Episode 3: Authentication Welcome, this is the first episode of the Getting Started With Strapi tutorial series on CodingTheSmartWay.com. Without any prior knowledge you’ll learn everything which is needed to setup Strapi which can then be used as you headless CMS [...]
The MERN Stack Tutorial – Building A React CRUD Application From Start To Finish – Part 2
Part 2: Setting Up The Back-end Part 1: Setting Up The Project Part 2: Setting Up The Back-end Part 3: Connecting Front-End To Back-End Part 4: Finishing The Application This is the second part of the The MERN Stack Tutorial – Building A React CRUD Application From Start To Finish series. In the first part we’ve started to [...]
Angular 6 – MEAN Stack Crash Course – Part 2: Implementing The Back-end
Part 1: Front-end Project Setup And Routing Part 2: Implementing The Back-end Part 3: Connecting Front-end To Back-end Part 4: Completing The User Interface In the first part of this MEAN Stack Crash Course series we’ve started to build the Angular 6 front-end application. In this second part we’ll now focus on building the [...]
Course Announcement: GraphQL with Angular & Apollo
The first CodingTheSmartWay.com online course has been launched and is available on Udemy: GraphQL with Angular & Apollo – The Full-stack Guide (use this link to get the course for just $10 right now) This course is for everyone interested in learning how to build a full-stack GraphQL-based web application with Angular. The [...]
Apollo Server – Introduction
Apollo Server is a library that helps you connect a GraphQL schema to an HTTP server in Node.js. It’s possible to use Apollo Server with all popular HTTP servers like Express, Connect, Hapi, Koa, Restify, and Lambda. In this tutorial you’ll learn how to set up Apollo Server with Node.js and Express. Let’s get started. [...]
Creating A GraphQL Server With Node.js And Express
GraphQL is a language that enables you to provide a complete and understandable description of the data in your API. Furthermore it gives clients the power to ask for exactly what they need and nothing more. The project’s website can be found at http://graphql.org/. There are several advantages of GraphQL. GraphQL is declarative: [...]
Top 3 Node.js Online Courses
Node.js is a rapidly growing web server technology making it possible to use JavaScript on the server. Learning Node.js is a crucial skill for any web developer today as Node.js is part of most modern web application stack like MEAN. Node.js is based on Chrome’s V8 JavaScript engine which ensures fast execution of server-side [...]