Tag: Tutorial
-
A terminal real time application with Dart Sockets
We already covered in another Article what an HTTP call is and how it works in a Client – Server Architecture. But today, we want to look at how to keep a connection open between the Client and the server to implement a Real-Time Application.
-
Flutter Project – Scrum Poker App
First, I want to start by creating a clear picture of what we want to achieve. I work currently on a Scrum Team, we always have to carry around our cards for sprint poker. These cards are old, dirty and very often used from a lot of teams and so I decided to change that…
-
Flutter Journal App — Full Project with Chingu
I am coming from a Front End development background, and it’s always more comfortable for me to break down my applications from top to down. That usually means I first start to implement the basics in visualization and then come slowly down to the nasty backend world and save my stuff finally on a database.
-
Clone a Website From Scratch
To be honest with you, I had no idea what I should code at first! So I started to google and figured out how I should begin and process my task to be successful. One of the best articles that I found was Learning by Cloning: How to Decompose the Problem, from Jim Medlock. After…