Tweet
Does anyone have a reputable table of domain names and their associated companies? I'm building work email address verification system for yourfriendat.com and I'm trying to minimize people having to wait for me to manually check emails. #buildinpublic #EmailMarketing
Building a secure, super fast file transfer app. Any name ideas? Apparently The Flash is taken by a comic book hero. #buildinpublic
Another month another launch. Sent Nextbox to the beta testers yesterday. Working on a secure file transfer app today. #buildinpublic
After trying to adapt several other tables and grids to my needs, I found the incredibly beautiful and fast react-data-grid. If you need a performant table in react I suggest you check it out. adazzle.github.io/react-data-gri… #React #buildinpublic
How to make your sqlite based, or any disk based app seem super snappy - even when you have a lot of reads and writes: Have a priority queue for queries. If it's user facing, it goes to the front of the queue. If not, it can wait in line. #buildinpublic #sqlite
Apparently there are some weirdos who delete emails instead of just marking them read and moving on. Just made the delete button work in GetNextbox.com. One step closer to beta. #buildinpublic
Before I spend hours customizing a component, I'm just going to ask: Does anyone know a good virtualized list component that allows selection and keyboard navigation (e.g. press down to select the next row)? #ReactJS #React #buildinpublic
Speed is a priority with GetNextbox.com. Everything is fast from sqlite if you go one record at a time. But trying to read dozens of email subjects and previews at a time was slow. #buildinpublic 1/?
Just built autoupdating for GetNextbox.com. Now users will always get the latest features as soon as they're out. #buildinpublic
Got a feature request for taskerr.com: Show completed tasks. Made a quick change to add it as a menu option but is there a better way?
#buildinpublic
Got a feature request for taskerr.com: Show completed tasks. Made a quick change to add it as a menu option but is there a better way?
#buildinpublic
Got a feature request for taskerr.com: Show completed tasks. I added a menu option. Is there a better way? #buildinpublic