Skip to content

Commit 3dee3ff

Browse files
authored
Update 2025-07-10-10-years-of-graphql-java.md
1 parent 5f29ec2 commit 3dee3ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/2025-07-10-10-years-of-graphql-java.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ I was working at a small company which used a REST(ish) API for their web app. T
2020
I sat down for a week or so and invested all my free time to come up with the first version of GraphQL Java as quick as possible. Very quickly after I released a version 0.1 I already got a first contributor and user. (The) REST is history 🙂
2121

2222
### Brad's story
23-
I was an architect on the Jira Service Desk product (now JSM) and we were embracing dynamic UIs driven by having more data called via browser calls. If you don't know what jQuery and AJAX is - just trust me, it was cool in its time.
23+
I was an architect at Atlassian on the Jira Service Desk product (now JSM) and we were embracing dynamic UIs driven by having more data called via browser calls. If you don't know what jQuery and AJAX is - just trust me, it was cool in its time.
2424

25-
We invented a REST endpoint nicked names The Smoosher - you made a call and we just smooshed all the data you need to paint the JSD portal screens. It worked but it clearly broke all the RESTian orthodoxy around resources and state and other networking dogma.
25+
We invented a REST endpoint nicked named The Smoosher - you made a call and we just smooshed all the data you need to paint the JSD portal screens. It worked but it clearly broke all the RESTian orthodoxy around resources and state and other networking dogma.
2626

27-
I started looking into GraphQL as a more architectural technique of getting the data you need for a dynamic UI. As a JVM back end, I started to look into graphql-java.
27+
I started looking into GraphQL as a more architectural technique for getting the data you need for a dynamic UI. As we had a JVM back end, I started to look into graphql-java.
2828

29-
My first PR was adding the Instrumentation classes that kinda still exist today (albeit in a more efficient form). graphql-java became an after-work hobby to keep my hand in at coding (architects are always draw away from coding towards the dark side called a rich text editor and eventually Keynote / Powerpoint)
29+
My first PR was adding the Instrumentation classes that kinda still exist today (albeit in a more efficient form). graphql-java became an after-work hobby to keep my hand in at coding (architects are always drawn away from coding towards the dark side called a rich text editor and eventually Keynote / Powerpoint)
3030

3131
### Donna's story
3232
I started a new job on the same team as Andi and Brad. At the time, GraphQL was completely new to me, yet I knew I had to learn pretty quickly for the job! I like to learn by coding, so I picked a few bug tickets to give me a goal to aim for. Andi and Brad patiently explained concepts and reviewed my PRs (and still do!), making the whole experience much less daunting.

0 commit comments

Comments
 (0)