From 26758da6c29855da86d3d10c117a5dacfae237be Mon Sep 17 00:00:00 2001 From: Nwokocha wisdom maduabuchi Date: Wed, 10 Aug 2022 21:43:08 +0100 Subject: [PATCH] added --- public/index.html | 26 +- public/index.xml | 25 +- public/page/2/index.html | 20 ++ public/post/eslint/index.html | 367 ++++++++++++++++++++++++ public/post/index.html | 26 +- public/post/index.xml | 25 +- public/post/nonfungible/index.html | 4 + public/post/page/2/index.html | 20 ++ public/post/payara/index.html | 430 +++++++++++++++++++++++++++++ public/sitemap.xml | 36 ++- public/tags/fulltime/index.html | 20 ++ public/tags/fulltime/index.xml | 25 +- public/tags/index.xml | 2 +- public/tags/index/index.xml | 2 +- public/tags/job/index.html | 20 ++ public/tags/job/index.xml | 25 +- public/tags/start-up/index.html | 20 ++ public/tags/start-up/index.xml | 25 +- 18 files changed, 1070 insertions(+), 48 deletions(-) create mode 100644 public/post/eslint/index.html create mode 100644 public/post/payara/index.html diff --git a/public/index.html b/public/index.html index 02fc19c..58e95be 100644 --- a/public/index.html +++ b/public/index.html @@ -289,9 +289,9 @@

Technical Writing Resources

-

Content producer @Non Fungible Labs

- - +

Technical Writer @ESLint

+ +
@@ -299,9 +299,9 @@

Content producer @Non Fungible Labs

-

Senior Content Writer @VenturePunk

- - +

Technical Writer @Payara

+ +
@@ -309,9 +309,9 @@

Senior Content Writer @VenturePunk

-

Senior Technical Writer @Adyen

+

Content producer @Non Fungible Labs

- +
@@ -319,9 +319,9 @@

Senior Technical Writer @Adyen

-

Senior Technical Writer @Terra

+

Senior Content Writer @VenturePunk

- +
@@ -329,9 +329,9 @@

Senior Technical Writer @Terra

-

Senior Technical Writer @MongoDb Realm

- - +

Senior Technical Writer @Adyen

+ +
diff --git a/public/index.xml b/public/index.xml index 828e8aa..bdc4502 100644 --- a/public/index.xml +++ b/public/index.xml @@ -7,7 +7,30 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Wed, 03 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 + + Technical Writer @ESLint + https://technicalwriterresources.pages.dev/post/eslint/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/eslint/ + Job Location: Remote +Level: Senior +ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta. + + + + Technical Writer @Payara + https://technicalwriterresources.pages.dev/post/payara/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/payara/ + Job Location: Remote +Level: Mid- Senior +Payara is an international open-source software company serving clients around the globe. We provide industry-leading expertise and services that enable our users across a diverse range of industries to create world-class solutions. We were recent recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’. +An exciting opportunity has arisen for an experienced Tech Writer to join the Marketing team within Payara. We are looking for a candidate with proven experience in open-source technical writing, creating documentation, blogs, guides and articles in a similar capacity. + + Content producer @Non Fungible Labs https://technicalwriterresources.pages.dev/post/nonfungible/ diff --git a/public/page/2/index.html b/public/page/2/index.html index a4f94c1..1334dd9 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -264,6 +264,26 @@ +
+

Senior Technical Writer @Terra

+ + +
+ + + + + +
+

Senior Technical Writer @MongoDb Realm

+ + +
+ + + + +

Senior Technical Writer @Platform.sh

diff --git a/public/post/eslint/index.html b/public/post/eslint/index.html new file mode 100644 index 0000000..4318a5a --- /dev/null +++ b/public/post/eslint/index.html @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Technical Writer @ESLint - TWR + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ TWR + +
+ + + + + + +
+ + +
+ + +
+
+

Technical Writer @ESLint

+ + +
+ + + + + · + Wisdom + +
+ +
+ +

Job Location: Remote

+

Level: Senior

+

ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta.

