Web Development
The Svelte 3 Quickstart Tutorial
The front-end development world is changing very fast – new technologies and frameworks are being released constantly and sometimes it’s hard to keep the overview. If you’re a web developer you have most probably worked with frameworks like Angular, React, Vue in recent months. Now a new star is arising which is gaining [...]
Gatsby And Contentful – The Headless CMS Approach
Welcome to this free six-part video tutorial on building a blog with Gatsby.js and Contentful from start to finish. In this course you’ll learn everything which is needed to get started with Contentful and Gatsby to apply the Headless CMS approach in a pratical example. If you like CodingTheSmartWay, then consider supporting us via [...]
The MERN Stack Tutorial – Building A React CRUD Application From Start To Finish – Part 4
Part 4: Finishing The Application 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 fourth and last part of The MERN Stack Tutorial – Building a React CRUD Application From Start To Finish series. In the last part we’ve [...]
Course Announcement: Gatsby – Static Site Generator For React – Complete Guide
Big Announcement: The new Gatsby – Static Site Generator For React – Complete Guide online course has been launched today! Check it out and apply coupon 10GATSBY to get it for only $9.99 right now! Limited Launch Offer: Gatsby is based on React and GraphQL. Gatsby uses GraphQL internally to make data available which is [...]
The MERN Stack Tutorial – Building A React CRUD Application From Start To Finish – Part 3
Part 3: Connecting Front-End To 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 third part of The MERN Stack Tutorial – Building a React CRUD Application From Start To Finish series. In the second part we’ve finished [...]
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 [...]
Top Static Site Generators For 2019
Static site generators focus on one main task: generate a complete static HTML-based site. This result does not rely on databases or other external data sources and therewith avoid any server-side processing when accessing the website. In comparison to dynamic websites, static sites have many advantages and therefore are becoming more [...]
Building A Real-Time Chat Application With Vue.js and Firebase – Part 3
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions In this second part of the Building A Real-Time Chat Application With Vue.js and Firebase tutorial series we’ve further completed the implementation of the Vue.js front-end application. In this third part we’ll be implementing [...]
The 2019 Roadmap To Fullstack Web Development
Becoming a fullstack web developer requires you to cover a lot of skills. For beginners it’s often not easy to find the right learning path and to gain quick result. At first sight it might be overwhelming to understand what you need to learn and how everything fits together at the end. This post will give you an overview of [...]
Building A Real-Time Chat Application With Vue.js and Firebase – Part 2
Part 1: Setting Up The Project Part 2: Implementing The Chat Logic Part 3: Firebase Cloud Functions In the first part of the Building A Real-Time Chat Application With Vue.js and Firebase tutorial series we’ve set up the Vue.js project, installed needed dependencies like the Bootstrap framework, established the connection to [...]