
Software Development
State vs Status: What's the Difference in Programming?
For many years I’ve been writing code, but it wasn’t until recently that I realised I had been using …
•
5 min read
For many years I’ve been writing code, but it wasn’t until recently that I realised I had been using …
Often times we encounter the need to adapt layouts significantly between mobile and desktop views. A common requirement …
In the world of terminal applications, colour and styling are essential for creating user-friendly interfaces, …
Right, just arrived in New York… wow, it’s absolute madness here straight away, love it! 😎 My hotel is literally just …
Welcome to my blog! Here’s a sample code block with python:
1def greet(name: str) -> str:
2 …