+

We recently launched the new eslint.org website. It is the result of several months of collaboration with a designer, a developer, an artist, and an animator.

+

Now that we have a nice place to host our documentation, we are turning our attention to the actual content. Customizability is one of ESLint’s core design principles, and that inherently requires more documentation. We’ve been adding onto the docs with each new feature since ESLint’s first release in 2013, and we don’t feel the current structure and content are suitable for the current state of the project.

+

The docs have three primary audiences:

+
    +
  • Users visit the configuration docs to learn how to set up and run ESLint for their project or make improvements to an existing project’s configuration.
  • +
  • Developers reference the API docs to build plugins, custom rules, parsers, shared configurations, and more that extend ESLint with new functionality.
  • +
  • Contributors reference the developer docs for insights into how the project is organized, how to submit pull requests, and to learn how to work within the ESLint codebase. +You Will
  • +
+

Understand what developers are seeking from ESLint’s documentation. +Learn what existing documentation is available and how it’s organized. +Develop a plan for reorganizing and rewriting the documentation to better meet audience needs. +Progressively reorganize, update, and improve the documentation based on the plan. +Throughout the project, iterate based on feedback from developers and maintainers. +About You

+

You have experience writing technical and API documentation for developers. +While not a requirement, it’s certainly a bonus if you are familiar with JavaScript and ESLint. +ESLint’s documentation is in English, but developers are all around the world. You have professional technical fluency in English and care about writing that is accessible to those less familiar with English. +You are comfortable writing in Markdown for formatting. +You are comfortable with or willing to learn Git and GitHub workflows for collaborative source control and code review. +The Role

+

This is a project-based contract. +While you will certainly be welcome to continue contributing after the contract is complete (and some of the folks who helped on the website redesign have), that is not an expectation. +You will have a primary contact on the core maintainer team.

+

Apply

+

Subscribe to my newsletter for more jobs and writing tips in your email

+

Subscribe here

+
+ + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/public/post/index.html b/public/post/index.html index 0379129..36247e7 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -263,9 +263,9 @@
-

Content producer @Non Fungible Labs

- - +

Technical Writer @ESLint

+ +
@@ -273,9 +273,9 @@

Content producer @Non Fungible Labs

-

Senior Content Writer @VenturePunk

- - +

Technical Writer @Payara

+ +
@@ -283,9 +283,9 @@

Senior Content Writer @VenturePunk

-

Senior Technical Writer @Adyen

+

Content producer @Non Fungible Labs

- +
@@ -293,9 +293,9 @@

Senior Technical Writer @Adyen

-

Senior Technical Writer @Terra

+

Senior Content Writer @VenturePunk

- +
@@ -303,9 +303,9 @@

Senior Technical Writer @Terra

-

Senior Technical Writer @MongoDb Realm

- - +

Senior Technical Writer @Adyen

+ +
diff --git a/public/post/index.xml b/public/post/index.xml index e3be6ac..5d8209d 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -7,7 +7,30 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Wed, 03 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 + + Technical Writer @ESLint + https://technicalwriterresources.pages.dev/post/eslint/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/eslint/ + Job Location: Remote +Level: Senior +ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta. + + + + Technical Writer @Payara + https://technicalwriterresources.pages.dev/post/payara/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/payara/ + Job Location: Remote +Level: Mid- Senior +Payara is an international open-source software company serving clients around the globe. We provide industry-leading expertise and services that enable our users across a diverse range of industries to create world-class solutions. We were recent recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’. +An exciting opportunity has arisen for an experienced Tech Writer to join the Marketing team within Payara. We are looking for a candidate with proven experience in open-source technical writing, creating documentation, blogs, guides and articles in a similar capacity. + + Content producer @Non Fungible Labs https://technicalwriterresources.pages.dev/post/nonfungible/ diff --git a/public/post/nonfungible/index.html b/public/post/nonfungible/index.html index 145900a..8fd4bb3 100644 --- a/public/post/nonfungible/index.html +++ b/public/post/nonfungible/index.html @@ -290,6 +290,10 @@

