<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: SlashData Team</title>
    <description>The latest articles on Forem by SlashData Team (@slashdatahq).</description>
    <link>https://forem.com/slashdatahq</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F266264%2F75eb74bc-a420-4df9-b92e-744a4772f739.jpg</url>
      <title>Forem: SlashData Team</title>
      <link>https://forem.com/slashdatahq</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/slashdatahq"/>
    <language>en</language>
    <item>
      <title>How to harness AI Agents without breaking security</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Tue, 02 Dec 2025 16:58:25 +0000</pubDate>
      <link>https://forem.com/slashdatahq/how-to-harness-ai-agents-without-breaking-security-1ifm</link>
      <guid>https://forem.com/slashdatahq/how-to-harness-ai-agents-without-breaking-security-1ifm</guid>
      <description>&lt;p&gt;We are entering a new era in which AI doesn’t just generate content, it acts. AI agents, capable of perceiving their environment, making decisions, and taking autonomous actions, are beginning to operate across the enterprise. Unlike traditional Large Language Models (LLMs) that work within a confined prompt-response loop, agents can research information, call APIs, write and execute code, update records, orchestrate workflows, and even collaborate with other agents, all with little to no human supervision.&lt;/p&gt;

&lt;p&gt;The excitement and hype surrounding AI agents is understandable. When designed and implemented correctly, these agents can radically streamline operations, eliminate tedious manual tasks, accelerate service delivery, and redefine how teams collaborate. McKinsey predicts that agentic AI could unlock between &lt;a href="https://www.mckinsey.com/capabilities/risk-and-resilience/our-insights/deploying-agentic-ai-with-safety-and-security-a-playbook-for-technology-leaders?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;$2.6 trillion and $4.4 trillion&lt;/a&gt; annually across more than sixty enterprise use cases.&lt;/p&gt;

&lt;p&gt;Yet, this enthusiasm masks a growing and uncomfortable truth. Enterprises leveraging agentic AI face a fundamental tension:&lt;a href="https://www.kaggle.com/whitepaper-introduction-to-agents?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt; the trade-off between utility and security&lt;/a&gt;. An agent can only deliver real value when it’s entrusted with meaningful control, but every additional degree of control carries its own risks. With agents capable of accessing sensitive systems and acting autonomously at machine speed, organisations risk creating a &lt;a href="https://explore.pwc.com/autonomous-ai-in-cyber/ai-ai-agents?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;new form of insider threat&lt;/a&gt; (on steroids), and many are not remotely prepared for the security risks that agentic AI introduces. &lt;/p&gt;

