Viewing profile — madisvain
madisvain
HN member- Joined
- Thu, Dec 29, 2011, 9:30 AM UTC
- HN karma
- 23
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About madisvain
No profile information was provided.
Recent public activity
-
comment
Comment #44835167
Local first is amazing. I have been building a local first application for Invoicing since 2020 called Upcount https://www.upcount.app/ . First I used PouchDB which is also awesome…
-
comment
Comment #31157425
VATcomply.com has been using SQLite as a primary database for 2 years and is serving ~70 requests per second without an issue. HTTPS: https://vatcomply.com/ Github: https://github.…
- comment
-
comment
Comment #29681657
I built and sold couple of open source API's I built and am now working on a new one that combines them together to make a complete API product for VAT compliance. https://vatcompl…
-
comment
Comment #23184210
For complex state flows we use Kea JS. https://kea.js.org/ The library has been around for a while and reduces a lot of boilerplate. Is also used by some quite big names.
-
comment
Comment #22859305
Thank you very much for the heads up. I have updated the title to fix the spelling mistake. Thank you!
-
comment
Comment #22858149
Hoping to start something free today that can add paid features in the future: https://www.upcount.app/
-
comment
Comment #22651173
Working on a offline-first Invoicing app for freelancers & small businesses. Built to be cross-platform with Electron & react. https://upcount.app https://github.com/madisvain/upco…
- story
- story
-
story
Python web framework roundup
A lot of web frameworks have been built for Python. There are even tutorials around the web for rolling your own web framework in Python. That is because it's really that easy. In …
-
story
Python giving Haskell a run for its money
Everybody knows Haskell beats Python in speed - always. The main reason being is that Haskell is compiled but Python interpreted. There have been some general posts about this all …