Category: software
-
Types of Users in SaaS and B2B Software
In the last video, I talked about the Product Life Cycle. That life cycle lives and dies by the Technology Adoption Life Cycle. However, the Technology Adoption Life Cycle also describes the types of users you’ll sell high-tech products to. Before I get into the types of users, we should talk about products. I know!…
-
Writing Users Stories
How are User stories developed? Well Product Owners (POs) write the Epic and userstory for the team. However, improving the userstory overtime is what I mean by developing a userstory. Userstory development can be challenging journey but one that should be marked by experts and simplicity hopefully. The initial idea for a feature is not…
-
Argument for Design Sprints
I have witness a trend from companies that don’t value the idea of a design sprint, sprints in general, and SCRUM. I recently saw Linkedin post making fun the design sprint devaluing its existence and purpose without considering why does it exist in the first place? While I do enjoy the occasional meme I don’t…
-
A Python Tutorial for Absolute Beginners
Programming is like cooking—write a recipe (code), let the kitchen (computer) process it, and get the final dish (output). This guide uses simple metaphors to explain key programming concepts, helping you understand Python step by step. Let’s break it down and make coding approachable!
-
Rapid Prototype Workshop: Part 1. Flask App Backend
Rapid Prototype Development: From Idea to Deployment for AI & ML Welcome students or self-taught learns, thank you for coming to read this article. You are here because you have a lot of grit, awareness, cleverness, energy, & time to build something of value for others and yourself. However, as you know today, there are so…
-
Setting Up a Flask App and Deploying It Via Google Cloud
In this tutorial, we will walk through the process of creating a basic Flask application, setting up configurations via an .env file, enabling CORS, and deploying the app to Google Cloud Platform (GCP). 0. Requirements skip this step if you well experienced with python Install python depending on your windows & MacOS ] Click the…
-
Competitor Analysis for Software Products
Overview: Competitive Analysis of Software When making a competitive analysis of software you could utilize the number of users, revenue a company is making, and so on. However, what it comes down to time and time again is User Experience & Design. Multi-billion dollar companies such as Apple and TikTok understand good design and tools…