PragmaticBookshelf

PragmaticBookshelf

Devtalk Sponsor

Spotlight: Noel Rappin (Author)

“Finding the Boundaries” Hero’s Journey
with Noel Rappin
@noelrappin

Even when you’re ultimately right about what the future holds, the twists and turns along the way can hide some real surprises.

Take a trip with PragProg author Noel Rappin to discover how getting from point A to Z isn’t just about reaching a final destination, it’s about scenic overlooks, different modes of transportation, and having the right travel partners.

INTERVIEW

Listen to the complete audio interview here:

WIN!

We’re giving away one of Noel’s books to one lucky winner! Simply post a comment or a question in his ask me anything (AMA) below, and the Devtalk bot will randomly pick a winner at a time of the author’s choosing … then automatically update this thread with the results!


TRANSCRIPT (abridged)

For those who prefer to read rather than listen, following are highlights from the interview.

On becoming an author…

For many software developers, becoming an author is completely unexpected. First they experiment with reviews and short blog posts; later they graduate to documentation and tutorials. One day, to their complete surprise, they wake up and find that their first full-length book just went into print.

For Noel Rappin, it was the reverse: “If you’d asked me in high school what I was more likely to be doing, writing versus programming for a living, I would have thought writing in some fashion.” And, in fact, Noel’s path to professional writing did start in school — graduate school.

Noel’s graduate advisor was writing a textbook on Squeak/Smalltalk and asked Noel to write an introduction that covered “just enough Smalltalk so that the rest of the book makes more sense to readers who had never used Smalltalk.” And while Noel was writing that introduction, he was also being introduced to what would become a major facet of his career.

A few years later, Noel was hanging out on a Usenet group for Python, when an editor from O’Reilly dropped by to see if anyone could help out a little with a book on Jython. Noel knew both Java and Python and figured he could “make up the difference.”

The book, Jython Essentials, turned out to be a bit more work than Noel expected, but it did expose him to important lessons about technical writing that he carries with him to this day. It also made it easier to transition to his second book, WxPython in Action, and, later, the first book Noel ever wrote that was fully “driven by passion,” Rails Test Prescriptions.

Even though Noel considers himself a software developer first, looking out across the ten books he’s authored, it’s pretty easy to see how his prediction way back in high school wasn’t too far off the mark.

On challenges and rewards…

Even though Noel is a veteran writer with lots of experience and well-established practices, he still faces challenges and fears with each new book.

“The thing that’s always scared me the most,” explains Noel, “is not the thing that I’m going to say that’s a mistake. It’s the thing that I’m not even going to know to say, because I don’t know the community well enough … It’s the thing that I’m just gonna skip entirely, because I don’t have the experience necessarily, or I don’t have all the experience to know what the important things are.”

To get over this hurdle, Noel turns to a trusted group of friends and peers who provide input and a sanity check. Noel says they help him “decide what’s real and what’s hype.”

In fact, the whole reason that Cypress ended up in Modern Front-End Development for Rails is because that very group of people told Noel that Cypress was the way to go.

And while skipping over something important is something to watch out for, Noel says the opposite is also true. Finding the boundaries — figuring out what not to include in a book — is equally as important.

For Noel, that means being in touch with his readers.

Noel knows his audience is real-world programmers looking to solve real-world problems, so sometimes that means going with a more mainstream approach rather than “taking a flyer on something that [he] just thought was cool.” Other times it means trying to keep up with a shifting ecosystem, like JavaScript, because that’s what his readers will have to do.

It isn’t easy, but with a focus on the audience and a good support network to rely on, Noel says these are obstacles that any author can overcome.

On career and beyond…

Noel has written technical articles, he’s worked on textbooks and references, he’s published with multiple publishers, and he’s even self-published… “two to three years before that was really viable,” he says.

For Noel, software development and technical writing go hand in hand.

According to Noel, the two disciplines feed into each other: “As a technical writer, continuing to be a day-to-day coder is the input to that [writing] process, mentally. It’s how I connect to the kinds of problems that the people who are reading the book are going to be solving.”

In addition to helping people solve problems, Noel says another “great thing about writing a book is that just by having written it, people assume a lot of authority.” And that authority can lead to speaking engagements, job offers, and more.

Noel has been publishing with the Pragmatic Bookshelf for many years, and he’s developed a strong working relationship with his longtime editor, Katharine Dvorak. Simply put, Noel says, “she gets what [I’m] trying to do.”

