Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
_query
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
How and why I got started with Haskell
(wasp-lang.dev)
1 points
by
_query
4y ago
|
0 comments
32.
▲
IHP: Haskell Web Framework
(ihp.digitallyinduced.com)
4 points
by
_query
4y ago
|
0 comments
33.
▲
by
_query
4y ago
In recent years the Haskell ecosystem has drastically improved. With Haskell Language Server (HLS) there's now great autocompletion and inline error reporting for e.g. VSCode and other editors. We've recently got dot-notation, so
34.
▲
IHP Haskell Framework v0.20 has been released
(github.com)
9 points
by
_query
4y ago
|
0 comments
35.
▲
by
_query
4y ago
Yes, it's possible to build a traditional web company with Haskell. We've made IHP exactly for that :) It's like Rails/Django but for Haskell. https://ihp.digitallyinduced.com/ We specifically try to be
36.
▲
by
_query
4y ago
Thanks to reintroduction of deep subsumption we could finally update IHP to the GHC 9 series. So really happy about the recent GHC releases :) If you're curious about Haskell, IHP is a good starting point ( https://ihp.digita
37.
▲
What's That Typeclass: Functor
(serokell.io)
3 points
by
_query
4y ago
|
0 comments
38.
▲
Open-Source Haskell: 21 Projects, Tools, and Libraries
(serokell.io)
7 points
by
_query
4y ago
|
0 comments
39.
▲
IHP: Haskell Framework for Type-Safe Web Applications
(github.com)
4 points
by
_query
4y ago
|
0 comments
40.
▲
by
_query
4y ago
Check out https://thin.dev/ :) It's similar, supports self-hosting and uses postgres. Quick demo video here: https://www.youtube.com/watch?v=-jj19fpkd2c&t=3s (I'm founder of Thin)
41.
▲
IHP: Haskell Web Framework
(ihp.digitallyinduced.com)
5 points
by
_query
4y ago
|
0 comments
42.
▲
by
_query
4y ago
Thanks! If you have feedback or questions once you tried it out, reach out any times :)
43.
▲
by
_query
4y ago
Real-time by default for everything is really a fun way to write web apps. A little bit inspired by Meteor we've build Thin Backend, which provides a real-time API for querying data and writing to a postgres database. If you're in
44.
▲
An Alternative Approach to State Management with Redux
(thin.dev)
1 points
by
_query
4y ago
|
0 comments
45.
▲
by
_query
4y ago
If you're new to IHP, here's a few links to get you started: - Watch the intro video to get a rough overview of the framework: https://www.youtube.com/watch?v=UbDtS_mUMpI - You can see all Features of IHP describe
46.
▲
by
_query
4y ago
Most of IHP is available open source and free. Like 99% of it. The IHP Pro features are mostly targeted at people making money with IHP (e.g. companies and freelancers). The idea is that the Pro plan provides a longterm incentive for mainta
47.
▲
Deploying an IHP Project to Fly.io
(nathanjaremko.com)
61 points
by
_query
4y ago
|
18 comments
48.
▲
Thin Back End: Instant TypeScript API for Your Postgres DB
(github.com)
2 points
by
_query
4y ago
|
0 comments
49.
▲
by
_query
4y ago
Hey, Founder of Thin here. Thanks for mentioning us :) On RethinkDB: The post-mortem of RethinkDB is a good read https://www.defmacro.org/2017/01/18/why-rethinkdb-failed.htm... If anyone has questions regardi
50.
▲
by
_query
4y ago
IHP is mostly an open source project. I comment on most Haskell threads about IHP because I would love to see more Haskell adoption. Most people think Haskell is about Monads and Math, with IHP we want to show that Haskell can be used in a
51.
▲
by
_query
4y ago
Mysql support is not implemented at the moment. If there's someone paying for the development we could have it. You're of course also free to contribute it yourself to the open source version, then it wouldn't need to be part
52.
▲
by
_query
4y ago
If you want to do web development with Haskell beyond building a blog generator, a good starting point is IHP ( https://ihp.digitallyinduced.com/ https://github.com/digitallyinduced/ihp ). IHP is Haskell
53.
▲
by
_query
4y ago
We have a couple users recently that are switching from different GraphQL services, so I expect this to be relevant for people checking out GraphJin :) Thin was on the Frontpage of HN around a month ago: https://news.ycombinator.
54.
▲
by
_query
4y ago
This is basically the idea behind [Thin Backend]( https://thin.dev/ ). Instead of exposing raw SQL strings we have a few high level functions to compose queries in a nice way and to do all kind of CRUD operations. These funct
55.
▲
by
_query
4y ago
If you're looking for something like GraphJin, PostGraphile or Hasura but with less boilerplate and complexity, more end-to-end typesafe approach and optimistic updates, check out Thin Backend https://thin.dev/ ( https
56.
▲
by
_query
4y ago
Check out Thin Backend https://thin.dev/
57.
▲
by
_query
4y ago
Have you checked out thin.dev? We provide optimistc updates, local cache and realtime is the default for everything (offline persistence has not been the focus as we're not targeting mobile for now)
58.
▲
by
_query
4y ago
ihp-backend was the "old" name before it was called thin backend. You can find the source code here https://github.com/digitallyinduced/thin-backend and here https://github.com/digitallyinduce
59.
▲
by
_query
4y ago
Yeah, initially we didn't have this. During beta our main servers were in europe, and while I was in SF I saw what a difference this made to the overall UX of our kind of realtime apps. Everything took like 200ms more :) With the optim
60.
▲
by
_query
4y ago
If you're looking for something like Appwrite or Supabase but with a more end-to-end typesafety approach + optimistic updates, check out Thin Backend https://thin.dev/ ( https://github.com/digitallyinduc
More ›