Building A Blog With Eleventy And Netlify CMS – Part 3: Managing Blog Content With Netlify CMS
Episodes Episode 1: Creating The Eleventy Project Episode 2: Adding Blog Posts Episode 3: Managing Blog Content With Netlify CMS This is part 3 of the Building A Blog With Eleventy And Netlify CMS From Start To Finish tutorial series on CodingTheSmartWay.com. In the first two parts of this series we’ve started to create an [...]
Building A Blog With Eleventy And Netlify CMS – Part 2: Adding Blog Posts
Episodes Episode 1: Creating The Eleventy Project Episode 2: Adding Blog Posts Episode 3: Managing Blog Content With Netlify CMS This is the second part of the Building A Blog With Eleventy And Netlify From Start To Finish series on CodingTheSmartWay.com. In the first part we’ve started with an introduction of Eleventy and [...]
Building A Blog With Eleventy And Netlify CMS – Part 1: Creating The Eleventy Project
Episodes Episode 1: Creating The Eleventy Project Episode 2: Adding Blog Posts Episode 3: Managing Blog Content With Netlify CMS Eleventy is a simple static site generator based on JavaScript. The great thing about Eleventy is that it is zero-config by default but can also be run with configurations options which makes it [...]
Command-line Interfaces (CLIs) With React And Ink 3
If you’re a developer you’ve probably working with a lot of different command-line interfaces (CLIs). Recently modern command-line interfaces have been becoming more interactive and more user-friendly. Modern command-line interfaces are accepting user input, provide nice looking command-line user interfaces, and are able to handle [...]
Beginner’s Guide To Neural Networks In JavaScript With Brain.js
Part 1: Building Your First Neural Network Neural Networks are the essential building blocks for machine learning and artificial intelligence applications. By using Neural Networks we’re able to solve problems that can’t easily by solved by traditional algorithms, like face detection, voice recognition, or medical diagnosis. In this [...]
11ty | Eleventy – A Simple Static Site Generator
Eleventy is a simple static site generator based on JavaScript. The great thing about Eleventy is that it is zero-config by default but can also be run with configurations options which makes it flexible and extremely easy to use at the same time. In contrast to other static site generators Eleventy does not force you to use a specific [...]
Building A Vanilla JavaScript Todo App From Start To Finish | EP5: Completing & Removing Todos
Episodes Episode 1: Introduction & Project Setup Episode 2: Adding UI Elements Episode 3: Styling The App Episode 4: Adding Todos Episode 5: Completing & Removing Todos In the last part of this series we’ll finalize our JavaScript Todo App by adding missing functionality like completing and removing todo items. Therefore we’re [...]
Building A Vanilla JavaScript Todo App From Start To Finish | EP4: Adding Todos
Episodes Episode 1: Introduction & Project Setup Episode 2: Adding UI Elements Episode 3: Styling The App Episode 4: Adding Todos Episode 5: Completing & Removing Todos In this episode of the Building A Vanilla JavaScript Todo App From Start To Finish we’re starting to add the necessary JavaScript code to our app. We’ll start [...]
Building A Vanilla JavaScript Todo App From Start To Finish | EP 3: Styling The App
Episodes Episode 1: Introduction & Project Setup Episode 2: Adding UI Elements Episode 3: Styling The App Episode 4: Adding Todos Episode 5: Completing & Removing Todos Part of building a Vanilla JavaScript Todo App is adding a modern and nice-looking user interface. In this episode we’re going to add the necessary CSS code [...]
Building A Vanilla JavaScript Todo App From Start To Finish | EP 2: Adding UI Elements
Episodes Episode 1: Introduction & Project Setup Episode 2: Adding UI Elements Episode 3: Styling The App Episode 4: Adding Todos Episode 5: Completing & Removing Todos In the first part of the Building A Vanilla JavaScript Todo App From Start To Finish series we started to setup the project and prepared the basic HTML page by [...]