Viewing profile — davidkell
davidkell
HN member- Joined
- Fri, May 19, 2017, 7:56 PM UTC
- HN karma
- 121
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About davidkell
Recent public activity
- story
-
comment
Comment #33786946
Agreed and well put. Lack of a decent Rails/Django option for JS/TS is part of the issue IMO, since that ecosystem is so popular atm. I also wonder if you have to get burned a few …
-
comment
Comment #33786813
For junior developers reading this: frameworks are great, learn to love them, they will save you much time and stress when shipping real products.
-
comment
Comment #33046995
If you like Python, I can recommend this: - Start with SaaS Pegasus https://www.saaspegasus.com/ - Deploy to Heroku - Get comfortable with "X-in-HTML" frameworks - Tailwind, HTMX, …
-
comment
Comment #30823937
Happy SaaS Pegasus customer here! Reasons to love it: - Cory’s writing on low JS alternatives to single page web apps was game changing for us. And that’s all built in. 10x faster …
-
comment
Comment #30072792
Thanks folks, much needed! Where is the list of destinations today?
-
comment
Comment #29107993
Many of your integrations talk about “syncing” rather than event collection, which to me sounds like what Fivetran is doing. Does that distinction make sense and how are you thinki…
-
comment
Comment #28776982
+1 for SaaS Pegasus. In particular, Cory has done a wonderful job in introducing a more pragmatic approach to Javascript with Django [0]. Plus he's built a strong Slack community a…
-
comment
Comment #27711364
+1 For this recommendation, an exceptional book. In particular chapters 2-3 demystify how databases work, and provides an intuition on when to use different kinds of databases and …
-
comment
Comment #27611519
OK, that's an interesting POV. To be honest, I was surprised that you advocated writing so many tests for each view, easily 10-20 per view. Part of the beauty of Django's various c…
-
comment
Comment #27610645
We recently started working with "traditional" Django + Hotwire + React wrapped into web components for interactivity. We've previously tried React+Hasura/Postgraphile and React+DR…
-
comment
Comment #27608114
As the sibling comment says, while I disagree with specifics this article is full of gems. @Alex3917 What do you think of using Django-rendered templates for views that don't requi…
-
comment
Comment #26691464
Has anyone found a frontend JS framework + backend combination with the developer ergonomics of say Rails, Django or Phoenix? Would love to hear.
-
comment
Comment #26024680
Any Snowflake developers reading this - the current snowflake-connector-python is pinned to 0.17, almost 1 year out of date now. Would be great to get that bumped to a more recent …
-
comment
Comment #25927191
Fivetran has built all the custom OAuth flows for their 150 custom integrations and you can build it into your own (internal or external) applications, it is neat. @goergewfraser W…
-
comment
Comment #25927120
Do you plan to support one-click integrations? (= Stitch Connect JS [0] / Fivetran "Connect Card" [1]) [0] https://www.stitchdata.com/docs/developers/stitch-connect/ja... [1] https…
- comment
-
comment
Comment #25166225
For Postgres https://pgtune.leopard.in.ua/#/
-
comment
Comment #25164500
You can do the same thing with the jupytext extension. But sometimes it is helpful to have the rendered results in version control, eg internally we use it to discuss data science …
-
comment
Comment #25164475
IMO no one has done more to make deep learning accessible than Jeremy + fast.ai team. Thanks for the amazing work! My question is about the coding style - @jph00 I’ve read your fas…
-
comment
Comment #25131689
Thanks, appreciate the response.
-
comment
Comment #25072284
Top of my wish list would be a python VSCode experience at the typescript level of quality. Interesting that mypy is a Dropbox (GvR’s previous gig) whereas Microsoft has a competit…
-
comment
Comment #25068890
What's the secret of the performance? Especially interested to see that it is written in Go.
-
comment
Comment #25068883
How is Hobbes support for relational workloads? My favourite feature of KDB is mixing SQL-like queries with list manipulations. I see support for tables in the Hobbes docs [0], but…
-
comment
Comment #25053879
The architecture you've proposed here has many overlaps with q/KDB (or Jd, Shakti), which does not (AFAIK) have a decent open source alternative. Looking forward to see what you bu…