Gary Vaynerchuk (@garyvee.com) 2025: the year of action … who’s finally ready? PS: text me for any follow up questions at 📱 1-212-931-5731 #2025 #todo #todolist #motivation #garyvee Bluesky Social · bsky.app Gary Vee, is the goat. leaving this image as a reminder for myself
Posts tagged: startup
All posts with the tag "startup"
2 posts
latest post 2024-12-30
Publishing rhythm
poc is not product
A poc is not a product. I started focais, not in a rush, but as something that I already had a POC for and thought it would be easy. I wanted to build tools to make creating blog posts like this one easier. I stared with a tool that takes screenshots of websites. POC (proof of concept) # For the poc, I made a single fastapi endpoint that takes a url and returns a screenshot of the page. It converts the url into a key that I can lookup to see if I have the shot, if I don’t I go get it. With the open source libraries out there, this is not too hard of a task. Progress Thus Far # /shot But this wasn’t enough All it does so far for this first tool is take screenshots of websites, and give you a hosted image. Users # To bring in users, I need to create a signup flow, with a database to store users, login, logout, and email recovery. I’ve never had to use an email service before that wasn’t already mandated by a company or an iternal smtp server. After some searching I chose resend for email…