HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SlickStef11

no profile record

Submissions

[untitled]

1 points·by SlickStef11·قبل 8 أشهر·0 comments

Digital Notecard

digital-notecard.vercel.app
2 points·by SlickStef11·قبل 9 أشهر·3 comments

[untitled]

1 points·by SlickStef11·قبل 9 أشهر·0 comments

[untitled]

1 points·by SlickStef11·قبل 9 أشهر·0 comments

I think everyone post college should join or start a startup

stefanavram.com
2 points·by SlickStef11·قبل 12 شهرًا·3 comments

[untitled]

1 points·by SlickStef11·السنة الماضية·0 comments

eBay backs WunderGraph to build open source GraphQL federation

techcrunch.com
8 points·by SlickStef11·السنة الماضية·0 comments

[untitled]

1 points·by SlickStef11·قبل سنتين·0 comments

[untitled]

1 points·by SlickStef11·قبل سنتين·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

Open Source Preview Comments that run anywhere

openpreviews.com
1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

[untitled]

1 points·by SlickStef11·قبل 3 سنوات·0 comments

comments

SlickStef11
·قبل 9 أشهر·discuss
Great feedback.

Will do.

It's just a digital notecard based on this story: https://pmarchive.com/guide_to_personal_productivity.html
SlickStef11
·قبل 9 أشهر·discuss
I was bored so I vibe coded this small app for something I do every day.

Marc Andreessen once wrote about the best productivity hack, a 4x6 index card.

I read that about five years ago and to this day it’s still my favorite productivity hack.

Top three goals on one side and the anti-todo on the back, a list of everything you actually did.

Curious on feedback for it.
SlickStef11
·قبل 12 شهرًا·discuss
Oooo I like this and very much agree

Before college, I worked in restaurants and learned so much.

The part about the ethos of doing things outside your job description is so well said.
SlickStef11
·السنة الماضية·discuss
WunderGraph | Multiple Roles | Senior Engineers | REMOTE | Full-Time

