hookdeck-cli
Stripe

hookdeck-cli | Stripe | |
---|---|---|
24 | 301 | |
284 | 3,798 | |
1.4% | 0.8% | |
8.7 | 8.6 | |
28 days ago | 3 days ago | |
Go | PHP | |
Apache License 2.0 | MIT License |
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.
hookdeck-cli
-
Free ngrok alternative for async web dev - the Hookdeck CLI
As per the title of this post, the Hookdeck CLI is built to support asynchronous web development. By this, I mean requests, such as webhooks from an API service, are received and proxied onto the application running locally. However, the response from the local service is not passed back to the API service that made the request.
- Show HN: Hookdeck Event Gateway
-
Ask HN: Who is hiring? (June 2023)
Hookdeck | https://hookdeck.com| Remote- CAN | Backend DevOPs
We are seeking an experienced Backend/DevOps professional who has a passion for working with and optimizing databases, and who has hands-on experience with high concurrency and high throughput systems. We are a small team of 9, operating completely remotely and without a schedule.
We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of an early founding team, fully leverage your knowledge & talent, have an impact and work on hard scaling and concurrency challenges then this might be for you.
We are offering competitive compensation & generous stock options. Here are the roles that are currently open:
- Backend/ Dev OP (must be in Canada)
-
Ask HN: Who is hiring? (March 2023)
Hookdeck | Growth Engineering Team | Remote | https://hookdeck.com/
Hookdeck is building out the Growth Engineering team to help us improve the user experience across the entire funnel. We are a small team of 9, operating completely remotely and without a schedule.
We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of an early founding team, fully leverage your knowledge & talent, have an impact and work on hard scaling and concurrency challenges then this might be for you.
We are offering competitive compensation & generous stock options. Here are the roles that are currently open:
- Growth Engineer
- Hookdeck
-
Ask HN: Who is hiring? (December 2022)
Hookdeck (https://hookdeck.com) | Product Eng, Growth Eng, Backend Eng | Full-Time | Remote (World)
Hookdeck is an infrastructure to consume webhooks simply & reliably. Incoming webhooks are challenging because they require a well-built (and often complex) asynchronous system. We help developers spend less building and troubleshooting issues with their webhooks to focus on their products instead. We offer a complete infrastructure to develop, test, receive, distribute and monitor webhooks and asynchronous events.
If you are looking to be part of a early stage team, fully leverage your knowledge & talent, have an impact on the product experience and implement features from scratch then this might be for you!
We are offering competitive compensation, generous stock options and liberty over your geo & schedule.
We are looking forward to hearing from you! Email me at [email protected]
- Hookdeck: Webhook Infrastructure and Tooling
-
Best Practices for Using Webhooks
Shameless plug: if you like the development experience of webhooks at Stripe we offer the same experience on our platform at https://hookdeck.com/ which you can drop in to help you add reliability and a better developer experience to receiving webhooks from anywhere.
-
Webhooks.fyi
This is a fantastic resource! Thank you to the folks at ngrok for putting this together! As this site makes clear: webhooks are harder than they appear. Even just consuming webhooks it's easy to get bogged down dealing with issues around rate limits or recovering from bugs that cause missed events! Missed events being particularly painful with platforms that don't offer replay / retry.
Disclaimer: I work at https://hookdeck.com/ & I shamelessly plug our tool for giving you an awesome developer experience working with webhooks and helping deal with some of the concerns brought up on webhooks.fyi.
And if you are interested in webhooks at large a couple more resources worth checking out is the awesome-webhooks[1] list and the r/webhooks[2] subreddit (I just got ownership of the sub and started dusting it off this week after being neglected for the past few years! Please, come join!)
[1] https://github.com/realadeel/awesome-webhooks
[2] https://www.reddit.com/r/webhooks/
-
How do you read and understand a new codebase?
and then went throught the codebase: https://github.com/hookdeck/hookdeck-cli
Stripe
-
Release Radar · October 2024: Major updates from the open source community
Sorry to disappoint, but Stripe is not an open source project, nor is it a major release. The reason it's here is because Stripe just shipped a bunch of updates for their open source projects. Someone must have been doing some spring cleaning 🧹 - or is it fall cleaning in the Northern Hemisphere 🤔? Whatever is it, Stripe have a tonne of new updates for you including Stripe .NET 47.0, Stripe Node 17.0, Stripe PHP 16.0, Stripe Ruby 13.0, and Stripe Python 11.0. Each of these is a library for accessing Stripe's API from applications written in .NET, Node.js, PHP, Ruby, and Python respectively. These are all updates based on changes to the Stripe API and SDK. Click on each one to check out their breaking changes.
-
Bringing more sweetness to ruby with sorbet types 🍦
First let's introduce the tool: Sorbet is a gem developed by Stripe that aims to bring type notation syntax and type checking support for the Ruby ecosystem by utilizing the "Gradual typing" philosophy, it also provide type generation from YARD comments via the tapioca gem, allowing to grow alongside the already built Ruby codebase.
-
Which billing processor to use? Stripe vs wise? Which is a better choice for my international business?
The problem is stripe.com charges 4.6% total in fees. Wise charges 1.89%.
-
Ask HN: What are some well-designed websites?
For me Stripe is the peak for a product/company website:
https://stripe.com/
I heard some people admire https://linear.app/ but I don't see the appeal myself
Majority of websites often fall into one of two categories:
1. Traditional off the shelf template
2. Look cool but fail when it comes to usability and robustness (those featured on awwwards)
-
How to Process Stripe Subscriptions In Your Serverless Apps
You could have the best service in the world, but if you have a payment gateway that leaves people feeling uncomfortable, you'll lose them. Not only that, but you have PCI compliance you would need to deal with and a slew of other things that are handled for you with a payment vendor like Stripe, Square, or PayPal.
-
Safe & Easy Boosting || 30% off
Your payment and data is processed safely through Stripe. We are verified and also accept Paypal.
-
Using Stripe to Implement Payment handling on a website
First you'll want to go to Stripe's website and setup an account. Then install Stripe with pip install stripe. In this example I'm using Flask for the backend and React for the frontend. The website is an e-commerce page for buying and selling skateboards. Now create some models for the product to sell and the receipts then run flask db init, flask db migrate, and flask db upgrade to create the database. My models look like so:
-
Clearing up some misconceptions about Kick's Security
Kick uses a Payment Processor called Stripe
-
How do I integrate stripe Payment gateway in react while i am using laravel as bekend ??
I did that with Vue and Laravel a few times. If you need Stripe data linked to a user account your best bet is Laravel Cashier. Otherwise you'll have to use the PHP SDK.
-
Reloadable Purchasing Cards
stripe allows issuing cards, similar to how cash app, Venmo and other payment platforms issues cards to users. I’ve personally never issued a card but the documentation is there and should be simple!
What are some alternatives?
orchest - Build data pipelines, the easy way 🛠️
S3 Stream Wrapper - A PHP Stream wrapper for Amazon S3
svix-webhooks - The open source and enterprise-ready webhooks service 🦀
botman - A framework agnostic PHP library to build chat bots
nodejs-webhook-server-example
Mailgun - Mailgun's Official SDK for PHP
cost-model - Cross-cloud cost allocation models for Kubernetes workloads [Moved to: https://github.com/kubecost/opencost]
Twilio - A PHP library for communicating with the Twilio REST API and generating TwiML.
wallet - The official repository for the Valora mobile cryptocurrency wallet.
Dropbox SDK
RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins
PHP Github API - A simple PHP GitHub API client, Object Oriented, tested and documented.
