ihp
gitpod
Our great sponsors
ihp | gitpod | |
---|---|---|
89 | 75 | |
3,363 | 8,371 | |
3.3% | 6.7% | |
9.9 | 10.0 | |
4 days ago | about 13 hours ago | |
Haskell | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ihp
-
Learn Haskell by building a blog generator – a project-oriented Haskell book
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's version of Laravel/Rails/Django. It's really a superpower to have Haskell's type system combined with the rapid development approach of Rails :) (Disclaimer: I'm founder of the company that makes IHP)
-
Show HN: Feature flags on the edge, with Haskell and Rust
Hey everyone! I wanted to play with Haskell ([IHP](https://ihp.digitallyinduced.com/)), and Rust (Cloudflare workers), so I decided to make a product with them. This is the MVP I’ve come up with. It supports teams, projects, environments, flag variations, scheduling and expiry, and a reasonably complete targeting system that support Boolean logic combining user ID targets, arbitrary metadata targeting, rollout targets, and default fallthrough variations. There’s a typescript and react SDK, and swagger API docs. The website runs on IHP, and the actual flag resolving API is deployed on cloudflare workers, so response times are generally 40-100ms. Coming soon: reusable groupings of users, and a dashboard showing all the users that have been targeted, what flags they evaluated, and what they evaluated to.
Let me know what you think!
-
Thin Backend - Instant Postgres Backend for React/Vue/Svelte/... Apps with Realtime , Optimistic Updates & Auto-generated TypeScript Bindings
Thin is also open source already. The client code can be found here https://github.com/digitallyinduced/thin-backend and the server code can be found mostly here https://github.com/digitallyinduced/ihp/tree/master/IHP/DataSync
You might want to check out IHP https://ihp.digitallyinduced.com It’s the same design principles that power thin, but designed for Multi page apps.
-
thin.dev: Typesafe realtime backend for react/svelte/.. apps, 400+ Stars on GitHub
Yep exactly, you can find it mostly here https://github.com/digitallyinduced/ihp/tree/master/IHP/IDE/SchemaDesigner But no Haskell is needed for using Thin itself
- IHP v0.19.0 has been released 🎉
-
11 Companies That Use Haskell in Production
Haskell is famous for it's quite an academic nature. But the ecosystem has drastically improved in recent years, so that that image is really outdated by now.
E.g. with Haskell Language Server we have nice autocompletion. Recently dot-notation has been added, so you can now write `someValue.someField` as in other languages. And the documentation is improving as well.
If you're doing web development, a good starting point is IHP (https://ihp.digitallyinduced.com/). IHP is Haskell's version of Laravel/Rails/Django. It's really a superpower to have Haskell's type system combined with the rapid development approach of Rails :) (Disclaimer: I'm founder of the company that makes IHP)
-
Introduction to Haskell Typeclasses
If this post got you interested in learning more about Haskell and you want to see type classes in some real code, a great starting point for Haskell is IHP :)
IHP is a new Haskell framework with a focus on actual building applications. Imagine the productiveness of rails combined with the typesafety of Haskell.
It's now already the biggest Haskell web framework, we just hit 3200 GitHub stars. I belive Haskell can reach a lot more than it's currently doing if we get things easy to use.
If you want to build a web app with Haskell and play with type classes check it out: https://ihp.digitallyinduced.com/ GitHub: https://github.com/digitallyinduced/ihp
-
Show HN: Thin Back end, a universal back end for making realtime React Apps
Do you think making it more open source would solve the issue?
Thin is mostly based on IHP DataSync. You can the source code here https://github.com/digitallyinduced/ihp/blob/master/IHP/Data... Thin itself is just a "thin" wrapper around IHP and IHP DataSync.
Hey there, Founder of digitally induced here. Happy to share what've been working on with Thin Backend over the last months.
Thin is a version of the [IHP Framework](https://ihp.digitallyinduced.com/), designed to be used by frontend developers. Instead of building APIs with low-level `fetch` calls, we provide high-level APIs like `createRecord('tasks', { title: 'Hello World' }`, `updateRecord(..)` and `deleteRecord(..)` to update your database.
To simplify state management (which is typically hard and lot's of boilerplate), we provide realtime APIs so that all app state is always in sync with the actual database. Previously your react app might have been rendered from the redux state, now it's rendered directly from the server state.
The Schema Designer and the migration tools make it really easy to get going with a project.
Happy to hear everyone's feedback! :)
gitpod
-
Learning to code in Python (and R) on an Ipad Pro M1?
Would recommend gitpod It provides a full fledge vscode environment in the browser and it links to github which is nice https://gitpod.io/
-
/new convention: think of it as “dotfiles” but “for computers”
Well I meant to write https://gitpod.io/#github.com/ghuntley/new
-
Hackathon environment + boilerplate from scratch in five steps
TL;DR: Wasp allows you to build and deploy a full-stack JS web app with a single config file. Gitpod spins up fresh, automated developer environments in the cloud, in seconds. A perfect tandem to win a hackathon and enjoy free pizza even before other teams even started to set up their coding env and realized they need to update their node version.
-
Learn Haskell in Ubuntu or Windows?
gitpod.io is better.
-
SteamDeck + GitHub Codespaces = Code from anywhere
I've also recently discovered https://gitpod.io and I really like it. They have a free tier that gives you 50 hours of free usage in a pretty nice setup.
-
Show HN: Git Timeline Generator – Visualize contributions to any Git project
This is super nice.
Used Gitpod to quickly run the Git command on our two repos prisma/prisma (https://gitpod.io/#https://github.com/prisma/prisma) and prisma/prisma-engines, downloaded the files, then spent 5 minutes to remove some bots and combine some users, and tadaaa: https://www.preceden.com/git/prisma-prisma-contributors/8303... + https://www.preceden.com/git/prisma-engines-contributors/830...
-
Nothing stifles creative ambition of diving into an old project with a brilliant idea, quite like spending the first 2 hours getting the damned build to compile to begin with...
I am a huge fan of GitPod for this reason. It allows me to codify the environment, and I can come back much later, and it builds the environment exactly the way it was coded.
-
DDEV + Gitpod = awesome 🚀
The standardization of dev projects via Docker-tools like DDEV has one big advantage: These projects can be launched locally as well as in new cloud IDE providers like Gitpod. So if a new team member joins or designers just want to implement a small style change, they can work purely in their webbrowser. Here is a little example of launching KirbyCMS via DDEV and Gitpod.
-
Unleash the power of bookmarklets
javascript: (() => { "use strict"; (function () { for ( var t = document.getElementsByTagName("meta"), n = 0; n < t.length; n++ ) { var o = t[n]; if (o.content.toLowerCase().includes("gitlab")) return !0; if ("hostname" === o.name && o.content.includes("github")) return !0; if ( "application-name" === o.name && o.content.toLowerCase().includes("bitbucket") ) return !0; } return !1; })() && window.open( ("https://gitpod.io", "https://gitpod.io/#" + (window.location.protocol + "//" + window.location.host) + window.location.pathname) ); })();
-
Hello Gitpod 🧡
At the beginning of March this year, I've joined gitpod.io ✨
What are some alternatives?
openvscode-server - Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
Code-Server - VS Code in the browser
Ruby on Rails - Ruby on Rails
upm - 🌀 Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
node-pre-gyp - Node.js tool for easy binary deployment of C++ addons
haskell-ux - Let's make Haskells error messages helpful :)
codesandbox-client - An online IDE for rapid web development
miso - :ramen: A tasty Haskell front-end framework
ghc-proposals - Proposed compiler and language changes for GHC and GHC/Haskell
Hobo - The web app builder for Rails (moved from tablatom/hobo)
template-nixos - The NixOS template, configured for Gitpod (www.gitpod.io) to give you pre-built, nix based ephemeral operating system environments in the cloud.
core - Online IDE powered by Visual Studio Code ⚡️