Book Image

Developer, Advocate!

By : Geertjan Wielenga
Book Image

Developer, Advocate!

By: Geertjan Wielenga

Overview of this book

What exactly is a developer advocate, and how do they connect developers and companies around the world? Why is the area of developer relations set to explode? Can anybody with a passion for tech become a developer advocate? What are the keys to success on a global scale? How does a developer advocate maintain authenticity when balancing the needs of their company and their tech community? What are the hot topics in areas including Java, JavaScript, "tech for good," artificial intelligence, blockchain, the cloud, and open source? These are just a few of the questions addressed by developer advocate and author Geertjan Wielenga in Developer, Advocate!. 32 of the industry's most prominent developer advocates, from companies including Oracle, Microsoft, Google, and Amazon, open up about what it's like to turn a lifelong passion for knowledge sharing about tech into a rewarding career. These advocates run the gamut from working at large software vendors to small start-ups, along with independent developer advocates who work within organizations or for themselves. In Developer, Advocate!, readers will see how developer advocates are actively changing the world, not only for developers, but for individuals and companies navigating the fast-changing tech landscape. More importantly, Developer, Advocate! serves as a rallying cry to inspire and motivate tech enthusiasts and burgeoning developer advocates to get started and take their first steps within their tech community.
Table of Contents (36 chapters)
34
Other Books You May Enjoy
35
Index
36
Packt

Scott's areas of interest

Scott Hanselman: TypeScript is demonstrably important and it happens to be from Microsoft. It was a risk to talk about TypeScript before it was deemed important, but, clearly, it is. The trick is to use your gut.

Another example is WebAssembly. We have a thing called Blazor that lets you compile ASP.NET pages to WebAssembly. Part of it is from Microsoft. I think it's cool and it will change things. Blazor might not become the next Ruby on Rails, but it is important.

WebAssembly is the foundation. Saying, "Here's a library and it's built on JavaScript," is different from saying, "Here's an entirely new language you've never heard of." JavaScript gets you the interview; it's your way in. Another example is getting C# to run on the Java virtual machine (JVM). You can use one thing like a bridge to the other thing.

Remember all that time that we spent trying to get virtual machines running in browsers? Little squares...