Don't Tell Me About Bubbles

Don't Tell Me About Bubbles

2025-10-23

Why 'AI bubble' talk misses the point: it's a market race, and products still win by solving real problems.

Is This The Best Programming Language for Vibe Coding?

Is This The Best Programming Language for Vibe Coding?

2025-09-29

Exploring the ideal programming language for vibe coding, where developers design and review code generated by AI agents.

A Gentle Introduction to Flutter 3

A Gentle Introduction to Flutter 3

2023-03-15

Compile your flutter app for Android, then run it on an Android device.

A Gentle Introduction to Flutter 2

A Gentle Introduction to Flutter 2

2023-01-11

Compile your flutter app for iOS, then run it on an iPhone.

Maze Solving With Python 3

Maze Solving With Python 3

2022-12-14

Part 3 of the 'be a-maze-d' series where we will solve our generated maze in a more descriptive way

Be a-maze-d part 2

Be a-maze-d part 2

2022-12-11

Generating and solving a maze represented by a 2d array using Python 3

Be a-maze-d

Be a-maze-d

2022-12-04

Solving a maze represented by a 2d array using Python 3

A Gentle Introduction to Flutter

A Gentle Introduction to Flutter

2022-10-27

This tutorial helps you to learn the basics of Flutter without having to spend hours installing tools and reading countless pages of documentation.

Adding Unit Tests to an iOS MVP Project in Swift Part 2

Adding Unit Tests to an iOS MVP Project in Swift Part 2

2022-05-25

Unit testing an example project the Dragon rides app, an iOS project written in swift. Part 2 and final.