Content producer @Non Fungible Labs

+ + + + + +
+

Senior Technical Writer @MongoDb Realm

+ + +
+ + + + +

Senior Technical Writer @Platform.sh

diff --git a/public/post/payara/index.html b/public/post/payara/index.html new file mode 100644 index 0000000..4d8a629 --- /dev/null +++ b/public/post/payara/index.html @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Technical Writer @Payara - TWR + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ TWR + +
+ + + + + + +
+ + +
+ + +
+
+

Technical Writer @Payara

+ + +
+ + + + + · + Wisdom + +
+ +
+ +

Job Location: Remote

+

Level: Mid- Senior

+

Payara is an international open-source software company serving clients around the +globe. We provide industry-leading expertise and services that enable our users +across a diverse range of industries to create world-class solutions. We were recent +recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’.

+

An exciting opportunity has arisen for an experienced Tech Writer to join the +Marketing team within Payara. We are looking for a candidate with proven +experience in open-source technical writing, creating documentation, blogs, guides +and articles in a similar capacity.

+

Our remote-first culture is built on values of Community, Excellence, Growth, +Openness, Initiative, Passion, and Trust. As part of our continued ambition to scaleup, we are looking for people who share our values, deliver an excellent level of work, +and enjoy continuous professional development. We empower people from diverse +backgrounds, perspectives, and experiences to drive innovation and achieve excellent +results.

+

Please visit www.payara.fish/joinus for more details.

+

As a Technical Writer at Payara you will work closely with the Product Manager, +engineering and service teams to create and maintain high-quality documentation +for upcoming releases of Payara products.

+

Reporting into the CTO and Director of Marketing you will have a key role in our +business content strategy. Interacting with industry experts and working +collaboratively across the teams at Payara you will create and deliver world class +guides, blogs and articles into our community.

+

Responsibilities

+
    +
  • Effectively manage documentation projects and deliver customer-centric +documentation
  • +
  • Engage and collaborate with customer feedback programs to address content +gaps
  • +
  • Keep up to date on changes of our offerings, customer use cases, and support +issues
  • +
  • Participate in customer feedback programs to ensure customer relevancy of our +content
  • +
  • Create, manage and implement Payara Content Strategy: deliver monthly +technical content creation plans.
  • +
  • Work closely with Marketing and devote time to research and understand the +product as well as related trends, competition, and relevant engaging topics.
  • +
  • Collaborate with the Product Management & Tech Teams on Payara Platform +roadmap planning, including product features selection and naming
  • +
  • Devise Use Cases for Payara Products relevant to specific industries
  • +
  • Drive product adoption by creating technical content for different personas.
  • +
  • Write tech blogs, guides, articles, white papers, battle cards, answer to tech +questions, and similar.
  • +
  • Develop small example code projects that demonstrate product capabilities and +uses to a developer audience
  • +
  • Develop and implement improvements within the technical writing area of the +organization, including the creation of policies and guidelines
  • +
  • Commission and manage the creation of technical content by 3rd party suppliers.
  • +
  • Keeping up to date on technological and product developments as well as +universal specifications relevant to Payara industry by researching and building +knowledge about relevant products, services, technologies and concepts to be +documented
  • +
  • Create videos showcasing software features and benefits
  • +
  • Occasionally attend industry meetings and events (conferences, exhibitions, +partner events etc.), including online and international events in various +geographical locations.
  • +
  • Produce training material for the purpose of online training
  • +
+

Essential Skills & Experience

+
    +
  • Native level of English
  • +
  • 5+ years of technical writing experience in a professional or equivalent opensource capacity
  • +
  • Able to provide previously written blogs, guides, and articles along with the +application
  • +
  • Familiarity with the software development life cycle
  • +
  • Experience in writing clear and concise procedural documentation for a technical +audience
  • +
  • Ability to write tech blogs and articles in a professional manner
  • +
  • Ability to create simple Java code examples and example projects
  • +
  • Effectively managing content tracking system +Desirable Skills & Experience
  • +
  • Other languages such as German, or Spanish
  • +
  • Developer Relations Experience
  • +
  • Public Speaking experience
  • +
