For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | miesie's commentsregister

How we make Claude Code follow our codebase conventions; using Effect for explicit types, ast-grep rules as just-in-time guardrails, and Drift to keep docs in sync with code


Fiberplane | Amsterdam, Berlin, REMOTE, VISA | https://fiberplane.dev/careers/ |

Fiberplane is building collaborative notebooks for DevOps & SREs Overall tech stack: Rust, TypeScript, Postgres, WASM, and AWS.

Recently we open-sourced fp-bindgen, a bindings generator for building WASM-based plugins: https://github.com/fiberplane/fp-bindgen

We're hiring for: Engineering, Developer Marketing, DevRel Some of the open roles:

  - Rust Engineer https://fiberplane.dev/careers/rust-engineer/
  - Frontend Engineer https://fiberplane.dev/careers/frontend-engineer/
  - Developer Advocate https://fiberplane.dev/careers/developer-advocate/
Happy to share more about us; reach out at jobs@fiberplane.com


Hey all

We are avid users of WebAssembly at Fiberplane, a startup building collaborative notebooks for infrastructure and your observability stack. We needed a tool to streamline our Rust-focused workflow around authoring and hosting WebAssembly plugins, both on the client and on the server.

As such, `fp-bindgen` was born: A bindings generator for full-stack WASM plugins. It’s open-source and we hope you may find it useful as well: https://github.com/fiberplane/fp-bindgen/

Here’s why you might want to use `fp-bindgen`: https://fiberplane.dev/blog/announcing-fp-bindgen/

Ask us anything!


This indeed looks promising and lightweight. For relational databases there is always Django Tastypie (although it depends on Django and is heavier than this Flask alternative)

http://tastypieapi.org/


Ansible and Chef are tools that provision your servers. Wercker is a continuous delivery platform that tests, builds and deploys your applications. All of this packaged in an easy to use interface where you can also collaborate with others.

You can leverage tools such as Ansible, Puppet and Chef on wercker to create the environment (a wercker box) that mimics your production system, again to build, test and deploy your app, keeping dev/prod parity in true 12factor fashion:

http://12factor.net/dev-prod-parity

We've written up a post on provisioning wercker boxes which you can deploy to the wercker directory (http://app.wercker.com/#explore) here:

http://blog.wercker.com/2013/08/21/Overview-of-provisioning-...

Feel free to contact me if you have any questions!

cheers


btw you can find the Heroku null buildpack to launch binaries on Heroku here:

https://github.com/ryandotsmith/null-buildpack


Hi I'm the cofounder of wercker. As you say, Heroku doesn't support Docker, but we're looking into deploying docker containers from wercker to any other IaaS with the push of a button. Feel free to email mies[at]wercker[dot]com if you want to beta test our new docker deployment capabilities.


It's a small example web application (API) that returns some JSON. The app also comes along with a unit test.


You should be able leverage this to deploy to EC2, Rackspace, Digital Ocean and others.


wercker is a continuous delivery platform which is also free for open source (and private projects as well)

http://wercker.com

disclosure: I work for wercker.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You