&lt;p&gt;The vast majority of leaders with cybersecurity responsibilities (&lt;a href="https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2025/m05/cybersecurity-readiness-index-2025.html?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;86%&lt;/a&gt;) reported at least one AI-related incident from January 2024 to January 2025, and fewer than half (&lt;a href="https://newsroom.cisco.com/c/r/newsroom/en/us/a/y2025/m05/cybersecurity-readiness-index-2025.html?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;45%&lt;/a&gt;) feel their company has the internal resources and expertise to conduct comprehensive AI security assessments. Rushing to deploy digital teammates into production before establishing meaningful security architecture has a predictable result. Gartner now forecasts that &lt;a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-25-gartner-predicts-over-40-percent-of-agentic-ai-projects-will-be-canceled-by-end-of-2027?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;more than 40% of agentic AI projects will be cancelled by 2027&lt;/a&gt;, citing inadequate risk controls as a key reason.&lt;/p&gt;

&lt;p&gt;This blog post covers the risks that pose the greatest challenges for organisations building or adopting AI agents today and how to minimise them, enabling technical leaders and developers to make informed, responsible decisions around this technology.&lt;/p&gt;

&lt;p&gt;Harness the power of agentic AI with our analysts' help. &lt;a href="https://www.slashdata.co/book-a-meeting" rel="noopener noreferrer"&gt;Talk to an analyst&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  The dark side of AI agents
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Rogue actions and the observability gap
&lt;/h3&gt;

&lt;p&gt;Traditional software behaves predictably. Given the same inputs, it produces the same outputs. Understanding results and debugging is therefore a matter of tracing logic, replicating conditions, and fixing the underlying error. However, agentic AI breaks this paradigm. Agents do not follow deterministic paths, meaning their behaviour isn’t always repeatable even with identical inputs, and &lt;a href="https://storage.googleapis.com/gweb-research2023-media/pubtools/1018686.pdf?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;complex, emergent behaviours can arise that weren’t explicitly programmed&lt;/a&gt;. Worse, most systems that agents interact with today lack any understanding of why an agent took a particular action. Traditional observability wasn’t designed to &lt;a href="https://www.f5.com/company/blog/observability-in-the-age-of-ai-agents?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;understand why a request happened, only that it did&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This creates a profound observability gap, where organisations can’t understand or replay an agent’s decision sequence. A minor change in context, memory, or input phrasing can lead to an entirely different chain of tool calls and outputs. As a result, traditional debugging techniques collapse. When something goes wrong, teams are often left guessing whether the issue came from the underlying model, the agent design, an external dependency, a misconfigured tool, corrupted memory, or adversarial input. &lt;/p&gt;

&lt;p&gt;This problem is exacerbated by the degree of autonomy an agent has, as the longer an agent operates independently and the more steps it takes without human oversight, the larger the gap between intention and action can become. Without robust audit logs designed for agentic systems, organisations can’t reliably answer fundamental questions such as: &lt;em&gt;What did the agent do? Why did it choose those actions? What data did it access? Which systems did it interact with? Could the behaviour repeat?&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Expanded attack surface and agents as a new insider threat
&lt;/h3&gt;

&lt;p&gt;When you give an AI agent the ability to act, particularly across internal systems, you effectively create a new privileged user inside your organisation. Too often, this user is granted broad, overly generous permissions, disregarding the principle of least privilege, a cornerstone of cybersecurity. Teams often grant generous permissions because restrictions seem to “block the agent from being helpful”. However, as highlighted earlier in this post, every added degree of autonomy or access carries its own risks. Your “highly efficient digital teammate” can very quickly become a potent insider threat.&lt;/p&gt;

&lt;p&gt;Granting agents broad access and permissions to internal documents, systems, repositories, or databases dramatically expands an organisation's attack surface, especially when these agents interact with external services. If an attacker succeeds in injecting malicious instructions through poisoned data, manipulated content, compromised memory, tampered tools, or adversarial prompts, the agent can unknowingly carry out harmful actions on the attacker’s behalf. It may leak sensitive information, modify records, escalate privileges, execute financial transactions, trigger unwanted workflows, or expose data to external systems. The danger compounds in multi-agent environments, where one agent’s compromised output can cascade into others, amplifying the impact of even small vulnerabilities.&lt;/p&gt;

&lt;h3&gt;
  
  
  Agentic drift
&lt;/h3&gt;

&lt;p&gt;Agents operate in dynamic environments, learn, adapt, and evolve. Over time, this evolution can lead to &lt;a href="https://www.ibm.com/think/insights/agentic-drift-hidden-risk-degrades-ai-agent-performance?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;agentic drift&lt;/a&gt;. An agent that performs well today might degrade tomorrow, producing less accurate or entirely incorrect results. Many factors can influence this, such as updates to underlying models, changes to inputs, changes to business context, system integrations, or agent memory. Because drift often emerges gradually, organisations may not notice until the consequences are significant, especially for agents interacting with external stakeholders (e.g. customer service agents) or operating in multi-agent workflows, where drift can cause cascading failures.&lt;/p&gt;

&lt;p&gt;Moreover, because AI agents are inherently goal-driven, drift can emerge in which agents start optimising for the metrics they can observe, rather than the ones humans intended. This leads to &lt;a href="https://deepmind.google/blog/specification-gaming-the-flip-side-of-ai-ingenuity/?utm_source=SlashData_Blog&amp;amp;utm_medium=AgenticAISecurity" rel="noopener noreferrer"&gt;specification gaming&lt;/a&gt;, where agents find undesirable shortcuts that technically satisfy the objective while undermining policy, ethics, or safety. For example, an agent tasked to “reduce task completion time” may quietly eliminate necessary review steps; an agent configured to “increase customer satisfaction” might disclose information it shouldn’t; or a coding agent tasked to “fix errors” might make changes that violate security or compliance constraints.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to build agents safely
&lt;/h3&gt;

&lt;p&gt;The risks of agentic AI are significant, but the solution is not to avoid agents altogether. The value is too great, and the competitive pressure is too high. Instead, organisations must treat agentic AI as a new class of enterprise technology, requiring its own security model, governance structures, and operational rigour. As the saying goes, “a chain is only as strong as its weakest link”. Don’t introduce a weaker one. To position your organisation to harness the full potential of agentic AI safely, it’s essential to understand how to mitigate these risks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Establish a rigid command hierarchy&lt;/strong&gt;. To ensure accountability, AI agents must operate under a clearly defined chain of command where human supervision is technically enforced. Every agent should have a designated controller(s) whose directives are distinguishable from other inputs. This distinction is crucial because agents process vast amounts of untrusted data (such as emails or web content) that can contain hidden instructions designed to hijack the system (prompt injection). Therefore, the security architecture must prioritise the controller’s voice and system prompts above all other noise. Furthermore, for high-stakes actions, such as deleting important datasets, sharing sensitive data, authorising financial transactions, or modifying security configurations, explicit human confirmation should always be required (“human-in-the-loop”).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enforce dynamic, context-aware limitations&lt;/strong&gt;. Security teams must move beyond broad, static permissions and instead enforce strict, purpose-driven limits on what agents can do. Agents’ capabilities must adapt dynamically to the specific context of the current workflow, extending the traditional principle of least privilege. For example, an agent tasked with doing online research should be technically blocked from deleting files or sharing data, regardless of its base privileges. To achieve this, organisations require robust authentication and authorisation systems designed specifically for AI agents, with secure, traceable credentials that allow administrators to review an agent’s scope and revoke permissions at any time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ensure observability of reasoning and action&lt;/strong&gt;. Transparency is the only way to safely integrate autonomous agents into enterprise workflows. To ensure agents act safely, their operations must be fully visible and auditable. This requires implementing a logging architecture that captures more than just the final result. It must record the agent’s chain of thought, including the inputs received, reasoning steps, tools used, parameters passed, and outputs, enabling organisations to understand why an agent made a specific decision. Crucially, this data cannot remain buried in server logs; it should be displayed in an intuitive interface that allows controllers to inspect the agent's behaviour in real time.&lt;/p&gt;

&lt;p&gt;Organisations that fail to invest early in these foundations may find themselves facing a new generation of incidents, faster, more powerful, and more opaque than anything their current security posture was designed to handle. &lt;/p&gt;

&lt;p&gt;The next wave of innovation will not be driven by models that generate text, but by systems that take action. Is your organisation ready for what those actions entail? At SlashData, we can help you navigate the challenges of implementing and scaling agentic AI systems by providing data-backed evidence and insights on how developers successfully create agentic AI workflows, avoiding common pitfalls along the way.&lt;/p&gt;

&lt;h4&gt;
  
  
  About the author
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Alvaro Ruiz Cubero, Market Research Analyst, SlashData&lt;/strong&gt;&lt;br&gt;
​Álvaro is a market research analyst with a background in strategy and operations consulting. He holds a Master’s in Business Management and believes in the power of data-driven decision-making. Álvaro is passionate about helping businesses tackle complex strategic business challenges and make strategic decisions that are backed by thorough research and analysis.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>devrel</category>
    </item>
    <item>
      <title>Agentic AI has moved from lab to production, ChatGPT and GitHub Copilot are the leaders, says AI analyst firm SlashData</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Fri, 07 Nov 2025 12:11:19 +0000</pubDate>
      <link>https://forem.com/slashdatahq/agentic-ai-has-moved-from-lab-to-production-chatgpt-and-github-copilot-are-the-leaders-says-ai-2gi</link>
      <guid>https://forem.com/slashdatahq/agentic-ai-has-moved-from-lab-to-production-chatgpt-and-github-copilot-are-the-leaders-says-ai-2gi</guid>
      <description>&lt;p&gt;SlashData has released new findings revealing the real-world adoption of AI in late 2025. &lt;/p&gt;

&lt;p&gt;As early adopters and reliable predictors of technology trends, developers provide a window into where AI is heading next. Based on their responses, SlashData highlights three trends transforming the AI landscape: Agentic AI goes mainstream, AI coding tools preferences, Gen AI adoption blockers.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI coding tools: ChatGPT and Copilot dominate
&lt;/h2&gt;

&lt;p&gt;ChatGPT (64%) and GitHub Copilot (49%) lead in adoption and satisfaction among professional developers using AI coding tools. JetBrains AI shows low adoption and high satisfaction, signalling a growth opportunity. Adoption varies by experience:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Satisfaction with ChatGPT drops notably among experienced developers, as they appear less happy with its accuracy, scalability, and ease of use compared to newcomers”&lt;br&gt;
says Bleona Bicaj, Senior Market Research Analyst at SlashData&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjk68ucenbcwzu9r03om1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjk68ucenbcwzu9r03om1.jpg" alt=" " width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Agentic AI goes live: half of adopters already in production
&lt;/h2&gt;

&lt;p&gt;50% of professional developers adopting AI functionality have already deployed Agentic AI into production, marking the end of the experimental era. Text generation, summarisation or translation (28%) is the top use case for Agentic AI. AR/VR and IoT projects lead adoption. Reliability and security concerns might be slowing the adoption of agentic AI in backend systems. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Large enterprises’ governance complexity may be neutralising their resource advantages in agentic AI deployment”, &lt;br&gt;
says Alvaro Ruiz Cuber, Market Research Analyst at SlashData&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftlvg9z3qnoxmcmpqrezy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftlvg9z3qnoxmcmpqrezy.jpg" alt=" " width="800" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Data privacy &amp;amp; security fears slow down AI rollout
&lt;/h2&gt;

&lt;p&gt;Organisations face two core hurdles: privacy risks that delay approval and quality concerns that undermine developer trust as only 25% of professional developers are currently building applications powered by Generative AI. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Organisations must prioritise enterprise-level safeguards to prevent projects from stalling under compliance reviews.” &lt;br&gt;
urges Nikita Solodkov, Market Research and Statistics Consultant at SlashData&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6walnbl3xysfnf4zwc56.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6walnbl3xysfnf4zwc56.jpg" alt=" " width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full analysis and 29 charts are instantly available to all through the &lt;a href="https://research.slashdata.co/reports?utm_source=devto_aisu&amp;amp;utm_medium=devto_aisu" rel="noopener noreferrer"&gt;SlashData Research Space&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;The insights come from 12,000 developers surveyed in Q3 2025. The six &lt;a href="https://www.slashdata.co/resources/free-reports?utm_source=devto_aisu&amp;amp;utm_medium=devto_aisu" rel="noopener noreferrer"&gt;State of Developer Nation reports&lt;/a&gt; cover AI, FinOps, Cloud and Language communities.&lt;/p&gt;

&lt;h2&gt;
  
  
  About SlashData
&lt;/h2&gt;

&lt;p&gt;SlashData is an AI analyst firm. For 20 years, we have been working with top Tech brands like Google, Microsoft and Meta. We track software technology trends to empower industry leaders to make product and marketing investment decisions with clarity and confidence, and drive the world forward with technology.  &lt;/p&gt;

</description>
      <category>ai</category>
      <category>resources</category>
    </item>
    <item>
      <title>Developer Trends 2025: 2 webinars on how many developers are there and AI in Tech</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Fri, 25 Apr 2025 15:32:53 +0000</pubDate>
      <link>https://forem.com/slashdatahq/developer-trends-2025-2-webinars-on-how-many-developers-are-there-and-ai-in-tech-3a18</link>
      <guid>https://forem.com/slashdatahq/developer-trends-2025-2-webinars-on-how-many-developers-are-there-and-ai-in-tech-3a18</guid>
      <description>&lt;p&gt;Staying true to our commitment to transform noise into actionable insights, SlashData is bringing you two webinars rich in data and insights and the developer trends you need to know in 2025.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Here's the quick preview. Keep reading for more details&lt;br&gt;
How many developers are there? Ending the debate with data | April 24, 2025 | &lt;a href="https://youtube.com/live/fnaDQV07LD0" rel="noopener noreferrer"&gt;Watch here&lt;/a&gt;&lt;br&gt;
&lt;a href="https://lu.ma/q7ls5isg" rel="noopener noreferrer"&gt;Artificial Intelligence in Tech: usage, adoption and challenges in 2025&lt;/a&gt; | May 14, 2025 &lt;/p&gt;

&lt;p&gt;Both events are free to attend, but registration is required. &lt;/p&gt;

&lt;h1&gt;
  
  
  Developer Trends 2025: Artificial Intelligence in Tech - Usage, Adoption, and Challenges in 2025
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;When&lt;/strong&gt; 14 May 2025 - 9am PST/5pm UK&lt;br&gt;
&lt;strong&gt;Platform&lt;/strong&gt; YouTube&lt;br&gt;
&lt;strong&gt;Presented by&lt;/strong&gt; Konstantinos Korakitis, Director of Research, SlashData &amp;amp; more TBA&lt;br&gt;
&lt;strong&gt;Hosted by&lt;/strong&gt; Moschoula Kramvousanou, CEO, SlashData​&lt;/p&gt;

&lt;p&gt;How is AI used in Tech? This will be our main theme for this live session with SlashData's expert analysts.&lt;/p&gt;

&lt;p&gt;More specifically, we will look at Generative AI and&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;​How Tech professionals have incorporated it into their processes&lt;/li&gt;
&lt;li&gt;​How sales and marketing professionals utilise it for performance&lt;/li&gt;
&lt;li&gt;​What challenges are organisations facing with its adoption&lt;/li&gt;
&lt;li&gt;​How are developers integrating it into their projects&lt;/li&gt;
&lt;li&gt;Concerns about its usage
+Live Q&amp;amp;A with your questions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://lu.ma/q7ls5isg" rel="noopener noreferrer"&gt;Save your spot for the AI in tech webinar&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;See also our free reports on Artificial Intelligence: &lt;br&gt;
&lt;a href=""&gt;Generative AI for Business: Success, Challenges and the Future&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;The rise of AI-chatbots for problem-solving&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;How developers build AI-enabled applications&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Watch now: Global developer population trends: How Many Developers Are There?
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;When&lt;/strong&gt; 24 April 2025 - 9am PST/5pm UK&lt;br&gt;
&lt;strong&gt;Platform&lt;/strong&gt; YouTube&lt;br&gt;
&lt;strong&gt;Presented by&lt;/strong&gt; Konstantinos Korakitis, Director of Research, SlashData&lt;br&gt;
&lt;strong&gt;Hosted by&lt;/strong&gt; Moschoula Kramvousanou, CEO, SlashData&lt;/p&gt;

&lt;p&gt;In this session, we will look at the global developer population. More specifically, Konstantinos will present the latest data and insights on:​&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The growth of the developer population in the past years&lt;/li&gt;
&lt;li&gt;The developer population breakdown by professional status&lt;/li&gt;
&lt;li&gt;The developer population breakdown by region&lt;/li&gt;
&lt;li&gt;The developer population breakdown by type of software project&lt;/li&gt;
&lt;li&gt;The developer population breakdown by programming language community&lt;/li&gt;
&lt;li&gt;The developer population breakdown by industry vertical&lt;/li&gt;
&lt;li&gt;The developer population breakdown by company size
+Live Q&amp;amp;A &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can now watch this session anytime:&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/fnaDQV07LD0"&gt;
  &lt;/iframe&gt;
.&lt;/p&gt;

&lt;p&gt;All insights are drawn from SlashData's independent Developer Nation survey, which gathers over 9,000 responses per wave.​ Learn more about the Developer Nation survey, its community and our methodology. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4490iwm6mnn0oceakg1k.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4490iwm6mnn0oceakg1k.jpg" alt=" "&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>data</category>
      <category>developer</category>
      <category>coding</category>
      <category>rust</category>
    </item>
    <item>
      <title>Inside Technology Trends: AI Chatbots &amp; Network APIs</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Thu, 13 Feb 2025 14:34:36 +0000</pubDate>
      <link>https://forem.com/slashdatahq/inside-technology-trends-ai-chatbots-network-apis-3a12</link>
      <guid>https://forem.com/slashdatahq/inside-technology-trends-ai-chatbots-network-apis-3a12</guid>
      <description>&lt;p&gt;What role are artificial intelligence and network APIs playing in shaping the tumulus digital landscape?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How much traction have AI chatbots gained in the last six months? &lt;br&gt;
What does the adoption of network APIs look like among developers?&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Join us for an insightful webinar where industry experts will provide data-driven answers to these pressing questions. &lt;a href="https://lu.ma/yyy7h5cp" rel="noopener noreferrer"&gt;Register here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You’ll Learn
&lt;/h2&gt;

&lt;p&gt;This exclusive webinar will offer deep insights into key technology trends. Together we will look at the most recent data, provided by real developers.&lt;/p&gt;

&lt;p&gt;Dive into the world of AI chatbots and Network APIs. Our expert speakers will shed light on key findings, including:&lt;/p&gt;

&lt;h3&gt;
  
  
  The Rise of AI Chatbots for Problem-Solving
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Which roles and industries are experiencing the fastest growth in AI chatbot usage?&lt;/li&gt;
&lt;li&gt;​How has the overall adoption of AI chatbots changed over the past six months across different user groups?&lt;/li&gt;
&lt;li&gt;​How does AI chatbot usage differ between professionals, hobbyists, and students?&lt;/li&gt;
&lt;li&gt;​What regional trends are emerging in AI chatbot adoption?&lt;/li&gt;
&lt;li&gt;​What specific challenges or needs are prompting beginners and non-technical users to increasingly turn to AI chatbots for problem-solving?&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Network APIs: The New Oil in the 5G Economy
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;​What percentage of developers use network APIs?&lt;/li&gt;
&lt;li&gt;​Which regions have higher adoption rates of network APIs?&lt;/li&gt;
&lt;li&gt;​In what types of projects are developers using network APIs involved?&lt;/li&gt;
&lt;li&gt;​What functionalities of network APIs do developers use? &lt;/li&gt;
&lt;li&gt;Which roles and industries are experiencing the fastest growth in AI chatbot usage?&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Join the Conversation
&lt;/h2&gt;

&lt;p&gt;Don't miss this opportunity to stay ahead of emerging technology trends. Gain insights into AI chatbot growth, network API adoption, and more—straight from industry experts.&lt;/p&gt;

&lt;p&gt;Register now and &lt;a href="https://lu.ma/yyy7h5cp" rel="noopener noreferrer"&gt;be part of the discussion&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Live Q&amp;amp;A: Ask our analysts your questions. &lt;/p&gt;

&lt;h2&gt;
  
  
  Exclusive Reports
&lt;/h2&gt;

&lt;p&gt;Each topic addressed in this webinar is backed by a free-to-access, in-depth report:&lt;br&gt;
&lt;a href="https://research.slashdata.co/reports/674d8d53314315f8bd1e2b0c?utm_source=devto&amp;amp;utm_medium=Feb25_Webinar" rel="noopener noreferrer"&gt;- The Rise of AI Chatbots for Problem-Solving&lt;/a&gt;&lt;br&gt;
&lt;a href="https://research.slashdata.co/reports/674d8d53314315f8bd1e2b0c?utm_source=devto&amp;amp;utm_medium=Feb25_Webinar" rel="noopener noreferrer"&gt;- Network APIs: The New Oil in the 5G Economy&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet the Experts
&lt;/h2&gt;

&lt;p&gt;Our presenters bring a wealth of experience in market research and technology analysis:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Álvaro Ruiz, Research Manager&lt;/strong&gt;&lt;br&gt;
Álvaro is a market research analyst with a background in strategy and operations consulting. He holds a Master’s in Business Management and believes in the power of data-driven decision-making. Álvaro is passionate about helping businesses tackle complex strategic business challenges and make strategic decisions that are backed by thorough research and analysis.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bleona Bicaj, Senior Market Research Analyst&lt;/strong&gt;&lt;br&gt;
Bleona is a behavioral specialist, enthusiastic about data and behavioral science. She holds a Master's degree from Leiden University in Economic and Consumer Psychology. She has more than 6 years of professional experience as an analyst in the data analysis and market research industry.&lt;/p&gt;

&lt;p&gt;Hosted by Moschoula Kramvousanou, SlashData CEO&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the data come from
&lt;/h2&gt;

&lt;p&gt;The insights presented in this webinar come from the global, independent State of Developer Nation survey and its 27th wave which reached over 9,000 respondents worldwide. As one of the most comprehensive independent studies on developers across mobile, desktop, Industrial IoT, consumer electronics, cloud, game development, AR/VR, and machine learning, this survey, and the expert analysis after it, provides essential perspectives on the evolving tech landscape.&lt;/p&gt;

&lt;h3&gt;
  
  
  Reducing bias
&lt;/h3&gt;

&lt;p&gt;​To eliminate the effect of regional sampling biases, we weighted the regional distribution across nine regions by a factor that was determined by the regional distribution and growth trends identified in our Developer Nation research. To minimise other important sampling biases across our outreach channels, we weighted the responses to derive a representative distribution for technologies used, and developer segments. Using ensemble modelling methods, we derived a weighted distribution based on data from independent, representative channels, excluding the channels of our research partners to eliminate sampling bias due to respondents recruited via these channels. Each of the separate branches: Industrial IoT, consumer electronics, 3rd party app ecosystems, cloud, embedded, augmented and virtual reality were weighted independently and then combined.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>devrel</category>
      <category>data</category>
    </item>
    <item>
      <title>From Code to Consumer Magic - The Software Developers Behind Everyday Electronic Devices</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Mon, 29 Jan 2024 17:06:19 +0000</pubDate>
      <link>https://forem.com/slashdatahq/from-code-to-consumer-magic-the-software-developers-behind-everyday-electronic-devices-n2g</link>
      <guid>https://forem.com/slashdatahq/from-code-to-consumer-magic-the-software-developers-behind-everyday-electronic-devices-n2g</guid>
      <description>&lt;p&gt;In this post, taken out of SlashData’s public report “&lt;a href="https://www.slashdata.co/free-resources?utm_source=devto&amp;amp;utm_medium=conselectr" rel="noopener noreferrer"&gt;The State of the Developer Nation&lt;/a&gt;”, we dive into the world of consumer electronics and explore the profiles of developers who target different types of applications in this space. We focus on comparing their experience levels and their involvement across other sectors.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/eXyaNUafAT0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h1&gt;
  
  
  What developers are working on
&lt;/h1&gt;

&lt;p&gt;Today, the number of Internet of Things (IoT) connections (&lt;a href="https://transformainsights.com/research/forecast/highlights?utm_source=SlashData_Blog" rel="noopener noreferrer"&gt;15B in 2023&lt;/a&gt;) outnumbers humans and is forecasted to nearly double by 2030. A subset of this space, consumer electronics(CE), is focused on devices that are targeted towards consumers and often individual use. Examples of CE devices range from home security devices such as digital door locks to cameras and fitness trackers.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;4.4M Developers are involved in Consumer Electronics projects&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;As of Q3 2023, we estimate that there are 4.4M developers who work on CE projects, making up 11% of the total developer population. In our latest Developer Nation survey, we asked developers who are involved in this space about the CE categories that they are targeting with their applications. In first place, 28% report that they are working on software for security and access products such as door locks and CCTV systems. This is closely followed by communication devices (26%), network equipment (26%), energy appliances (25%), and entertainment systems (23%). These categories stand out far above the rest, with the next most popular category – home appliances – being targeted by 18% of the developers in the CE space.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdl5vt16j87l2csu4xlua.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdl5vt16j87l2csu4xlua.jpeg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The many similarities and differences between the top CE categories are reflected in the profiles of the developers who target them with their applications. One of the most interesting aspects to consider is how experience in software development impacts the projects that these developers take on.&lt;/p&gt;

&lt;h1&gt;
  
  
  Developers’ experience
&lt;/h1&gt;

&lt;p&gt;We find that those who target energy appliances have the highest level of experience in CE projects*. More specifically, these developers have an average of 3.9 years of experience&lt;/p&gt;

&lt;p&gt;in this space, which is significantly higher than that of their counterparts who are not involved in energy appliances (3.1 years). This indicates that the specific challenges encountered in this category are more likely to require specialised knowledge of the CE space than across other categories. Having experience with other CE devices can be highly beneficial for development, as energy appliances need to integrate with other household systems and the energy grid. The projects that the developers who are targeting this category are much more likely than average to be smart (59% vs 43%) and have an app (49% vs 35%).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Developers who target security and access products are highly experienced in general software development.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Interestingly, developers who target security and access products have significantly more experience in software development (4.9 years) than in CE (3.4 years). This corresponds to the most significant gap between experience levels in these two groups. It indicates that working on security and access products is more likely than average to require experience in other development areas beyond CE.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp1jt5zshpb78s3fobppw.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp1jt5zshpb78s3fobppw.jpeg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With above-average experience in software development, CE developers are involved in other areas of software development. The largest overlap comes from those involved&lt;/p&gt;

&lt;p&gt;in the industrial IoT (IIoT) development sector (43%). In particular, 56% of those involved in energy appliances also work on IIoT projects and are the most likely to do so. Using this as an example, a household energy management device only needs to manage the energy usage of one household, while an equivalent IIoT system may need to consider an entire manufacturing plant. While there are differences in scale, these two systems share the essence of what they are designed to do. This showcases the close relationship between these two sectors in the broader IoT ecosystem.&lt;/p&gt;

&lt;h1&gt;
  
  
  Security and access
&lt;/h1&gt;

&lt;p&gt;On closer inspection of the overlap with IIoT, we see that only 28% of those who work on software targeted at entertainment systems are involved in IIoT projects. This is significantly below that of any other target category in the CE space. Instead, they are the most likely to develop games (36%) and have an above-average representation in the mobile sector (40%). Similar to the case of energy appliances and IIoT, there is a natural overlap between devices aimed at entertainment systems and these two sectors. For example, developers who develop software for smart speakers may also work on accompanying mobile applications.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Developers leverage data science to enhance security and access products.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Another interesting example can be seen among developers who target security and access products. We find that 32% of them are also involved in data science, which is significantly above average across the other categories (20%). This suggests that data from security devices is analysed in detail to improve the functionality of security and access products. For instance, advanced analytics can be used to detect suspicious access patterns in digital door locks and alert both users and authorities of potential intruders.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12gigsfzumfcjvypwekg.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F12gigsfzumfcjvypwekg.jpeg" alt=" " width="800" height="430"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We measure this by comparing the median number of years that the developers within each category have worked on software projects. Medians are estimated from grouped frequency data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This article is part of the developer insights offered in the State of the &lt;a href="https://www.slashdata.co/free-resources?utm_source=devto&amp;amp;utm_medium=conselectr" rel="noopener noreferrer"&gt;Developer Nation 25th Edition&lt;/a&gt;. You can access the full report which covers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Language communities - An update&lt;/li&gt;
&lt;li&gt;Creating A Sense Of Community - How Developers Interact And Engage With Their Peers&lt;/li&gt;
&lt;li&gt;How Generative AI Will Affect Developers' Work&lt;/li&gt;
&lt;li&gt;Web3 Unveiled - Exploring The Diverse Landscape Of Web3 Development Projects&lt;/li&gt;
&lt;li&gt;From Code To Consumer Magic - The Software Developers Behind Our Everyday Electronic Devices&lt;/li&gt;
&lt;li&gt;What Are People Building In AR/VR?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Want to dive deeper into developer data on consumer electronics, IoT or Industrial IoT? &lt;a href="https://www.slashdata.co/free-resources?utm_source=devto&amp;amp;utm_medium=conselectr" rel="noopener noreferrer"&gt;Let’s talk&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>iot</category>
      <category>consumerelectronics</category>
    </item>
    <item>
      <title>What are developer marketing, relations and tooling professionals working on?</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Mon, 06 Nov 2023 12:42:09 +0000</pubDate>
      <link>https://forem.com/slashdata/what-are-developer-marketing-relations-and-tooling-professionals-working-on-49e9</link>
      <guid>https://forem.com/slashdata/what-are-developer-marketing-relations-and-tooling-professionals-working-on-49e9</guid>
      <description>&lt;p&gt;The &lt;a href="https://survey.developernation.net/name/dpl11/branch/main?utm_source=devto_Article_DPL11&amp;amp;utm_medium=devto_Article_DPL11&amp;amp;utm_campaign=devto_Article_DPL11" rel="noopener noreferrer"&gt;Developer Program Leaders&lt;/a&gt; survey is back! Time to refresh what we know about the work, challenges and priorities of developer marketing, developer relations and developer tooling professionals.&lt;/p&gt;

&lt;p&gt;In the previous survey wave, we discovered that the&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;No1 challenge for Developer Relations professionals was growing their community. &lt;br&gt;
Developer Program Leaders Survey - 10th Edition&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Are you working in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developer Marketing&lt;/li&gt;
&lt;li&gt;Developer Relations&lt;/li&gt;
&lt;li&gt;Developer Advocacy&lt;/li&gt;
&lt;li&gt;Developer Tooling&lt;/li&gt;
&lt;li&gt;With a developer program?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What is yours? What KPIs are you using to measure success?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Answering questions like these helps map the world of Developer Marketing, Relations and tooling.&lt;/p&gt;

&lt;p&gt;At the same time, it helps the global community understand, relate and learn about the challenges these professionals face, the metrics they use, and where they spend their time and budget.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://survey.developernation.net/name/dpl11/branch/main?utm_source=devto_Article_DPL11&amp;amp;utm_medium=devto_Article_DPL11&amp;amp;utm_campaign=devto_Article_DPL11" rel="noopener noreferrer"&gt;Respond to the Developer Program Leaders survey. &lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What you gain by spending ±8 minutes responding:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Full access to the findings both in a report that illustrates the highlights and key graphs, and in an interactive session where our research analysts and the community will come together to discuss key findings and impact on the industry.&lt;/li&gt;
&lt;li&gt;A chance to win exclusive DevRelX swag&lt;/li&gt;
&lt;li&gt;You participate in a community effort to understand and improve how your peers work and set their strategy&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How long is the survey?
&lt;/h2&gt;

&lt;p&gt;It is short. You’ll need ±8 minutes&lt;/p&gt;

&lt;p&gt;This survey helps better understand how and what developer marketing, relations and tooling professionals work on, including how they:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run their developer programs&lt;/li&gt;
&lt;li&gt;Prioritise their work &lt;/li&gt;
&lt;li&gt;Segment their audience &lt;/li&gt;
&lt;li&gt;Measure success&lt;/li&gt;
&lt;li&gt;Justify the value of their developer program to senior management and more!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What types of questions does this survey ask?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Which regional markets does your strategy target?&lt;/li&gt;
&lt;li&gt;Which resources take most of your budget?&lt;/li&gt;
&lt;li&gt;What are the main challenges for your Developer Relations efforts this year?&lt;/li&gt;
&lt;li&gt;Do you segment your developer audience? How?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here are some results from the previous survey wave: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdvdaj33af4x0ezxyj442.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdvdaj33af4x0ezxyj442.png" alt="Graph with data from Developer Program Leaders survey 10th edition" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm9f6khhc54vp255qpyzv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm9f6khhc54vp255qpyzv.png" alt="Graph with data from Developer Program Leaders survey 10th edition" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxovotgkro2yly3fztqmj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxovotgkro2yly3fztqmj.png" alt="Graph with data from Developer Program Leaders survey 10th edition" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s insights like these that you will be able to access by responding.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do you want to help professionals elevate their DevRel game?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://survey.developernation.net/name/dpl11/branch/main?utm_source=devto_Article_DPL11&amp;amp;utm_medium=devto_Article_DPL11&amp;amp;utm_campaign=devto_Article_DPL11" rel="noopener noreferrer"&gt;Have your say!&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devrel</category>
      <category>metrics</category>
      <category>roi</category>
    </item>
    <item>
      <title>What are the main challenges for developer programs?</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Wed, 22 Feb 2023 12:05:38 +0000</pubDate>
      <link>https://forem.com/slashdatahq/what-are-the-main-challenges-for-developer-programs-2ob8</link>
      <guid>https://forem.com/slashdatahq/what-are-the-main-challenges-for-developer-programs-2ob8</guid>
      <description>&lt;p&gt;It’s that time of the year again! The time when we run the &lt;strong&gt;&lt;a href="https://survey.developernation.net/name/dpl10?utm_source=devto&amp;amp;utm_medium=DPL_Article&amp;amp;utm_campaign=DPL_Article" rel="noopener noreferrer"&gt;Developer Program Leaders survey&lt;/a&gt;&lt;/strong&gt; to hear from those who work with developer programs.&lt;br&gt;
It's a community effort!&lt;/p&gt;

&lt;h3&gt;
  
  
  The goal?
&lt;/h3&gt;

&lt;p&gt;To understand the challenges developer program managers face, how they prioritise their resources and activities and offer insights into how they compare against other professionals in the field.&lt;br&gt;
&lt;strong&gt;Interested already? You’ll need ±8 minutes. &lt;a href="https://survey.developernation.net/name/dpl10?utm_source=devto&amp;amp;utm_medium=DPL_Article&amp;amp;utm_campaign=DPL_Article" rel="noopener noreferrer"&gt;Take the survey&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Who can participate?
&lt;/h3&gt;

&lt;p&gt;We’re looking for professionals who are working in or with developer programs. This includes professionals in the following roles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developer relations practitioner&lt;/li&gt;
&lt;li&gt;Developer marketing practitioner&lt;/li&gt;
&lt;li&gt;Developer product architect/engineer&lt;/li&gt;
&lt;li&gt;Community manager&lt;/li&gt;
&lt;li&gt;VP/director/manager of a developer program&lt;/li&gt;
&lt;li&gt;Analyst / analyst relations / research manager&lt;/li&gt;
&lt;li&gt;Product management&lt;/li&gt;
&lt;li&gt;General marketing (non-developer specific)&lt;/li&gt;
&lt;li&gt;General management (CxO/VP/director/founder)&lt;/li&gt;
&lt;li&gt;…and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What do participants gain?
&lt;/h3&gt;

&lt;p&gt;Those who will take the survey will gain:&lt;/p&gt;

&lt;p&gt;1.Unlimited access to the survey results with a report that illustrates the highlights and key graphs&lt;br&gt;
2.All findings will be discussed in an interactive session where our research analysts and the DevRelX community will come together to discuss – Are you a DevRelX member? Join our community here!&lt;br&gt;
3.A chance to win exclusive DevRelX swag.&lt;br&gt;
4.You become involved in a collective effort to understand and improve how your peers work and set their strategy&lt;/p&gt;

&lt;h3&gt;
  
  
  What types of questions does this survey ask?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Which regional markets does your strategy target?&lt;/li&gt;
&lt;li&gt;Which resources take most of your budget?&lt;/li&gt;
&lt;li&gt;What are the main challenges for your Developer Relations efforts this year?&lt;/li&gt;
&lt;li&gt;Do you segment your developer audience? How?&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Here are some results from the previous survey wave.
&lt;/h3&gt;

&lt;p&gt;By responding you will gain access to more insights like these.&lt;br&gt;
Do you want to help professionals elevate their DevRel game? &lt;a href="https://survey.developernation.net/name/dpl10?utm_source=devto&amp;amp;utm_medium=DPL_Article&amp;amp;utm_campaign=DPL_Article" rel="noopener noreferrer"&gt;Have your say&lt;/a&gt;! &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh0oluze05sih5dwc6oh1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh0oluze05sih5dwc6oh1.png" alt="Data graph with  Community sizes" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4hguviwgrjly97szghnv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4hguviwgrjly97szghnv.png" alt="Data graph with Role distribution of professionals in developer programs " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsk0hz5tzeodd33vzpvwt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsk0hz5tzeodd33vzpvwt.png" alt="Data graph with  The importance of community in developer-facing strategy " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devrel</category>
      <category>developermarketing</category>
      <category>developerprograms</category>
    </item>
    <item>
      <title>How companies and DevRel serve the communities developers join</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Wed, 04 Jan 2023 12:29:02 +0000</pubDate>
      <link>https://forem.com/slashdata/how-companies-and-devrel-serve-the-communities-developers-join-boc</link>
      <guid>https://forem.com/slashdata/how-companies-and-devrel-serve-the-communities-developers-join-boc</guid>
      <description>&lt;p&gt;If you have been following Developer Relations and Marketing for a while, you might have noticed how the community is becoming a more and more integral part of all strategic activities. Developer Relations is becoming (if not already) a community-led effort.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;There is a huge benefit to any vendor to maintain a community for all the reasons that data shows us. If we can enable developers get more out of a product, if we can enable them to be excited about the product, share their experience with their peers and also progress through the community member’s lifescycle from new joiner to expert, we are helping them progress in their career and we’re also getting them more invested in our product and ecosystem. If you keep those core needs in mind, that’s when vendor communities start to add value.&lt;br&gt;
Jamie Langskov, Community and change management strategist. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Naturally, this leaves us asking: &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Where do communities fit in the perception of developers? &lt;br&gt;
Why are developers joining communities? &lt;br&gt;
How are developer-facing professionals address developers’ community needs?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;We don’t have to guess these answers. We just need to look at the data Jamie is referring to. These data come from 2 surveys run by SlashData: the &lt;a href="https://survey.developernation.net/name/dn24?utm_source=blog_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=how_companies_and_devrel_serve_communities" rel="noopener noreferrer"&gt;Developer Nation survey&lt;/a&gt; (developer-focused) and the &lt;a href="https://www.devrelx.com/dpl-survey?utm_source=blog_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=how_companies_and_devrel_serve_communities" rel="noopener noreferrer"&gt;Developer Program Leaders survey&lt;/a&gt; (DevRel-focused). Let’s look together at the insights these bring us. &lt;/p&gt;

&lt;h2&gt;
  
  
  Where do communities fit in the perception of developers?
&lt;/h2&gt;

&lt;p&gt;Developers join communities to learn. According to the Q3 2022 Developer Nation survey, which surveyed 23,790+ developers, 19% of developers rank community in the top 5 resources that companies should offer to support developers. This makes the community 7th most important resource overall, just ahead of answers in public forums and only slightly behind professional certifications. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1cbyxvd13fioi2zynlkv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1cbyxvd13fioi2zynlkv.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Student developers’ professional aspirations
&lt;/h2&gt;

&lt;p&gt;Having understood what makes developers join a community, we look at what the “next generation of developers” aka developers who are currently identifying as “students” look forward to. &lt;/p&gt;

&lt;p&gt;When asked about their top career aspirations, student developers (sample size of 4,790+) listed these as their top 3 aspirations:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Solve problems&lt;/li&gt;
&lt;li&gt;Become an expert in a domain or technology&lt;/li&gt;
&lt;li&gt;Build innovative products/services&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can see their full responses in the graph below. What the answers to this question show is how the community can be the place where student developers’ needs are getting addressed. The community can provide the space, the resources and the interactions that can help student developers meet with their top aspirations: solve problems and gain expertise in a domain or technology.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl7hpomp1jyzggzhd3n1r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl7hpomp1jyzggzhd3n1r.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Are organisations paying attention to developers’ community needs?
&lt;/h2&gt;

&lt;p&gt;Yes, they are. And we will data-back this affirmation by looking at the data from the latest Developer Program Leaders survey, where we surveyed ~130 industry professionals in developer-facing roles. The data speaks for itself. Communities are now sharing the spotlight with other traditional popular methods of developer education. And developer-facing organisations are aware. &lt;/p&gt;

&lt;p&gt;According to their responses, when the professionals are setting their strategy on how to talk to developers and address their technical audience needs, 73% consider community as (at least) a key part of their strategy. More specifically&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;34% consider community as the most important part of their strategy
&lt;/li&gt;
&lt;li&gt;39% consider community as a key part of their strategy&lt;/li&gt;
&lt;li&gt;Only 6% do not include the community in their strategy. 
You can see all responses at this graph:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q2vq28pcui9i81coino.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q2vq28pcui9i81coino.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What are developer program leaders’ roles?&lt;br&gt;
By now we have established the importance of community in a developer marketing strategy. To better understand how this strategy is implemented, we will look at the hats these developer program professionals are wearing to implement this strategy and we will also look at the community sizes – for perspective.&lt;/p&gt;

&lt;p&gt;With 73% of those professionals reporting community as a key part of their strategy, it comes as no surprise that 34% of them have “Community Manager” as their professional title, the second most popular, right behind “Developer Relations Practitioner” and only slightly above “Developer Marketing Practitioner”. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx7i1jnvrusjq0bzxx7tg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx7i1jnvrusjq0bzxx7tg.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;“I’ll have one large community, please”&lt;br&gt;
Communities come in different sizes. While everyone strives to build a space with a massive, always active user base, the reality sometimes shows differently. In fact, only 4% of the Developer Program Leaders reported running an active community that counts more than 10M members. 27% responded to running communities smaller than 100 members. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ubofnh09cwqb0jpltq8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ubofnh09cwqb0jpltq8.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The less people are in a community, the more effort is needed to keep the discussion going. Which begs the question: how can you engage the community members?&lt;/p&gt;

&lt;p&gt;Driving participation in the community&lt;br&gt;
To answer this question, we don’t look at what community managers are doing to increase engagement in their communities. We ask developers what makes a community fun for them.&lt;/p&gt;

&lt;p&gt;33% of developers (sample size 10,478) responded that having a well-designed community platform is their #1 reason that encourages them to participate. Four more reasons are tied for the second place, with 29% of respondents saying that what encourages them to be active are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Getting regular updates&lt;/li&gt;
&lt;li&gt;Fun activities&lt;/li&gt;
&lt;li&gt;A well-defined purpose for the community &lt;/li&gt;
&lt;li&gt;Projects on which community members can work together.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The latter one is especially important for students.&lt;/p&gt;

&lt;p&gt;Here is the full breakdown of their responses:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkroo1ex0d903x81fysh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkroo1ex0d903x81fysh.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Developer community + DevRel strategy wrap up&lt;br&gt;
In summary, looking at the latest data from our Developer Nation survey (developer-focused) and the Developer Program Leaders survey (DevRel-focused) we reach the following conclusions which we discussed in this hopefully-not-that-long article:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developers rank community at their top-5 resources &lt;/li&gt;
&lt;li&gt;Developers’ #1 reason for joining communities is training and resources &lt;/li&gt;
&lt;li&gt;A community can be the means to address student developers’ top aspirations&lt;/li&gt;
&lt;li&gt;Community is considered a key part of a developer-facing strategy by more than ⅔ of developer program leaders&lt;/li&gt;
&lt;li&gt;Community management is the second most popular title &lt;/li&gt;
&lt;li&gt;Communities come in all shapes, but even more sizes&lt;/li&gt;
&lt;li&gt;Developers share what makes them engage in a community and are happy to share it. 
How are you addressing your developer community? Join the discussions with like minded people at the &lt;a href="https://www.devrelx.com/community?utm_source=blog_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=how_companies_and_devrel_serve_communities" rel="noopener noreferrer"&gt;DevRelX community&lt;/a&gt;. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want more data on developer needs and wants or you are trying to better understand developers, &lt;a href="https://www.slashdata.co/?utm_source=blog_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=how_companies_and_devrel_serve_communities" rel="noopener noreferrer"&gt;SlashData&lt;/a&gt; has the insights you need. &lt;/p&gt;

&lt;p&gt;This post was originally published on &lt;a href="https://slashdata.co/blog/how-companies-and-devrel-serve-the-communities-developers-join??utm_source=SD_blog&amp;amp;utm_medium=devto&amp;amp;utm_campaign=how_companies_and_devrel_serve_communities" rel="noopener noreferrer"&gt;SlashData&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devrel</category>
      <category>community</category>
      <category>developer</category>
    </item>
    <item>
      <title>How Education Helps Developers Reach Purchasing Decisions and Product Adoption</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Mon, 12 Dec 2022 09:45:20 +0000</pubDate>
      <link>https://forem.com/slashdata/how-education-helps-developers-reach-purchasing-decisions-and-product-adoption-469j</link>
      <guid>https://forem.com/slashdata/how-education-helps-developers-reach-purchasing-decisions-and-product-adoption-469j</guid>
      <description>&lt;p&gt;One of the trends that we’ve seen in recent years, is not only the continuing growth of the developer population but also an increase in their decision-making power and influence in purchasing decisions.&lt;/p&gt;

&lt;p&gt;For this reason, software companies can no longer focus their efforts on attracting the attention of the C-suite and educating them about their product. They need to work out how to reach developers. Spoiler alert: the same marketing tactics don’t work on the developer population.&lt;/p&gt;

&lt;p&gt;With this in mind, Nate Aune, CEO of &lt;a href="https://www.appsembler.com/" rel="noopener noreferrer"&gt;Appsembler&lt;/a&gt; recently led a session at the DevRelX Summit 2022 with Konstantinos Korakitis, Director of Research at &lt;a href="https://slashdata.co/??utm_source=DevRelX_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=Developer_education" rel="noopener noreferrer"&gt;SlashData&lt;/a&gt;, on how education helps developers reach purchasing decisions and product adoption. Yes, that’s right. The critical marketing tactic you need to focus on is not marketing, it’s education. &lt;/p&gt;

&lt;p&gt;If you missed the session, or if you need a reminder of the important points we discussed, we’ve summarised the key takeaways below. The data we cite below is from SlashData’s latest Developer Nation survey. The &lt;a href="https://slashdata.co/free-resources/state-of-the-developer-nation-23rd-edition??utm_source=DevRelX_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=Developer_education" rel="noopener noreferrer"&gt;State of the Developer Nation&lt;/a&gt; report is available to everyone and shares insights and trends on what matters most to developers. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More Developers Are Decision Makers Than Ever Before&lt;/strong&gt;&lt;br&gt;
While not all developers make the final tool buying decisions (many do), many influence purchase decisions and that number continues to grow. 41% of developers influence purchase decisions while 26% are decision makers. But who are these developers?&lt;/p&gt;

&lt;p&gt;Developers are influencers and decision makers in companies of all sizes, particularly so in medium-sized businesses of 51 to 1,000 employees. In medium-sized businesses, 59% of developers influence purchase decisions (compared to 51% in large enterprises and 49% in small businesses) while 41% are decision makers (compared to 28% in large enterprises and 32% in small businesses). &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzm375wdl01zxjrtodsai.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzm375wdl01zxjrtodsai.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One of the reasons behind this is that developers are likely to have a say in product and tooling decisions in these companies. In large enterprises, where we see the smallest proportion of decision makers, there is a sense that software purchasing decisions are made higher up in the hierarchy, or by centralised purchase departments. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Experience Levels Affect Level of Influence&lt;/strong&gt;&lt;br&gt;
The level of experience in software development is one of the strongest predictors of the amount of influence that developers have on tool purchasing decisions. Those developers holding leadership positions have the highest level of influence on decision making. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8heyuumzeureuabtjgnu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8heyuumzeureuabtjgnu.png" alt=" " width="800" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This isn’t surprising as these developers have accumulated expertise and knowledge over the years, meaning that their opinion matters. It's also due to the nature of their roles and the responsibilities that they gain as they progress in their careers. &lt;/p&gt;

&lt;p&gt;Developers with highly technical roles also exert a lot of influence over purchasing decisions. More than half of technical specialists affect or influence buyers or make the final decision when it comes to choosing tools. For example, the vast majority of DevOps engineers are involved in the tool purchasing decision process. Similarly, more than three-quarters of architects, system administrators, and hardware engineers have some form of decision-making power. &lt;/p&gt;

&lt;p&gt;This is likely linked to the nature of the specialised nature of development tools they use and the experience they have. For example, nearly 80% of architects have six or more years of experience in software development compared to only 54% of frontline coders. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developers Expect You to Offer Educational Resources&lt;/strong&gt;&lt;br&gt;
Understanding what these developers expect from vendors is important because these expectations are likely to affect their decisions. SlashData's research has consistently found that three features come out top of developers’ wishlists and expectations from tool vendors. These are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Documentation and sample code&lt;/li&gt;
&lt;li&gt;Tutorials and how-to videos&lt;/li&gt;
&lt;li&gt;Development tools, integrations, and libraries&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff7qhy8gmu25saljn4jjr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff7qhy8gmu25saljn4jjr.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These resources should be the starting point for every developer marketing program. Alongside these core resources, more than a quarter of developers say that tool vendors should offer technical support, training courses, and hands-on labs. In total, 40% of developers expect software companies to offer educational resources, including training courses and interactive learning environments. Investing in high-quality training resources is time and money well spent for developer program managers. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer Education is Crucial to Getting in Front of Decision Makers&lt;/strong&gt;&lt;br&gt;
Developer buy-in is becoming critically important for companies that are selling software to developers. &lt;a href="https://developerrelations.com/developer-marketing/building-an-enterprise-developer-marketing-program-from-scratch" rel="noopener noreferrer"&gt;More than a third of sales opportunities&lt;/a&gt; are lost because the seller failed to get developer buy-in. &lt;/p&gt;

&lt;p&gt;This is happening because developers are evaluating the product early in the sales cycle and the buyer is getting involved at a much later stage. Software purchasing is happening from the bottom up. Developers are getting an API key, downloading an SDK, and playing around with the software; they only bring in the decision maker after they have checked that the solution is right for them.&lt;/p&gt;

&lt;p&gt;If you're a software company and you're not onboarding developers quickly and helping them get to that aha moment, then they probably won’t ever introduce the buyer to your solution. That’s why it’s critical to think about how to onboard, to educate, and get developers up to speed quickly and easily.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hands-On, Interactive, and Frictionless Training Environments are Key&lt;/strong&gt;&lt;br&gt;
Developers want to dig in and understand how your software works rather than watching someone explain it or read a brochure. Developers also want to get their hands on the software as soon as possible. They don't want to have to talk to sales or jump through hoops to access your product or have to spend a long time installing software on their computer and dealing with compatibility issues.&lt;/p&gt;

&lt;p&gt;The faster you can give a developer access to your product, the better, and the quicker they will get to the stage where they recommend it to decision makers. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Create an Ongoing Developer Education Program&lt;/strong&gt;&lt;br&gt;
What are successful developer marketers doing to convert developers into paying customers? We know that developer-oriented software requires more education and training before a developer recommends the product. That means you need to help the developer move through the journey with relevant resources and content to ensure they don’t fall out of the funnel.&lt;/p&gt;

&lt;p&gt;Think of education resources as stepping stones. The goal is to get the developer hooked on your product and to reach that aha moment. A developer might start with low-commitment resources, such as a five-minute teaser video that explains what the product is, who it's for, and what problems it solves. Then they might watch a 15-minute tutorial before digging into the documentation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgmfzn4uuuign1dagzzun.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgmfzn4uuuign1dagzzun.png" alt=" " width="800" height="410"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next, they’ll take a self-paced course or live workshop that helps them to build sample apps or try out an integration. The culmination could be a multi-day proof of concept where they can try things out in a &lt;a href="https://appsembler.com/software-sandbox/" rel="noopener noreferrer"&gt;sandbox environment&lt;/a&gt;. It’s only at this point that they will bring in the decision maker. &lt;/p&gt;

&lt;p&gt;All of these steps are designed to help the developer get familiar with the product at their own pace and to help them validate that the solution is going to work for them. You need to create a compelling and unified learning journey that you can track and see where the issues and blockers are and where you can make improvements.&lt;/p&gt;

&lt;h2&gt;
  
  
  Developer Education in Action
&lt;/h2&gt;

&lt;p&gt;To bring it all together, we talked about software companies that are already using &lt;a href="https://appsembler.com/developer-education/" rel="noopener noreferrer"&gt;developer education&lt;/a&gt; to boost product adoption. Here are some examples to get inspiration from. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chef Software&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Chef Software, a DevOps automation tools company, wanted to be able to introduce developers not only to Chef products but also to the foundational skills that developers would need to be successful with Chef. They created the Learn Chef site, which provides these courses and also offers the ability to spin up sandbox environments. Within seconds, users can start using Chef software and learn how it saves time and solves their problems. It’s also a way to grow their audience and onboard and train new customers. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxvbetezc609gyf6081y6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxvbetezc609gyf6081y6.png" alt=" " width="800" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Learn Chef site also acts as a marketing engine to draw developers in who may not even know about or be interested in Chef. Chef tracks user activity such as who is taking courses, what stage they are at, and what courses are they enrolling in, in Marketo. They use this data to send personalised emails to developers according to where they are in their learning journey. These nudge emails keep developers engaged and remind them that they enrolled in a course.&lt;/p&gt;

&lt;p&gt;Chef can make personalised recommendations, such as enrolling in advanced courses once they have completed initial courses. The sales team can gauge buying intent and marketing can improve messaging, as they know which products to highlight. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Redis&lt;/strong&gt;&lt;br&gt;
Millions of people were downloading real-time data platform Redis, but they had no idea who they were. To solve this problem, they created the Redis University where, in exchange for getting free courses on databases and related technology, developers needed to register and provide an email address.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwri28440th1r0mhwxph0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwri28440th1r0mhwxph0.png" alt=" " width="800" height="417"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Redis found that the people who went through these six-week courses were highly qualified leads as they had spent so much time engaging with the company and product. Between 15 and 20% of people who took the online courses ended up becoming Redis customers.&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://www.youtube.com/watch?v=ftmnfzscHjo?utm_source=DevRelX_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=Developer_education" rel="noopener noreferrer"&gt;40-minute session &lt;/a&gt;recording to get the full story.&lt;/p&gt;

</description>
      <category>developer</category>
    </item>
    <item>
      <title>The importance of documentation in the DevRel space</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Wed, 07 Dec 2022 11:21:36 +0000</pubDate>
      <link>https://forem.com/slashdata/the-importance-of-documentation-in-the-devrel-space-9oj</link>
      <guid>https://forem.com/slashdata/the-importance-of-documentation-in-the-devrel-space-9oj</guid>
      <description>&lt;p&gt;Technical writing is an important building block within any community, especially when advocating for a product. Documentation is the first direct contact you have with developers and users interested in getting to know and using the product. &lt;/p&gt;

&lt;p&gt;The better the writing the better the odds of them coming back and getting involved with the community.  But, &lt;strong&gt;what exactly is technical writing?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Technical writing is designed to make hard concepts as easy as possible for the readers. It’s more common than you think, whenever you read a user guide, a tutorial, case studies and many others are common examples of technical writing in the field. It is designed to explain specialised information to those that are not familiar with it and help those that are deepening their knowledge. &lt;/p&gt;

&lt;p&gt;It’s important to notice that technical writing and documentation have their differences but keep in mind good documentation practices can help enrich your technical writing. Developer documentation is essential for technically communicating with users, now knowing how important it is, we can identify some common mistakes and we can avoid them when making our documentation.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Common mistakes&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Assuming the reader has the same technical knowledge as you:&lt;/strong&gt; By thinking this way you are limiting the number of users and developers that are going to interact with your product. This is why it is important to know your audience. You should always explain based on the different levels of background education your readers will have, not the ones you possess.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Not disclosing acronyms:&lt;/strong&gt; You should always write in the text the meaning of the acronym before actively using it in your documentation enclosed in parenthesis. This is heavily tied to the previous point, don’t assume the reader has the same technical knowledge as the writer. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Using passive voice:&lt;/strong&gt; This leads to less clarity and ambiguity. Using an active voice will urge the reader to take action and understand the document they are reading more clearly because it keeps sentences from becoming too wordy. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Skip minor steps:&lt;/strong&gt; By skipping minor steps that the writer thinks are a given, the reader will be lost and won’t know what to do. Do not skip steps when the goal is to make the user complete a task or understand a concept. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What makes documentation good?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Good documentation is meant to explain to your audience heavy concepts in an easy way. It is a lightweight task with no direct flow of income but it's necessary. This is why documentation is often overlooked, but in the long run, the benefits are palpable. It helps not only instruct your user but to document the development process. &lt;/p&gt;

&lt;p&gt;Here are some ways you can improve your documentation: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Write in simple terms:&lt;/strong&gt; There is no need to use extremely technical terms when writing. The safe option is to write simply about what to do and a quick overview of the why. Think of a way to deliver the content in a way that’s easy for readers to understand whether or not they have prior experience with the product. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Have a style guide:&lt;/strong&gt; It can help create a consistent voice within the company, the reader will respond to a standardized form of content, terminology and visuals. There is no need to start from zero, there are many documentations that can serve as a guide.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Get community feedback:&lt;/strong&gt; This way you can get immediate feedback from the community on the guides that are working and those that are confusing. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Track changes:&lt;/strong&gt; Have a version control that will help you track changes over time, in case a new feature is later removed because of the user’s reaction, you can revert back to the previous documentation. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Think about the users reading your documentation:&lt;/strong&gt; Is your documentation accessible? Is it easy to follow? Can they easily find what they were looking for?. Help users have a frictionless interaction with your documentation. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inclusivity and Accessibility:&lt;/strong&gt; Avoid idioms to help cater to your international audience, consider people using screen readers, make sure you have a good contrast ratio in the design, and if you make use of screenshots make sure they have text.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Which audience should you focus on?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Depending on the type of audience your goal is you should adapt your writing to fit the audience's needs. We can identify two different target audiences with their different needs that need to be fulfilled, developers and users. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developers&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Developers play an active role when reading documentation, having clear guides in place will make them want to contribute and help with the product, making the code, documentation and community better. They have a way more different approach on documentation than users do, so let’s see what types of documentation they focus on:  &lt;/p&gt;

&lt;p&gt;Types: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;API documentation:&lt;/strong&gt; It serves as a reference on everything regarding API calls. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Read Me’s:&lt;/strong&gt; It is meant to be an overview of the product, usually with the source code. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;System documentation:&lt;/strong&gt; The goal is to describe the product, technical design documents, software requirements and more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Release notes:&lt;/strong&gt; It shows information about releases, bug fixes or the latest version. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Users&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;They can play both an active and passive role when reading the documentation. They want to use your product, and an active voice should be used when talking to them. Some ways of targeting the users are writing easy-to-follow guides and adding code snippets and external sources when needed to expand the information. Some of the types of documentation they focus more on are: &lt;/p&gt;

&lt;p&gt;Types: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;How-to guides:&lt;/strong&gt; It takes the user through a step-by-step detailed process to help them reach a goal. It is problem-oriented. It helps the user complete a task.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tutorials:&lt;/strong&gt; The goal is to leave the user with knowledge of a concept or process. It’s meant to provide a successful learning experience. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Explanations:&lt;/strong&gt; They’re written to help users clarify certain topics that users might not have knowledge on. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reference docs:&lt;/strong&gt; Are made to share with the user more technical descriptions of the product. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Closing thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Documentation is changing the way developers and users interact with products, good documentation motivates people to be active within the community, and it creates loyalty to the product and a sense of unity.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is why documentation shouldn’t be an afterthought, good documentation can make or break your product and community. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Thank you so much for reading!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Make sure to connect with me on &lt;a href="https://twitter.com/yuricodesbot" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt; and check out more articles on my &lt;a href="https://yuricodesbot.hashnode.dev/" rel="noopener noreferrer"&gt;blog&lt;/a&gt;. &lt;/p&gt;

</description>
      <category>devrel</category>
      <category>community</category>
      <category>technicalwriting</category>
      <category>documentation</category>
    </item>
    <item>
      <title>State of the Developer Nation 23rd edition: the fall of web frameworks, coding languages, blockchain, and more!</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Fri, 25 Nov 2022 09:25:00 +0000</pubDate>
      <link>https://forem.com/slashdata/state-of-the-developer-nation-23rd-edition-the-fall-of-web-frameworks-coding-languages-blockchain-and-more-5gn6</link>
      <guid>https://forem.com/slashdata/state-of-the-developer-nation-23rd-edition-the-fall-of-web-frameworks-coding-languages-blockchain-and-more-5gn6</guid>
      <description>&lt;p&gt;It’s the most wonderful time of the year! Yes, the beginning of the “Merry” season but also the time when new insights from the world of developers come to everyone’s house (magic may or may not be involved)!&lt;/p&gt;

&lt;p&gt;Stay up to date with the 23rd edition of the &lt;a href="https://www.slashdata.co/free-resources/state-of-the-developer-nation-23rd-edition??utm_source=SoN23_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=SoN23" rel="noopener noreferrer"&gt;State of the Developer Nation report&lt;/a&gt; and get the insights you would only pick up by slashing through data with your own two hands.&lt;/p&gt;

&lt;p&gt;Our 23rd Developer Nation global survey reached more than 26,000 developers in 160+ countries and its findings are bundled in a free “&lt;a href="https://www.slashdata.co/free-resources/state-of-the-developer-nation-23rd-edition??utm_source=SoN23_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=SoN23" rel="noopener noreferrer"&gt;State of the Developer Nation&lt;/a&gt;” report. &lt;/p&gt;

&lt;p&gt;This research report delves into key developer trends for Q3 2022:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The state of blockchain development&lt;/li&gt;
&lt;li&gt;Students’ top career aspirations&lt;/li&gt;
&lt;li&gt;Language communities – An update&lt;/li&gt;
&lt;li&gt;Why developers contribute to vendor-owned open-source projects&lt;/li&gt;
&lt;li&gt;Types of studios game developers work for&lt;/li&gt;
&lt;li&gt;The rise and fall of web frameworks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;In addition to outlining the report’s major findings, here are a few key takeaway points to spark your curiosity:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The state of blockchain development&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;25% of developers are currently working on or learning about blockchain applications other than cryptocurrencies. &lt;/li&gt;
&lt;li&gt;Developers with 6-10 years of experience in software development are the most likely to be working on blockchain projects.&lt;/li&gt;
&lt;li&gt;Though Ethereum is the dominant blockchain platform, it is the only one more popular among learners than those currently working on blockchain applications.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbshzd32t4l1my3a0bex3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbshzd32t4l1my3a0bex3.jpg" alt=" " width="800" height="692"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Language communities – An update&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Javascript remains the largest programming language community, with an estimated 19.6M developers worldwide using it.&lt;/li&gt;
&lt;li&gt;In the last two years, Java has almost doubled the size of its community, from 8.3M to 16.5M. For perspective, the global developer population grew about half as fast over the same period.&lt;/li&gt;
&lt;li&gt;Kotlin and Rust are the two fastest-growing language communities, having more than doubled in size in the past two years.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryqj9w9qrtgb3cals974.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryqj9w9qrtgb3cals974.jpg" alt=" " width="800" height="773"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The rise and fall of web frameworks&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Web developers who use frameworks are more likely to be high-performers in software delivery than those who don’t.&lt;/li&gt;
&lt;li&gt;Web developers are gradually settling for a smaller number of frameworks as they stop experimenting with a wide range of tools.&lt;/li&gt;
&lt;li&gt;React is currently the most widely used client-side framework and its adoption has remained stable over the past two years. By comparison, jQuery’s popularity is decreasing rapidly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbce7jjhownc64v1zddm1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbce7jjhownc64v1zddm1.jpg" alt=" " width="800" height="442"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As you’ll notice, most of the trends we discuss in this report are takeaways from how developers use technology. Our goal is to share these insights with the world to help guide the next generation of development. &lt;/p&gt;

&lt;p&gt;You can download the &lt;a href="https://www.slashdata.co/free-resources/state-of-the-developer-nation-23rd-edition??utm_source=SoN23_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=SoN23" rel="noopener noreferrer"&gt;full report&lt;/a&gt; for free and access all data and insights within.&lt;/p&gt;

&lt;p&gt;If you need additional information or looking to understand developer preferences’, please &lt;a href="https://www.slashdata.co/contact-us??utm_source=SoN23_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=SoN23" rel="noopener noreferrer"&gt;get in touch &lt;/a&gt;with us and we will dive into it together.&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Using SlashData custom questions to understand AI software developers</title>
      <dc:creator>SlashData Team</dc:creator>
      <pubDate>Fri, 11 Nov 2022 16:24:03 +0000</pubDate>
      <link>https://forem.com/slashdata/using-slashdata-custom-questions-to-understand-ai-software-developers-1d76</link>
      <guid>https://forem.com/slashdata/using-slashdata-custom-questions-to-understand-ai-software-developers-1d76</guid>
      <description>&lt;p&gt;Our mission is to help our clients understand what the market looks like, what developers need, what excites developers, what doesn’t, and what they expect from our clients’ (and their competitors’) products and the developer programs that go along with them. So, when we are approached with a request for some custom work, we roll up our sleeves and dive deep into the data.&lt;/p&gt;

&lt;p&gt;In this case study, we will be looking at how one of our clients, worked with us to understand the needs and preferences of software developers working with AI. &lt;/p&gt;

&lt;p&gt;The client is a company among the top 50 in the 2022 &lt;a href="https://fortune.com/fortune500/2022/" rel="noopener noreferrer"&gt;Fortune 500 ranking&lt;/a&gt;, which for the purposes of this case study we will be calling “Client”. This is the third installment in our “how we work with clients” series, and you can read &lt;a href="https://www.slashdata.co/blog/using-slashdata-deep-dives-to-boost-developer-experience?utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;part 2&lt;/a&gt; and &lt;a href="https://www.slashdata.co/blog/okta-broadening-developer-network-slashdatas-developer-program-benchmarking-report?utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;part 1 with Okta&lt;/a&gt; for more details. &lt;/p&gt;

&lt;p&gt;In this article, we will look into their request and more specifically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The questions our Client wanted to answer&lt;/li&gt;
&lt;li&gt;How we worked together on their problem&lt;/li&gt;
&lt;li&gt;How they used the insights we offered them&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The request&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Understanding the needs of AI software developers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The Client wanted to better understand the needs of AI software developers, so we worked with them closely to understand the problem they were trying to solve. &lt;br&gt;
Then, together we made sure that we added custom questions to our Developer Nation survey, to get the answers from developers. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question: What was the goal/challenge you were looking to accomplish?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Client: We wanted to get feedback from our customers, who are software developers that work on AI, so we could get a better understanding of their needs:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What they’re actually doing &lt;br&gt;
The specific points that we are trying to optimize. &lt;br&gt;
We wanted to answer high-level questions such as what language they are using and high-level computing preferences. This is why we decided we want to have this survey. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Why did you choose SlashData?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At Client, we have had the experience of working with SlashData. And we did get a high value out of the previous report that you did for us. I was impressed by the support that I got when I needed it, the responsiveness, how you were always on schedule. The real part of working together. I felt how you put the customer at the front, the priority. All of these were very important to us. This is why we chose to work with you again on this project. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Working together&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I really got the feeling that you’re trying to understand real problems&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Q: What did you like about the process of working with SlashData?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I really liked the execution: the ability to execute fast and answer our questions. We worked very well, very collaborative. Truth is, we did have a slow start. But then you said &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“let’s do this: you will write your assumptions, we will ask questions and approach this project this way”. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Once we started that, work was progressing in a much better way. It was hard at the beginning, but I got excellent support. You had excellent questions, I really got the feeling that you’re trying to understand real problems.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“What is it that we are trying to solve?”.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;You also asked questions to learn more about what we are doing, which I found very professional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What are the things you found challenging when working with SlashData?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We said that we would be adding X custom questions to your survey. But from our side, we tried to add more and more and we were left with all those very complex questions. &lt;/p&gt;

&lt;p&gt;Very complex questions are tougher to answer when you are looking to gain something specific. You did tell us to get the simple questions answered. This is what comes to mind in retrospect: Don’t make the questions too complex, trying to squeeze in more. You will get more value out of the simple questions, not the very complex ones. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deciding using the data&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I used a significant part of those questions to presentations I gave to our senior executives.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Q: How did this project/report/data solve your problem/challenge overall? Did you understand the developers’ problems more based on the report?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I used a significant part of those questions to presentations I gave to our senior executives. I was especially more confident to use the less complex questions we asked. &lt;br&gt;
If I had my current experience in the beginning, I would have managed to secure a higher budget to ask more, simpler questions. &lt;/p&gt;

&lt;p&gt;data that show what our customers think and therefore, we could work with more than just our own thoughts and assumptions&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What decisions did you make using the data/research?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The work we did together was part of a huge project that Client is working on. I’m afraid I can’t disclose exactly the steps we did take after going through the analysis you gave us. What I can tell you is that senior management really liked the fact that we spoke to our customers and asked them directly. And not only that, but we also brought data that show what our customers think and therefore, we could work with more than just our own thoughts and assumptions. Client is planning for some huge products and of course there are a lot of parameters and a lot of things being done. But this data helped us pick a direction. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How would you describe the service quality?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The service was excellent, really.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This interview is part 3 of the “How we work with our clients” series. The product this client worked with was custom questions and analysis and a custom report, to target their specific needs.&lt;br&gt;
You can also see how &lt;a href="https://www.slashdata.co/blog/okta-broadening-developer-network-slashdatas-developer-program-benchmarking-report?utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;Okta managed to reach the top 3 &lt;/a&gt;in developer satisfaction using our &lt;a href="https://www.slashdata.co/developer-program-benchmarking?utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;Developer Program Benchmarking&lt;/a&gt; and how another client used our &lt;a href="https://www.slashdata.co/blog/using-slashdata-deep-dives-to-boost-developer-experience?utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;Deep Dives to boost their Developer Experience&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Working on a new initiative or want to make sure your product will win developers’ hearts? &lt;a href="https://www.slashdata.co/contact-us??utm_source=CaseStudy_devto&amp;amp;utm_medium=devto&amp;amp;utm_campaign=CaseStudy_3" rel="noopener noreferrer"&gt;Talk to us&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>clienttestimonial</category>
      <category>customresearch</category>
      <category>ai</category>
      <category>casestudy</category>
    </item>
  </channel>
</rss>