+

Personal Skills and Behaviours

+
    +
  • Ability to collaborate in a global remote team environment, proactively engage +subject matter experts, and follow through on commitments
  • +
  • Ability to read, write, and compile technical documents, including feature +descriptions, customer use cases, and release notes using industry best practices
  • +
+

We are an equal opportunities employer.

+

Please see our company (Recruitment) Privacy statement available at +www.payara.fish

+

Apply

+

Subscribe to my newsletter for more jobs and writing tips in your email

+

Subscribe here

+
+ + + + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index 8711ac7..aec847d 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -3,12 +3,30 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://technicalwriterresources.pages.dev/ - 2022-08-03T00:00:00+00:00 + 2022-08-10T00:00:00+00:00 - https://technicalwriterresources.pages.dev/post/nonfungible/ - 2022-08-03T00:00:00+00:00 + https://technicalwriterresources.pages.dev/tags/fulltime/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/tags/job/ + 2022-08-10T00:00:00+00:00 https://technicalwriterresources.pages.dev/post/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/tags/start-up/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/tags/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/post/eslint/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/post/payara/ + 2022-08-10T00:00:00+00:00 + + https://technicalwriterresources.pages.dev/post/nonfungible/ 2022-08-03T00:00:00+00:00 https://technicalwriterresources.pages.dev/post/venturepunk/ @@ -19,21 +37,9 @@ https://technicalwriterresources.pages.dev/post/terra/ 2022-08-03T00:00:00+00:00 - - https://technicalwriterresources.pages.dev/tags/fulltime/ - 2022-08-01T00:00:00+00:00 - - https://technicalwriterresources.pages.dev/tags/job/ - 2022-08-01T00:00:00+00:00 https://technicalwriterresources.pages.dev/post/realm/ 2022-08-01T00:00:00+00:00 - - https://technicalwriterresources.pages.dev/tags/start-up/ - 2022-08-01T00:00:00+00:00 - - https://technicalwriterresources.pages.dev/tags/ - 2022-08-01T00:00:00+00:00 https://technicalwriterresources.pages.dev/post/platformsh/ 2022-07-31T00:00:00+00:00 diff --git a/public/tags/fulltime/index.html b/public/tags/fulltime/index.html index 520abf9..6eb50e0 100644 --- a/public/tags/fulltime/index.html +++ b/public/tags/fulltime/index.html @@ -264,6 +264,26 @@

fulltime

+
+

Technical Writer @ESLint

+ + +
+ + + + + +
+

Technical Writer @Payara

+ + +
+ + + + +

Senior Technical Writer @MongoDb Realm

diff --git a/public/tags/fulltime/index.xml b/public/tags/fulltime/index.xml index ca7a005..0ff79b7 100644 --- a/public/tags/fulltime/index.xml +++ b/public/tags/fulltime/index.xml @@ -7,7 +7,30 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Mon, 01 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 + + Technical Writer @ESLint + https://technicalwriterresources.pages.dev/post/eslint/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/eslint/ + Job Location: Remote +Level: Senior +ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta. + + + + Technical Writer @Payara + https://technicalwriterresources.pages.dev/post/payara/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/payara/ + Job Location: Remote +Level: Mid- Senior +Payara is an international open-source software company serving clients around the globe. We provide industry-leading expertise and services that enable our users across a diverse range of industries to create world-class solutions. We were recent recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’. +An exciting opportunity has arisen for an experienced Tech Writer to join the Marketing team within Payara. We are looking for a candidate with proven experience in open-source technical writing, creating documentation, blogs, guides and articles in a similar capacity. + + Senior Technical Writer @MongoDb Realm https://technicalwriterresources.pages.dev/post/realm/ diff --git a/public/tags/index.xml b/public/tags/index.xml index 16bba76..e52e859 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -7,6 +7,6 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Mon, 01 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 diff --git a/public/tags/index/index.xml b/public/tags/index/index.xml index c7a04d8..faf545e 100644 --- a/public/tags/index/index.xml +++ b/public/tags/index/index.xml @@ -10,7 +10,7 @@ Posts https://technicalwriterresources.pages.dev/post/ - Wed, 03 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 https://technicalwriterresources.pages.dev/post/ diff --git a/public/tags/job/index.html b/public/tags/job/index.html index 2032cb5..f22e719 100644 --- a/public/tags/job/index.html +++ b/public/tags/job/index.html @@ -264,6 +264,26 @@