Noel also continues returning to the Bookshelf, because he says that “Pragmatic is great if you want to work with smart people who want to help you put out a really, really good book.” And he notes that Pragmatic’s royalty payment structure is … “very advantageous.”

We know how much Noel’s work means to his readers and to us, and we look forward to seeing what topics Noel will cover in his next ten books.


Now that you know his story, complete your collection of Noel’s PragProg titles today! Don’t forget you can get 35% off with the coupon code devtalk.com!


Follow Noel:

Twitter, x.com

Substack, https://noelrap.substack.com

Linkedin, Noel Rappin - Deerfield, Illinois, United States | Professional Profile | LinkedIn


YOUR TURN!

We’re now opening up the thread for your questions! Ask Noel anything! Please keep it clean and don’t forget by participating you automatically enter the competition to win one of Noel’s ebooks!

Most Liked

noelrappin

noelrappin

Author of Modern Front-End Development for Rails

Subject to change, but the current plan:

  • Initial Turbo example includes adding concerts to a list of favorites, updated elsewhere on the page, which is functionally similar to a shopping cart.

  • Later, when I introduce ActionCable, it’ll show how a change in tickets from the ticket page updates the schedule page

  • We’ll also do something on the Stimulus page with a complex filter that requires keeping some state in the HTML on the page

  • And the end of the book will take the page that is in React and redo it in Stimulus

I think that should cover what you need? Let me know if there’s something else. Can’t promise, but I do want the book to be useful.

Thanks!

noelrappin

noelrappin

Author of Modern Front-End Development for Rails

I think the Hotwire release is a big step for the Rails ecosystem, it continues along one of Rails key design goals, which is to make common good practices as easy to do as possible and automate repetitive tasks. I kind of think they are going to continue to push forward on how to package client code, I don’t think they see Webpacker in its current form as the final answer. (The most surprising thing to me about the Hotwire release is that it has a zero-config asset pipeline option)

I haven’t gotten much of a chance to use Ruby 3 yet, I’m excited by the performance improvements, and not sold yet on the type system, I suspect the next few releases are going to deal with how the community comes to use types.

forrest

forrest

Hi Noel,

I’m looking forward to your next book on Tailwind CSS!

Do you have any thoughts on StimulusReflex?

Where Next?

Popular Community topics Top

PragmaticBookshelf
A PragProg Hero’s Journey with Dr. Venkat Subramaniam @venkats How do you grow a successful career as a software developer while...
New
PragmaticBookshelf
“Finding the Boundaries” Hero’s Journey with Noel Rappin @noelrappin Even when you’re ultimately right about what the future ho...
New
PragmaticBookshelf
“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco Ever wonder how authoring books compares to writing articles?...
New
PragmaticBookshelf
Author Spotlight James Stanier @jstanier James Stanier, author of Effective Remote Work , discusses how to rethink the office as we e...
New
New
PragmaticBookshelf
Author Spotlight: Johanna Rothman @jrothman Writing is a craft and Johanna Rothman is an expert. Today we talked about the art of wri...
New
PragmaticBookshelf
Author Spotlight: Lauren Maffeo @lmaffeo Businesses own more data than ever before, but it’s of no value if you don’t know how to use...
New
PragmaticBookshelf
Author Spotlight: Sophie DeBenedetto @SophieDeBenedetto The days of the traditional request-response web application are long gone, b...
New
PragmaticBookshelf
Author Spotlight: Leemay Nassery @leemay You do your best new feature development when you’re not afraid to be wrong. We sat down and...
New
Margaret
Building a Culture of Experimentation with Leemay Nassery @leemay With the right mindset, architecture, and processes, any team ...
New

Other popular topics Top

AstonJ
A thread that every forum needs! Simply post a link to a track on YouTube (or SoundCloud or Vimeo amongst others!) on a separate line an...
New
DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
siddhant3030
I’m thinking of buying a monitor that I can rotate to use as a vertical monitor? Also, I want to know if someone is using it for program...
New
DevotionGeo
The V Programming Language Simple language for building maintainable programs V is already mentioned couple of times in the forum, but I...
New
Margaret
Hello everyone! This thread is to tell you about what authors from The Pragmatic Bookshelf are writing on Medium.
1147 28379 760
New
PragmaticBookshelf
Create efficient, elegant software tests in pytest, Python's most powerful testing framework. Brian Okken @brianokken Edited by Kat...
New
New
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
PragmaticBookshelf
Develop, deploy, and debug BEAM applications using BEAMOps: a new paradigm that focuses on scalability, fault tolerance, and owning each ...
New