Getting Started With Flutter – (2) Project Structure
This is episode 2 of the Getting Started With Flutter series here on CodingTheSmartWay.com. In the first episode we’ve covered everything what’s needed to setup the Flutter™ development environment on your system, create a first Flutter project and run this Flutter application in an Android Virtual Device. In this second part we’re going [...]
Getting Started With Flutter – (1) Setting Up The Development Environment
Flutter™ is Google’s UI toolkit for building building applications for mobile, web, and desktop from one single codebase. Flutter relies on the dart programming language and uses a compiler for natively building applications for the various target platforms. This tutorial series is for everyone who wants to get started with [...]
Top 3 Flutter Online Courses
Flutter™ is Google’s UI toolkit for building building applications for mobile, web, and desktop from one single codebase. Flutter relies on the dart programming language and uses a compiler for natively building applications for the various target platforms. Flutter has been released as an Alpha version first in 2017. The [...]
Fetch API – Introduction To Promised-based Data Fetching In Plain JavaScript
Making server requests in JavaScript-based application is a common task. There are different ways of solving that task. Back in the day developers used the XMLHttpRequest (XHR) objects to interact with servers. For the first time it has been possible to retrieve data from a URL without having to do a full page refresh. This was one of [...]
Building A Svelte 3 Todo App From Start To Deployment
In the previous Svelte 3 Quickstart Tutorial we’ve covered the framework basics. Now it’s time to go one step further and apply this knowledge to build a complete Svelte 3 todo application from start to finish. If you like CodingTheSmartWay, then consider supporting us via Patreon. With your help we’re able to release [...]
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 [...]
Docker & WordPress
WordPress Containerization With Docker Setting up a local WordPress installation involves multiple steps and sometimes can be very cumbersome. Usually you need to setup a local web server (w.g. Apache), configure the server to be able to execute PHP code, and setup a MySQL database. Of course you can use pre-build bundles like MAMP for [...]
The Machine Learning Crash Course – Part 2: Linear Regression
Welcome back to the second part of the CodingTheSmartWay.com Machine Learning Crash Course. In the first part we’ve covered the basic terminologies of Machine Learning and have taken a first look at Colab – a Python-based development environment which is great for solving Machine Learning exercises with Python and TensorFlow. [...]
The Machine Learning Crash Course – Part 1: Introduction
Welcome to the first episode of the CodingTheSmartWay.com Machine Learning Crash Course For Beginners! In this series you’ll learn everything you need to get started with Machine Learning from scratch. No prior knowledge is required. You’ll learn basic concepts and practical applications from start to finish. In this first [...]
Apollo Server 2 Introduction
Apollo Server is a library which makes it easy to create a GraphQL server in JavaScript. In this tutorial we’ll walk through the steps of getting Apollo Server 2 installed, setting a new project and implementing a GraphQL server. If you like CodingTheSmartWay, then consider supporting us via Patreon. With your help we’re able [...]