job

+
+

Technical Writer @ESLint

+ + +
+ + + + + +
+

Technical Writer @Payara

+ + +
+ + + + +

Senior Technical Writer @MongoDb Realm

diff --git a/public/tags/job/index.xml b/public/tags/job/index.xml index fb73524..011a865 100644 --- a/public/tags/job/index.xml +++ b/public/tags/job/index.xml @@ -7,7 +7,30 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Mon, 01 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 + + Technical Writer @ESLint + https://technicalwriterresources.pages.dev/post/eslint/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/eslint/ + Job Location: Remote +Level: Senior +ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta. + + + + Technical Writer @Payara + https://technicalwriterresources.pages.dev/post/payara/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/payara/ + Job Location: Remote +Level: Mid- Senior +Payara is an international open-source software company serving clients around the globe. We provide industry-leading expertise and services that enable our users across a diverse range of industries to create world-class solutions. We were recent recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’. +An exciting opportunity has arisen for an experienced Tech Writer to join the Marketing team within Payara. We are looking for a candidate with proven experience in open-source technical writing, creating documentation, blogs, guides and articles in a similar capacity. + + Senior Technical Writer @MongoDb Realm https://technicalwriterresources.pages.dev/post/realm/ diff --git a/public/tags/start-up/index.html b/public/tags/start-up/index.html index 0db0a2d..6050f60 100644 --- a/public/tags/start-up/index.html +++ b/public/tags/start-up/index.html @@ -264,6 +264,26 @@

start up

+
+

Technical Writer @ESLint

+ + +
+ + + + + +
+

Technical Writer @Payara

+ + +
+ + + + +

Senior Technical Writer @MongoDb Realm

diff --git a/public/tags/start-up/index.xml b/public/tags/start-up/index.xml index 5adb2f3..40a8883 100644 --- a/public/tags/start-up/index.xml +++ b/public/tags/start-up/index.xml @@ -7,7 +7,30 @@ Hugo -- gohugo.io en-us Copyright © 2022, Wisdom Nwokocha all rights reserved. - Mon, 01 Aug 2022 00:00:00 +0000 + Wed, 10 Aug 2022 00:00:00 +0000 + + Technical Writer @ESLint + https://technicalwriterresources.pages.dev/post/eslint/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/eslint/ + Job Location: Remote +Level: Senior +ESLint is like spell check for code. Developers download ESLint more than 100M times each month to help find and fix problems in JavaScript and TypeScript code. Linters like ESLint give developers rapid feedback by pointing out problems interactively while editing code and automatically before changes are merged into projects. ESLint is used on more than 9M projects ranging from students learning to code to solo side projects to massive codebases at companies like Microsoft, Airbnb, Netflix, and Meta. + + + + Technical Writer @Payara + https://technicalwriterresources.pages.dev/post/payara/ + Wed, 10 Aug 2022 00:00:00 +0000 + + https://technicalwriterresources.pages.dev/post/payara/ + Job Location: Remote +Level: Mid- Senior +Payara is an international open-source software company serving clients around the globe. We provide industry-leading expertise and services that enable our users across a diverse range of industries to create world-class solutions. We were recent recipients of the prestigious ‘Queen’s Award for Enterprise, International Trade’. +An exciting opportunity has arisen for an experienced Tech Writer to join the Marketing team within Payara. We are looking for a candidate with proven experience in open-source technical writing, creating documentation, blogs, guides and articles in a similar capacity. + + Senior Technical Writer @MongoDb Realm https://technicalwriterresources.pages.dev/post/realm/