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 with an app, once and for all. Scrum Poker App If you have never worked in a Scrum Team before, you maybe never heard the term Scrum Poker. To explain the whole idea, would probably be too much for that story, but if you are interested Ravindra Prasad wrote an excellent article about that topic. ...

October 12, 2019 · 9 min · 1775 words · Max Weber

Clone a Website From Scratch

Pen & Paper: My best friends before starting to code 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 I read it, I tried to follow the instruction in step three and decompose my original website. ...

September 27, 2019 · 5 min · 914 words · Mahtab Tadayon

GitHub Actions - For a Flutter Developer

GitHub Actions — Can I eat that? The short answer is no, but if you want to build, pack and deploy your app, it is maybe something for you. Github Actions is the CI / CD project from GitHub. The CI / CD allows us to set up workflows for different scenarios of our app. It gives us the possibility to build our app, test our application and also to publish at the end our APK. The best thing is that you dont even have to leave your GitHub page. ...

September 9, 2019 · 6 min · 1072 words · Max Weber

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. Organization of my project This is one of my first experiences with my own real project. Therefore I needed to come up with a good structure for my GitHub Repository. I knew I will have a backend, aka “server”, and a web “client”. So I created the projects inside of the subfolders “server” and “client” (Creative I know). ...

September 2, 2019 · 6 min · 1191 words · Max Weber

I go on a Chingu Journey, with Flutter, Dart and Aqueduct

keywords: Flutter Dart Personal Development tags: Flutter Dart Aqueduct After six months of travel, we decided to stay in New Zealand, and I got some work as a software engineer very quickly. The work there is good with a lot of friendly people around me. But currently, I am not happy anymore with Angular as a technology stack. But to do private projects is quite hard, and somehow the motivation is missing that pushes you to completion until my girlfriend had an excellent idea. ...

August 25, 2019 · 5 min · 937 words · Max Weber

Six Weeks with Chingu to feel like a Software Developer

In January 2018 I started to realize my dream and learn how to code with Udacity. I took a six-month Intro to Programming course and started to learn HTML, CSS, JavaScript and Python. At this time I had my full-time job in Germany in Sales with my background of M.Sc in Industrial Engineering. That was a tough time for me to focus on learning every day after eight hours of work. Even if on weekends, I had to spend time to learn and submit my exercises and projects. I was never in such a short time so often frustrated and stuck in problems, like this six months. But I was never so amazed and motivated to learn something, that I couldn’t give it up. After six hard months, I managed to get my first certificate in programming from Udacity. ...

August 25, 2019 · 5 min · 1011 words · Max Weber