WunderGraph is hiring senior engineers to help us build the future of API collaboration. We’re an open-source startup with a growing global customer base, 75K+ weekly downloads, and backed by leading investors (we recently announced our Series A with eBay:https://techcrunch.com/2025/03/27/ebay-backs-wundergraph-to-...

What we're building

APIs are the backbone of every modern organization—but scaling API development across multiple teams is hard. We believe the key to success is collaboration. With Cosmo, our open-source platform, we’re giving platform teams a self-service solution to enable API collaboration at scale.

Why join us

- Open-source, community-driven project

- Series A startup backed by eBay

- Growing global customer base

- Fully remote team

- Dynamic, product-driven engineering culture

We're looking for

- Senior Engineers

- Passion for open-source and APIs

- Experience building scalable infrastructure, backend systems, or API platforms

Apply here: https://wundergraph.com/jobs#open-positions
SlickStef11
·قبل سنتين·discuss
If you say it 3 times, one of the founders will appear behind you with a Federetzel

https://twitter.com/meixnertobias/status/1704565814022770857
SlickStef11
·قبل 3 سنوات·discuss
To celebrate Christmas we introduce will it comp-ho-ho-hose, a GraphQL Federation composition game.

Starting on the 12th of December, every day untill Christmas a new challenge will be unlocked. The goal of each challenge is to guess if the two subgraphs will compose.

If you think you know Federation, or want to learn more about it's quirks, this is the game for you!
SlickStef11
·قبل 3 سنوات·discuss
For those that want to read up on the BFF pattern: https://bff-patterns.com/
SlickStef11
·قبل 3 سنوات·discuss
For those who are new to BFF's or backend for frontends, This website offers a detailed explanation on the common pattern.

https://bff-patterns.com/
SlickStef11
·قبل 3 سنوات·discuss
I agree with your take.

More resources on BFF's: https://bff-patterns.com/
SlickStef11
·قبل 3 سنوات·discuss
Apollo GraphQL is not MIT. Their Gateway, federation libraries, and all versions of router are under a Elastic License v2.

https://www.apollographql.com/docs/resources/elastic-license...
SlickStef11
·قبل 3 سنوات·discuss
For more info on BFFs: https://bff-patterns.com/
SlickStef11
·قبل 3 سنوات·discuss
This is great! I took a look and it looks awesome, and the team seems pretty young! Love to see such innovation at a young age!

Congrats on the launch!
SlickStef11
·قبل 3 سنوات·discuss
Ideas are worthless. Execution is what matters
SlickStef11
·قبل 3 سنوات·discuss
This is awesome! Love it.
SlickStef11
·قبل 3 سنوات·discuss
WunderGraph | Senior Full Stack Engineers (+2 years experience) | REMOTE (Anywhere in the World), FULL-TIME | https://wundergraph.com/jobs#open-positions

ABOUT OUR TEAM AND CULTURE: As one of our early employees, you will become a product owner of our latest offering WunderGraph Cloud (Vercel for Backend). Culture comes first at WunderGraph, so there is no Hustle culture here. You will be judged on impact, not lines of code. We offer a competitive salary, unlimited PTO, free choice of equipment, hackathons, and more!

A common problem that you're faced with when building web applications is that each application requires a unique composition of internal and external APIs, databases, file storages and authentication providers. Once you've created such a composition, it needs to be enriched with business logic and data transformations using Middleware functions.

Companies keep inventing their own solutions to this problem, the most famous one is based on the BFF pattern (Backend for Frontend), where you create a specific backend for each individual frontend. But even with the BFF pattern, the flow is still not standardized, so companies are re-inventing the wheel over and over again.

WunderGraph set sail to solve this problem. We're building on open standards, like GraphQL, REST, OpenAPI OpenID Connect, OAuth2, AsyncAPI and more to create a standardized approach to creating API Compositions and Integrations.

We're taking this one step further by building the "Vercel for Backend". WunderGraph Cloud aims to simplify cloud native software development. We want to abstract Infrastructure away completely.

Recent blog posts may give you a sense of what we're doing and our principles: https://wundergraph.com/blog

If interested email me at Stefan[AT]Wundergraph.com or jens[AT]wundergraph.com
SlickStef11
·قبل 3 سنوات·discuss
Man I love to see posts like this. I didn't know you nerds like Fountain pens as well.

just bought a Visconti pen for the first time and Love it.

Pricy, but has a great history.

Mine is the emerald one.
SlickStef11
·قبل 3 سنوات·discuss
Full Disclosure, I'm one of the founders of WunderGraph, but I thought I provide my 2 cents.

> The backend engineer in me is a little wary of using these and it seems like it will be hard to get off these platforms later

We're open source with a Apache-2.0 license and will never switch it.

You can also self host it yourself on your architecture or you can host it on ours.

What I like about WunderGraph personally is that it allows you to create your own firebase like toolkit with the tools you want, without getting locked into 1 vendor.

Give it a try and let me know what you think!

https://wundergraph.com/
SlickStef11
·قبل 3 سنوات·discuss
WunderGraph | Senior Full Stack Engineers (+2 years experience) | REMOTE (Anywhere in the World), FULL-TIME | https://wundergraph.com/jobs#open-positions ABOUT OUR TEAM AND CULTURE: As one of our early employees, you will become a product owner of our latest offering WunderGraph Cloud (Vercel for Backend). Culture comes first at WunderGraph, so there is no Hustle culture here. You will be judged on impact, not lines of code. We offer a competitive salary, unlimited PTO, free choice of equipment, hackathons, and more!

A common problem that you're faced with when building web applications is that each application requires a unique composition of internal and external APIs, databases, file storages and authentication providers. Once you've created such a composition, it needs to be enriched with business logic and data transformations using Middleware functions.

Companies keep inventing their own solutions to this problem, the most famous one is based on the BFF pattern (Backend for Frontend), where you create a specific backend for each individual frontend. But even with the BFF pattern, the flow is still not standardized, so companies are re-inventing the wheel over and over again.

WunderGraph set sail to solve this problem. We're building on open standards, like GraphQL, REST, OpenAPI OpenID Connect, OAuth2, AsyncAPI and more to create a standardized approach to creating API Compositions and Integrations.

We're taking this one step further by building the "Vercel for Backend". WunderGraph Cloud aims to simplify cloud native software development. We want to abstract Infrastructure away completely.

Recent blog posts may give you a sense of what we're doing and our principles: https://wundergraph.com/blog

If interested email me at Stefan[AT]Wundergraph.com or jens[AT]wundergraph.com
SlickStef11
·قبل 3 سنوات·discuss
“Whether you think you can, or you think you can't--you're right.”

https://matt-rickard.com/reasons-to-do-a-startup
SlickStef11
·قبل 3 سنوات·discuss
Just tried it out and wow!

insane.

Free and open source.

Thank you!