Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
notrab
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
notrab
7mo ago
send me an email jamie @
2.
▲
by
notrab
7mo ago
if anyone reading this would like access to S3, i can get you added.
3.
▲
by
notrab
8mo ago
Jamie from bunny.net here. Apologies for the delay after announcing S3. Building this required deeper changes to our storage foundation than initially anticipated, while ensuring that existing storage customers remained unaffected. For clar
4.
▲
by
notrab
8mo ago
turso deprecated their edge replica offering when they went all-in on rewriting sqlite so bunny fills a nice void here. while turso didn't pull the plug for existing customers, new customers were left looking for alternatives with edge
5.
▲
by
notrab
8mo ago
S3 is currently in closed preview with some users. It's quite easy to get added for those keen to try it. More using it and providing feedback, the quicker it'll become public preview.
6.
▲
by
notrab
10mo ago
Agreed, it looks pretty nice!
7.
▲
by
notrab
2y ago
Sinatra is beautiful!
8.
▲
by
notrab
2y ago
Yay PHP! Let me know how you get on
9.
▲
by
notrab
2y ago
Thanks Campak!
10.
▲
by
notrab
2y ago
True true. I went back and forth so much in the early days of CodeIgniter, Rails, Fuel and Cake. Eventually discovered just building stuff was going to bring me the most joy, no matter the tool. It's been a joy learning PHP again thoug
11.
▲
by
notrab
2y ago
Is FuelPHP or CodeIgniter still going? Those were my two favourites back in the day before Laravel came on the scene.
12.
▲
by
notrab
2y ago
Appreciate the feedback, I'll work on it. I have lots to learn it seems!
13.
▲
by
notrab
2y ago
I think it looks cute
14.
▲
by
notrab
2y ago
Thanks! 1) When I started this, I thought could this be an HTMX-PHP framework. If you see the examples directory, I added a few HTMX examples early days. Maybe I can niche down on this... 2) If I'm honest, I don't know yet. I firs
15.
▲
by
notrab
2y ago
That looks awesome!
16.
▲
by
notrab
2y ago
Hono is to credit for the design, really nice!
17.
▲
by
notrab
2y ago
100% like every other framework. I'm primarily a JS dev, so it's in my nature to create yet another framework... But seriously, this has been a tool for me to relearn PHP, and those contributing so far have also been learning PHP.
18.
▲
by
notrab
2y ago
I guess that's still to figure out... it's mostly been an experiment to relearn PHP... I guess keeping a similar DX to Hono's context->X is where I was coming from originally.
19.
▲
Show HN: Dumbo – Hono inspired framework for PHP
(github.com)
76 points
by
notrab
2y ago
|
65 comments
20.
▲
by
notrab
3y ago
I was researching effective ways to advertise the dropshipping store I had created on Shopify, I stumbled upon the fact that an old colleague was actually working on this Order Legend tool. Paying a 12% fee for orders I wouldn't have a
21.
▲
We spend our own money promoting your products on Google
(orderlegend.com)
3 points
by
notrab
3y ago
|
2 comments
22.
▲
by
notrab
4y ago
I should add that using regular queries with Apollo, URQL, etc. is perfectly fine. If you're building an app that requires realtime data then `@live` queries can be really useful. The data can update in realtime without refreshing and
23.
▲
by
notrab
4y ago
This `@live` directive implementation uses server-sent events to send messages to the client with any changes that happen on the server in the format of https://jsonpatch.com This means users don't need to poll to fetch all
24.
▲
by
notrab
4y ago
The purpose of the `@live` query is that it uses server-sent events to update the client state with any new changes that happen on the server. It's correct that you can use something like Tanstack Query, useSWR, React Apollo, or even f
25.
▲
Custom GraphQL Scalars Specification
(graphql.wtf)
1 points
by
notrab
4y ago
|
0 comments
26.
▲
by
notrab
4y ago
Full disclaimer: I've been working with Grafbase on some content lately, but I thought I'd drop my 2c. Over the years I've spent a bunch of time working with GraphQL services such as Graphcool, Hasura, Prisma Cloud (their old
27.
▲
by
notrab
4y ago
Congrats on the announcement, and name change. Considering the shift over the last decade to microservice APIs (including GraphQL here), we're now seeing a shift in lots of companies moving to become the gateway/orchestration laye
28.
▲
Remote GraphQL Schema Introspection Codegen (Screencast)
(graphql.wtf)
1 points
by
notrab
5y ago
|
0 comments
29.
▲
GraphQL Introspection (screencast)
(graphql.wtf)
2 points
by
notrab
5y ago
|
0 comments
30.
▲
Type safe resolvers with GraphQL Code Generator (screencast)
(graphql.wtf)
2 points
by
notrab
5y ago
|
0 comments
More ›