# Diversity

Published articles for Diversity.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Community consultation on increasing diversity in APNIC community leadership: Stage 1 report released

DevFeed: [Community consultation on increasing diversity in APNIC community leadership: Stage 1 report released](<https://devfeed.tech/articles/community-consultation-on-increasing-diversity-in-apnic-community-leadership-stage-1-report-released-10858.md>)

Original publisher: [Read original article](<https://blog.apnic.net/2026/09/04/community-consultation-on-increasing-diversity-in-apnic-community-leadership-stage-1-report-released/>)

Author: Kenny Huang

Published: 2026-09-04T05:34:12Z

Content type: news

Language: en

Sources: [APNIC Blog](<https://devfeed.tech/sources/apnic-blog.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [apnic-62](<https://devfeed.tech/tags/apnic-62.md>), [apnic-ec](<https://devfeed.tech/tags/apnic-ec.md>), [community](<https://devfeed.tech/tags/community.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [emerging-leaders](<https://devfeed.tech/tags/emerging-leaders.md>), [governance](<https://devfeed.tech/tags/governance.md>), [guest-post](<https://devfeed.tech/tags/guest-post.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [remote](<https://devfeed.tech/tags/remote.md>), [survey](<https://devfeed.tech/tags/survey.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

The APNIC Executive Council has released the Stage 1 report from a consultation on increasing diversity in APNIC community leadership. The consultation gathered input from 49 participants across 21 economies and identified themes including leadership pathways, election barriers, and the time and support required for participation. A second consultation is planned at APNIC 62, followed by a final report.

### Source excerpt

The APNIC Executive Council has released the Stage 1 report on APNIC's community consultation on increasing diversity in APNIC community leadership. The discussion will continue at APNIC 62 in Mumbai, with remote participation available.

## The Block and Tackle of Django's Code of Conduct Working Group

DevFeed: [The Block and Tackle of Django's Code of Conduct Working Group](<https://devfeed.tech/articles/the-block-and-tackle-of-django-s-code-of-conduct-working-group-3550.md>)

Original publisher: [Read original article](<https://www.djangoproject.com/weblog/2026/aug/24/coc-block-tackle/>)

Author: Dan Ryan, Code of Conduct WG Chair

Published: 2026-08-24T14:00:00Z

Content type: article

Language: en

Sources: [The Django weblog](<https://devfeed.tech/sources/the-django-weblog.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Template](<https://devfeed.tech/topics/template.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [community](<https://devfeed.tech/tags/community.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [django](<https://devfeed.tech/tags/django.md>), [framework](<https://devfeed.tech/tags/framework.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

Django's Code of Conduct Working Group explains the governance and technical process behind adopting Contributor Covenant 3.0, including membership, board oversight, escalation paths, decision-making, and structured proposals for future changes.

### Source excerpt

In early 2026, Django's Code of Conduct Working Group adopted Contributor Covenant 3.0 as Django's Code of Conduct. I talked about why at DjangoCon US 2026 (slides here). That talk was mostly the story of how we managed the people side of the process. This post is the technical mechanics of how we managed the change and our work going forward. Who can change what, and who has to sign off The Code of Conduct Working Group is established by the DSF board and kept deliberately small. At least three people, per the working group manual, recruited for diversity of geography, background, and lived experience rather than just availability. Membership is volunteer and term-limited. Terms became annual in February 2026, and if a member doesn't respond to the January renewal check-in within a week, they're rolled off. Nobody has to feel guilty about stepping back. The board isn't a separate, distant approval layer sitting above the working group. The DSF board's president always holds a seat on the working group and acts as its board liaison. Other board members can volunteer alongside them, and two currently do, in addition to the chair. Day to day, the working group operates independently. It only has to go back to the board for three things: spending money, taking a drastic punitive action, or altering the Code of Conduct text itself. There's a second working group in the mix too. The Online Community Working Group handles routine moderation of Django's day-to-day spaces. It doesn't touch the Code of Conduct Working Group at all until something gets escalated: a formal report, a violation spanning multiple spaces, or an issue neither group can resolve alone. Each group appoints one of its own members as liaison to the other. If the two groups can't reach consensus on something that needs joint handling, either chair can send it to the board. Inside the working group itself, decisions are made by consensus first. If that doesn't happen, a two-thirds majority of members with

## PRX Part 4: Our Data Strategy

DevFeed: [PRX Part 4: Our Data Strategy](<https://devfeed.tech/articles/prx-part-4-our-data-strategy-7039.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/Photoroom/prx-part4-data>)

Author: Roman Frigg; David Bertoin; Jon Almazán

Published: 2026-07-06T15:30:55Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [vlm](<https://devfeed.tech/topics/vlm.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [images](<https://devfeed.tech/tags/images.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [training](<https://devfeed.tech/tags/training.md>), [vlm](<https://devfeed.tech/tags/vlm.md>)

### AI overview

The article describes assembling a diverse pre-training corpus for PRX from public and internal datasets, recaptioning images with a vision-language model, and prioritizing broad, faithful long-caption coverage over aesthetic filtering.

### Source excerpt

In one sentence: we assemble training data from a mix of public and internal datasets, re-caption the images with a VLM, and turn the result into the streamable corpus we trained PRX on. At a high level, the data pipeline looks like this: In the following we will dive into it in detail. The goal was to assemble a large, diverse dataset for pre-training.

## GenPage: Towards End-to-End Generative Homepage Construction at Netflix

DevFeed: [GenPage: Towards End-to-End Generative Homepage Construction at Netflix](<https://devfeed.tech/articles/genpage-towards-end-to-end-generative-homepage-construction-at-netflix-136.md>)

Original publisher: [Read original article](<https://netflixtechblog.com/genpage-towards-end-to-end-generative-homepage-construction-at-netflix-77146fba8a08?source=rss----2615bd06b42e---4>)

Author: Netflix Technology Blog

Published: 2026-06-29T13:01:02Z

Content type: article

Language: en

Sources: [Netflix](<https://devfeed.tech/sources/netflix.md>), [Netflix TechBlog - Medium](<https://devfeed.tech/sources/netflix-techblog-medium.md>)

Topics: [Netflix](<https://devfeed.tech/topics/netflix.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Reinforcement learning](<https://devfeed.tech/topics/reinforcement-learning.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [feature-engineering](<https://devfeed.tech/tags/feature-engineering.md>), [generation](<https://devfeed.tech/tags/generation.md>), [generative](<https://devfeed.tech/tags/generative.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [recommendation-system](<https://devfeed.tech/tags/recommendation-system.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [rl](<https://devfeed.tech/tags/rl.md>)

### AI overview

This Netflix developer article introduces GenPage, a generative approach that uses a single autoregressive model to construct a personalized homepage by generating recommendation rows, entities, and layout together. It describes replacing a multi-stage recommendation pipeline with end-to-end modeling and using reinforcement learning to optimize whole-page rewards, including interactions such as diversity and the balance between rows.

### Source excerpt

Authors: Lequn Wang, Jiangwei Pan, and Linas Baltrunas Figure 1. Autoregressive homepage generation. GenPage builds a Netflix homepage one row or entity at a time, each one conditioned on what's already on the page and the user's context.Introduction The Netflix homepage is the first thing users see when they open the app and the primary way they discover content to enjoy. Almost every part of it is personalized, including which rows appear, which entities show up within those rows, and how everything is arranged on the page. Constructing that homepage is a genuinely hard problem. It is not simply producing one ranked list. The homepage is a structured, two-dimensional layout, made up of recommendation rows and the entities within them. Here, an entity can be a movie, show, game, live event, or other recommendable item. Each choice can affect the value of the others. Traditionally, it is built through a complex, multi-stage pipeline, with separate components for candidate generation and ranking at both the row and entity levels. We saw an opportunity to rethink this design. Large language models have shown that a single generative model can perform diverse tasks just by generating a response to a prompt. Inspired by this prompt-response paradigm, we trained a single generative model to build the homepage by directly answering one question: Given everything we know about this user and this request, what homepage should we generate to maximize user satisfaction? We call this approach GenPage. It treats the user history and request context as the prompt, and autoregressively generates the entire homepage as the response (Figure 1). Unlike most generative recommenders, such as TIGER, HSTU, and OneRec, which generate flat ranked lists, GenPage generates the rows, entities, and layout together. This shift is motivated by several goals: End-to-end modeling. A single transformer model that constructs the page from raw input signals can replace a complex multi-stage recommen

## Introducing GIST: The next stage in smart sampling

DevFeed: [Introducing GIST: The next stage in smart sampling](<https://devfeed.tech/articles/introducing-gist-the-next-stage-in-smart-sampling-6823.md>)

Original publisher: [Read original article](<https://research.google/blog/introducing-gist-the-next-stage-in-smart-sampling/>)

Published: 2026-01-23T17:46:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Algorithms & Theory](<https://devfeed.tech/topics/algorithms-theory.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [data](<https://devfeed.tech/topics/data.md>), [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>), [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Google](<https://devfeed.tech/topics/google.md>), [NeurIPS](<https://devfeed.tech/topics/neurips.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [algorithms-theory](<https://devfeed.tech/tags/algorithms-theory.md>), [classification](<https://devfeed.tech/tags/classification.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [data](<https://devfeed.tech/tags/data.md>), [data-mining-modeling](<https://devfeed.tech/tags/data-mining-modeling.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [google](<https://devfeed.tech/tags/google.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [neurips](<https://devfeed.tech/tags/neurips.md>), [points](<https://devfeed.tech/tags/points.md>), [research](<https://devfeed.tech/tags/research.md>), [systems](<https://devfeed.tech/tags/systems.md>), [training](<https://devfeed.tech/tags/training.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

Google Research introduces GIST, an algorithm for selecting a high-quality subset of data for model training. It balances diversity, which reduces redundancy, with utility, which favors relevant and informative data, and provides a mathematical guarantee about solution quality.

### Source excerpt

Algorithms & Theory

## Women in Tech presents: Roo Tech Showcase

DevFeed: [Women in Tech presents: Roo Tech Showcase](<https://devfeed.tech/articles/women-in-tech-presents-roo-tech-showcase-19714.md>)

Original publisher: [Read original article](<https://deliveroo.engineering/2025/03/13/roo-tech-showcase-blog.html>)

Author: Olga Afanasieva

Published: 2025-03-13T00:00:00Z

Content type: opinion

Language: en

Sources: [Deliveroo](<https://devfeed.tech/sources/deliveroo.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [App](<https://devfeed.tech/topics/app.md>), [coding](<https://devfeed.tech/topics/coding.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [community](<https://devfeed.tech/tags/community.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [event](<https://devfeed.tech/tags/event.md>), [product](<https://devfeed.tech/tags/product.md>), [projects](<https://devfeed.tech/tags/projects.md>), [software](<https://devfeed.tech/tags/software.md>), [talks](<https://devfeed.tech/tags/talks.md>), [tech](<https://devfeed.tech/tags/tech.md>), [women-in-tech](<https://devfeed.tech/tags/women-in-tech.md>)

### AI overview

Deliveroo's Women in Tech Employee Resource Group presents eight female employees and their five-minute lightning talks about projects, career transitions, and ideas shared at the group's end-of-year event.

### Source excerpt

The Women in Tech Employee Resource Group (ERG) at Deliveroo was officially founded in 2023, and we are proud to represent an amazing community of female employees who identify as working in Tech at Deliveroo. This includes, but is not limited to, Software Engineers, Data Scientists, Designers, and Product Managers and we also welcome those who want to move into a Tech role. We host many events and initiatives throughout the year that align with our mission to connect and empower women in technology to excel in their careers at Deliveroo and beyond. For our main end-of-year event, we chose to showcase some of the wonderful projects our female employees achieved last year, in the form of 5-minute lightning talks. Our VP of Engineering, Vaughn Washington, opened the event with a message about the importance of our ERG and events like these, which provide underrepresented groups a forum to showcase their achievements. In continuation of this spirit, we are very excited to be publishing this post on our tech blog for more people to discover our eight remarkable female speakers and their innovative ideas. Enjoy! Olga Afanasieva, Product Manager My name is Olga, I've been at Deliveroo about 3.5 years and mostly looked after Consumer Search and Recommendations. During the event I shared with the team my journey of building a Proof of Concept (POC) of an app that could help couples evaluate their relationship, facilitate feedback exchange and help them nurture the relationship. I've built that POC with my husband and a certified couple therapist while I was on maternity leave and managed to test it with 15 couples. Rabia Lakhani, Product Manager I'm Rabia and I am a product manager in the Consumer New Verticals team looking after the browsing, upsell and basket experience for our customers. I joined Deliveroo as a Technical Programme Manager and around 12 months ago, started my official journey into the Product world. I wanted to share my personal transition story on how I

## Women in security: Inspiring leaders of today and tomorrow

DevFeed: [Women in security: Inspiring leaders of today and tomorrow](<https://devfeed.tech/articles/women-in-security-inspiring-leaders-of-today-and-tomorrow-8256.md>)

Original publisher: [Read original article](<https://snyk.io/blog/women-in-security-inspiring-leaders/>)

Author: Jonaki Egenolf

Published: 2024-11-19T05:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Security](<https://devfeed.tech/topics/security.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [careers](<https://devfeed.tech/tags/careers.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [executive](<https://devfeed.tech/tags/executive.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [interest](<https://devfeed.tech/tags/interest.md>), [megawatt](<https://devfeed.tech/tags/megawatt.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [security](<https://devfeed.tech/tags/security.md>), [series](<https://devfeed.tech/tags/series.md>), [snyk](<https://devfeed.tech/tags/snyk.md>), [snyk-team](<https://devfeed.tech/tags/snyk-team.md>), [voices](<https://devfeed.tech/tags/voices.md>)

### AI overview

Snyk's Women Leading Security series highlights the experiences, advice, resilience, and leadership of women in cybersecurity. The article discusses mentorship, allyship, inclusion, career barriers, and the importance of creating more pathways for women in security.

### Source excerpt

Women in security: Inspiring leaders of today and tomorrow

## Introducing the new MDN Community page

DevFeed: [Introducing the new MDN Community page](<https://devfeed.tech/articles/introducing-the-new-mdn-community-page-4108.md>)

Original publisher: [Read original article](<https://developer.mozilla.org/en-US/blog/new-community-page/>)

Author: pranshu-khanna

Published: 2024-10-15T00:00:00Z

Content type: article

Language: en

Sources: [MDN Blog](<https://devfeed.tech/sources/mdn-blog.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [Web](<https://devfeed.tech/topics/web.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Localization (l10n)](<https://devfeed.tech/topics/localization.md>), [Discord](<https://devfeed.tech/topics/discord.md>), [Internet](<https://devfeed.tech/topics/internet.md>)

Tags: [bugs](<https://devfeed.tech/tags/bugs.md>), [community](<https://devfeed.tech/tags/community.md>), [content](<https://devfeed.tech/tags/content.md>), [contribute](<https://devfeed.tech/tags/contribute.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [developers](<https://devfeed.tech/tags/developers.md>), [discord](<https://devfeed.tech/tags/discord.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [github](<https://devfeed.tech/tags/github.md>), [hub](<https://devfeed.tech/tags/hub.md>), [internet](<https://devfeed.tech/tags/internet.md>), [learn](<https://devfeed.tech/tags/learn.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform](<https://devfeed.tech/tags/platform.md>), [resources](<https://devfeed.tech/tags/resources.md>), [skills](<https://devfeed.tech/tags/skills.md>), [web](<https://devfeed.tech/tags/web.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

MDN introduces a new community page designed to recognize contributors, highlight their work, and help people connect and participate. The page features contributor profiles and stories, while inviting developers, writers, learners, and translators to contribute through activities such as improving documentation, fixing bugs, localization, GitHub work, and answering questions on Discord.

### Source excerpt

We are thrilled to announce the new MDN community page that will be a hub to recognize our contributors and a place for contributors to get involved.

## Spotlight on CNCF Deaf and Hard-of-hearing Working Group (DHHWG)

DevFeed: [Spotlight on CNCF Deaf and Hard-of-hearing Working Group (DHHWG)](<https://devfeed.tech/articles/spotlight-on-cncf-deaf-and-hard-of-hearing-working-group-dhhwg-17582.md>)

Original publisher: [Read original article](<https://www.kubernetes.dev/blog/2024/09/30/cncf-deaf-and-hard-of-hearing-working-group-spotlight/>)

Author: The Kubernetes Authors

Published: 2024-09-30T00:00:00Z

Content type: article

Language: en

Sources: [Kubernetes Contributors Blog](<https://devfeed.tech/sources/kubernetes-contributors-blog.md>)

Topics: [User interface design](<https://devfeed.tech/topics/ui-design.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [linkerd](<https://devfeed.tech/topics/linkerd.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [inclusion](<https://devfeed.tech/tags/inclusion.md>), [inclusive](<https://devfeed.tech/tags/inclusive.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linkerd](<https://devfeed.tech/tags/linkerd.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

An interview with Catherine Paganini explores the CNCF Deaf and Hard-of-Hearing Working Group, its role in improving inclusion and accessibility, and pathways for people with disabilities to contribute to cloud native open-source projects such as Kubernetes.

### Source excerpt

In recognition of Deaf Awareness Month and the importance of inclusivity in the tech community, we are spotlighting Catherine Paganini , facilitator and one of the founding members of CNCF Deaf and Hard-of-Hearing Working Group (DHHWG). In this interview, Sandeep Kanabar , a deaf member of the DHHWG and part of the Kubernetes SIG ContribEx Communications team , sits down with Catherine to explore the impact of the DHHWG on cloud native projects like Kubernetes. Sandeep's journey is a testament to the power of inclusion. Through his involvement in the DHHWG, he connected with members of the Kubernetes community who encouraged him to join SIG ContribEx - the group responsible for sustaining the Kubernetes contributor experience. In an ecosystem where open-source projects are actively seeking contributors and maintainers, this story highlights how important it is to create pathways for underrepresented groups, including those with disabilities, to contribute their unique perspectives and skills. In this interview, we delve into Catherine's journey, the challenges and triumphs of establishing the DHHWG, and the vision for a more inclusive future in cloud native. We invite Kubernetes contributors, maintainers, and community members to reflect on the significance of empathy, advocacy, and community in fostering a truly inclusive environment for all, and to think about how they can support efforts to increase diversity and accessibility within their own projects. Introduction Sandeep Kanabar (SK): Hello Catherine, could you please introduce yourself, share your professional background, and explain your connection to the Kubernetes ecosystem? Catherine Paganini (CP): I'm the Head of Marketing at Buoyant , the creator of Linkerd , the CNCF-graduated service mesh, and 5th CNCF project. Four years ago, I started contributing to open source. The initial motivation was to make cloud native concepts more accessible to newbies and non-technical people. Without a technical backgrou

## Why building a strong culture of engineering is worth the effort

DevFeed: [Why building a strong culture of engineering is worth the effort](<https://devfeed.tech/articles/why-building-a-strong-culture-of-engineering-is-worth-the-effort-12011.md>)

Original publisher: [Read original article](<https://incident.io/blog/the-debrief-episode-nineteen>)

Published: 2024-04-08T20:26:30Z

Content type: opinion

Language: en

Sources: [The incident.io Blog](<https://devfeed.tech/sources/the-incident-io-blog.md>)

Topics: [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>), [Tech Lead](<https://devfeed.tech/topics/tech-lead.md>)

Tags: [company](<https://devfeed.tech/tags/company.md>), [culture](<https://devfeed.tech/tags/culture.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-channel](<https://devfeed.tech/tags/incident-channel.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [management](<https://devfeed.tech/tags/management.md>), [outage](<https://devfeed.tech/tags/outage.md>), [post-mortem](<https://devfeed.tech/tags/post-mortem.md>), [slack-incident](<https://devfeed.tech/tags/slack-incident.md>)

### AI overview

The episode examines why a strong engineering culture matters for organizations, including its effects on team experience and hiring. Lisa Karlin Curtis and Alicia Collymore discuss what culture means, the importance of diversity, and how engineers can be empowered to share their perspectives, with examples from incident.io.

### Source excerpt

In this episode, we chat about why it's so important to building a strong culture of engineering at your organization.

## SCIN: A new resource for representative dermatology images

DevFeed: [SCIN: A new resource for representative dermatology images](<https://devfeed.tech/articles/scin-a-new-resource-for-representative-dermatology-images-28562.md>)

Original publisher: [Read original article](<http://blog.research.google/2024/03/scin-new-resource-for-representative.html>)

Author: Google AI (noreply@blogger.com)

Published: 2024-03-19T15:00:00Z

Content type: article

Language: en

Sources: [Google Research](<https://devfeed.tech/sources/google-research.md>)

Topics: [datasets](<https://devfeed.tech/topics/datasets.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [consent](<https://devfeed.tech/tags/consent.md>), [crowd-sourcing](<https://devfeed.tech/tags/crowd-sourcing.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [developers](<https://devfeed.tech/tags/developers.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [google](<https://devfeed.tech/tags/google.md>), [health](<https://devfeed.tech/tags/health.md>), [open](<https://devfeed.tech/tags/open.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [research](<https://devfeed.tech/tags/research.md>)

### AI overview

Google Research Health is releasing the Skin Condition Image Network (SCIN), an open-access dermatology image dataset created with Stanford Medicine physicians. It contains over 10,000 voluntarily contributed images covering skin, nail, and hair conditions across various skin tones and body parts, with retrospective dermatologist labels and contributor-provided metadata.

### Source excerpt

Posted by Pooja Rao, Research Scientist, Google Research Health datasets play a crucial role in research and medical education, but it can be challenging to create a dataset that represents the real world. For example, dermatology conditions are diverse in their appearance and severity and manifest differently across skin tones. Yet, existing dermatology image datasets often lack representation of everyday conditions (like rashes, allergies and infections) and skew towards lighter skin tones. Furthermore, race and ethnicity information is frequently missing, hindering our ability to assess disparities or create solutions. To address these limitations, we are releasing the Skin Condition Image Network (SCIN) dataset in collaboration with physicians at Stanford Medicine. We designed SCIN to reflect the broad range of concerns that people search for online, supplementing the types of conditions typically found in clinical datasets. It contains images across various skin tones and body parts, helping to ensure that future AI tools work effectively for all. We've made the SCIN dataset freely available as an open-access resource for researchers, educators, and developers, and have taken careful steps to protect contributor privacy. Example set of images and metadata from the SCIN dataset. Dataset composition The SCIN dataset currently contains over 10,000 images of skin, nail, or hair conditions, directly contributed by individuals experiencing them. All contributions were made voluntarily with informed consent by individuals in the US, under an institutional-review board approved study. To provide context for retrospective dermatologist labeling, contributors were asked to take images both close-up and from slightly further away. They were given the option to self-report demographic information and tanning propensity (self-reported Fitzpatrick Skin Type, i.e., sFST), and to describe the texture, duration and symptoms related to their concern. One to three dermatologists

## How we engineer feedback at Figma with eng crits

DevFeed: [How we engineer feedback at Figma with eng crits](<https://devfeed.tech/articles/how-we-engineer-feedback-at-figma-with-eng-crits-9815.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/how-we-run-eng-crits-at-figma/>)

Author: Laura Pang

Published: 2024-02-29T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [Process](<https://devfeed.tech/topics/process.md>)

Tags: [diversity](<https://devfeed.tech/tags/diversity.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [figma](<https://devfeed.tech/tags/figma.md>), [process](<https://devfeed.tech/tags/process.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Figma's engineering critiques create an early, open setting for engineers to share unfinished work, explore technical approaches, and receive feedback. The process is intended to encourage diverse perspectives and unblock teams without becoming another approval gate.

### Source excerpt

Engineering crits encourage a diversity of perspectives and unblock teams to pursue new ideas. Here's how we structure and run them at Figma.

## Devconnect Scholars Program - Ethereum Stories from Istanbul and Beyond

DevFeed: [Devconnect Scholars Program - Ethereum Stories from Istanbul and Beyond](<https://devfeed.tech/articles/devconnect-scholars-program-ethereum-stories-from-istanbul-and-beyond-17095.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2024/02/29/scholars-stories>)

Author: Next Billion

Published: 2024-02-29T00:00:00Z

Content type: opinion

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>)

Tags: [africa](<https://devfeed.tech/tags/africa.md>), [backend](<https://devfeed.tech/tags/backend.md>), [banking](<https://devfeed.tech/tags/banking.md>), [bitcoin](<https://devfeed.tech/tags/bitcoin.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [community](<https://devfeed.tech/tags/community.md>), [devconnect](<https://devfeed.tech/tags/devconnect.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [geography](<https://devfeed.tech/tags/geography.md>), [india](<https://devfeed.tech/tags/india.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [iran](<https://devfeed.tech/tags/iran.md>), [java](<https://devfeed.tech/tags/java.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [next-billion](<https://devfeed.tech/tags/next-billion.md>), [perspectives](<https://devfeed.tech/tags/perspectives.md>), [program](<https://devfeed.tech/tags/program.md>), [resilience](<https://devfeed.tech/tags/resilience.md>)

### AI overview

The article presents stories from participants in the Devconnect Scholars Program, describing how broader geographic and demographic representation can strengthen Ethereum's resilience, security, and community. It profiles scholars from India, Iran, and Kenya and their work in research, education, smart contracts, and open-source projects.

### Source excerpt

Ethereum is growing, and diversity of human participation creates resilience throughout the ecosystem. The Devconnect Scholars Program is one small effort that aims to create resilience through community diversity. Better representation across human geography and demographics leads to diverse experiences and new perspectives that help the Ethereum protocol serve the...

## Introducing native E2E testing: Learnings from the Senior Engineering Program for Women

DevFeed: [Introducing native E2E testing: Learnings from the Senior Engineering Program for Women](<https://devfeed.tech/articles/introducing-native-e2e-testing-learnings-from-the-senior-engineering-program-for-women-35651.md>)

Original publisher: [Read original article](<https://engineering.klarna.com/introducing-native-e2e-testing-learnings-from-the-senior-engineering-program-for-women-4c49cda2122c?source=rss----86090d14ab52---4>)

Author: Joana Melo

Published: 2023-09-08T12:35:44Z

Content type: article

Language: en

Sources: [Klarna Engineering](<https://devfeed.tech/sources/klarna-engineering.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [App](<https://devfeed.tech/topics/app.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [appium](<https://devfeed.tech/tags/appium.md>), [automated](<https://devfeed.tech/tags/automated.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [e2e-testing](<https://devfeed.tech/tags/e2e-testing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gender](<https://devfeed.tech/tags/gender.md>), [gender-equality](<https://devfeed.tech/tags/gender-equality.md>), [klarna](<https://devfeed.tech/tags/klarna.md>), [learnings](<https://devfeed.tech/tags/learnings.md>), [professional-development](<https://devfeed.tech/tags/professional-development.md>), [regression](<https://devfeed.tech/tags/regression.md>), [testing](<https://devfeed.tech/tags/testing.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

The author describes introducing native end-to-end testing in mini versions of the Klarna app to enable automated feature regression tests in development pipelines. The article also reflects on the Senior Engineering Program for Women, including its focus on professional growth, coaching, collaboration, technology, influence, and diversity.

### Source excerpt

I made company-wide impact by successfully delivering the introduction of native end-to-end (E2E) testing in mini versions of the Klarna app. The goal was to have automated feature regression tests in our pipelines. I developed this as part of a program for senior engineering women, and today, I want to share the insights and learnings I gained from this experience. Creating fair and equal opportunities for women How do we offer women equal and fair opportunities in an industry dominated by men? Well, there are many ways to work on this topic. One that piqued my curiosity was Klarna's Senior Engineering Program for Women (SEPW). As you might wonder as well, my initial thoughts on it as with any other initiatives like this came with a lot of reservations: Is this fair? Is this the best way for me to ensure that I'm being fairly evaluated? Will it look like I am being brought to a speedlane towards an easy promotion if I happen to get one because I'm a woman? Are we going to get treated like tokens? Is this all just a marketing strategy to promote? Am I being part of and legitimizing something that has no real content and value for my career or other women? What will everyone think? When we are faced to join initiatives related to gender gap improvements, we might fall into the trap of having all the perfect and right answers before we take risks, or we can accept that there will never be the perfectly carved, impactful and life-changing solution at our doorstep. We can only experiment and learn from the results to make better decisions as we help evolving into a hopefully more gender-fair world. As a woman in engineering, I understand the issues, but I don't claim to have all the answers. And that's ok. The program The SEPW is a way for Klarna to acknowledge and accelerate the professional development of promising engineers and promote diversity within engineering. The 6 month program is designed with the individual's growth as the main focus, and based on four theme

## Securing Diversity in Cybersecurity

DevFeed: [Securing Diversity in Cybersecurity](<https://devfeed.tech/articles/securing-diversity-in-cybersecurity-20345.md>)

Original publisher: [Read original article](<https://engblog.nextdoor.com/securing-diversity-in-cybersecurity-6aa83dafb850?source=rss----5e54f11cdfdf---4>)

Author: Kristen Beneduce

Published: 2023-05-02T13:01:51Z

Content type: opinion

Language: en

Sources: [Nextdoor](<https://devfeed.tech/sources/nextdoor.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [Security & Privacy](<https://devfeed.tech/topics/security-privacy.md>)

Tags: [ciso](<https://devfeed.tech/tags/ciso.md>), [culture](<https://devfeed.tech/tags/culture.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [engienering](<https://devfeed.tech/tags/engienering.md>), [events](<https://devfeed.tech/tags/events.md>), [inclusion](<https://devfeed.tech/tags/inclusion.md>), [industry](<https://devfeed.tech/tags/industry.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [rsa-conference](<https://devfeed.tech/tags/rsa-conference.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Nextdoor discusses the representation gap in cybersecurity and its partnership with WiCyS Silicon Valley during an RSAC 2023 diversity event. The article highlights barriers affecting women in cybersecurity and argues that diverse teams improve problem-solving and innovation.

### Source excerpt

Panelists from Left to Right: Ronit Polak (Moderator), Kathy Wang* , Lea Kissner, Rupa Parameswaran, Olivia Rose, Jameeka Green Aaron *Correction: Kathy Wang is the former, not current CISO of Discord At Nextdoor we build technology that empowers resilient, safe, and kind neighborhoods all over the world. Securing a product that empowers global communities requires diverse and inclusive teams, reflective of the communities we support. Yet hiring and retaining the diverse talent needed to achieve our purpose remains an industry challenge. The gap is particularly evident in the cybersecurity field where 25% of the workforce and 16% of CISOs identify as female. According to the WiCyS State of Inclusion report 2023, women cite lack of respect and limited opportunities for growth in cybersecurity as top challenges accompanying lack of representation. We must keep working on it. That is why Nextdoor welcomed the chance to celebrate diversity, alongside RSAC 2023, in Nextdoor HQ's backyard this week and to partner with our neighborhood Women in Cybersecurity (WiCyS) Silicon Valley chapter. We are committed to building a diverse and inclusive workplace, and we are proud to work with organizations like WiCyS, who share the same values. Nextdoor's CISO TC Niedzialkowski kicked off with a warm welcome. CEO Sarah Friar framed the discussion by sharing how she launched her career by building a network at her first RSA conference as an equity analyst for Security Software at Goldman Sachs. She emphasized that diverse teams bring a variety of perspectives and experiences to the table, which ultimately leads to better problem-solving and innovation. Left to Right: Tanvi Kolte Tiwari (WiCyS Silicon Valley Events Chair) introducing the panel, Attendees soaking into a fantastic intro by Sarah Friar (Nextdoor CEO) , TC Niedzialkowski (Nextdoor CISO) cheering on the panel Moderator Ronit Polak, WiCyS Silicon Valley President, and CISOs Kathy Wang Lea Kissner Rupa Parameswaran Olivia Ros

## When Culture and Code Reviews Collide, Communication is Key

DevFeed: [When Culture and Code Reviews Collide, Communication is Key](<https://devfeed.tech/articles/when-culture-and-code-reviews-collide-communication-is-key-1347.md>)

Original publisher: [Read original article](<https://shopify.engineering/code-reviews-communication>)

Author: Swati Swoboda

Published: 2022-08-26T15:30:00Z

Content type: article

Language: en

Sources: [Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering.md>), [Shopify Engineering - Shopify Engineering](<https://devfeed.tech/sources/shopify-engineering-shopify-engineering.md>)

Topics: [Pull Request](<https://devfeed.tech/topics/pull-request.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [communication](<https://devfeed.tech/tags/communication.md>), [developers](<https://devfeed.tech/tags/developers.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [review](<https://devfeed.tech/tags/review.md>)

### AI overview

The article examines how cultural differences can affect written code-review feedback and argues for communication practices that shift reviews from confrontation toward collaboration.

### Source excerpt

When we understand each other's cultural context, the emphasis in code reviews can shift from confrontation to collaboration.

## Announcing the 2022 GraphQL Summit diversity tickets

DevFeed: [Announcing the 2022 GraphQL Summit diversity tickets](<https://devfeed.tech/articles/announcing-the-2022-graphql-summit-diversity-tickets-23143.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-the-2022-graphql-summit-diversity-tickets>)

Author: Melissa Annecchini

Published: 2022-08-17T13:13:39Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [events](<https://devfeed.tech/tags/events.md>), [free](<https://devfeed.tech/tags/free.md>), [inclusive](<https://devfeed.tech/tags/inclusive.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>), [summit](<https://devfeed.tech/tags/summit.md>)

### AI overview

Apollo announces a diversity scholarship for GraphQL Summit 2022, offering fully sponsored tickets to individuals from underrepresented technology groups.

### Source excerpt

We are thrilled to announce our diversity scholarship for GraphQL Summit 2022! At Apollo, we are focused on building a team that is inclusive of all demographics. We want Summit to be a reflection of that and bring together all perspectives, so we can develop and learn how the supergraph needs to evolve to serve the different needs of our customers and their end customers. A diversity ticket is a fully sponsored (read: free) ticket for an individual in an underrepresented tech group.

## Mentoring Program Announcement

DevFeed: [Mentoring Program Announcement](<https://devfeed.tech/articles/mentoring-program-announcement-24670.md>)

Original publisher: [Read original article](<https://blog.gradle.org/mentoring-program-annoucement>)

Author: Amanda Martin

Published: 2022-06-23T04:00:00Z

Content type: release

Language: en

Sources: [The Gradle Blog](<https://devfeed.tech/sources/the-gradle-blog.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [coding-community](<https://devfeed.tech/topics/coding-community.md>), [code productivity](<https://devfeed.tech/topics/code-productivity.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [automation](<https://devfeed.tech/tags/automation.md>), [developer-community](<https://devfeed.tech/tags/developer-community.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [mentoring](<https://devfeed.tech/tags/mentoring.md>), [mentorship](<https://devfeed.tech/tags/mentorship.md>), [professional-development](<https://devfeed.tech/tags/professional-development.md>)

### AI overview

Gradle announces a mentorship program designed to support developer diversity. The program is open to everyone, prioritizes mentees from underrepresented groups, and offers personalized discussions on Gradle Build Tool, build automation, developer productivity, and career-building skills.

### Source excerpt

The lack of diversity in the technical world is a chronic, pervasive issue. For example, a 2021 global software developer survey showed that female software developers are only 5 percent of the population. This is something we need to change. To help promote diversity in our industry, Gradle is excited to announce a new mentorship program. The program is open to everyone, but we'll be prioritizing mentees from underrepresented segments of the developer community, including women, and Black and Hispanic individuals, who want support and enhanced professional development from members of the Gradle Build Tool community. Mentees in the program will have access to personalized discussions on using Gradle Build Tool, build automation, developer productivity and more. Members of our Gradle Fellowship are volunteering their time towards establishing a diverse developer landscape. The Gradle Fellows will be matched with more junior community members (mentees) seeking to learn and enhance skills that will help further their career. If you are new to Gradle Build Tool and looking for growth, submit your application or share our program with others in need. -- Feedback Let us know if you have any questions on our forums or Gradle Community Slack.

## Team Diversity

DevFeed: [Team Diversity](<https://devfeed.tech/articles/team-diversity-19749.md>)

Original publisher: [Read original article](<https://tech.findmypast.com/team-diversity/>)

Author: Lorna Tyrtania

Published: 2022-03-24T00:00:00Z

Content type: opinion

Language: en

Sources: [Findmypast](<https://devfeed.tech/sources/findmypast.md>)

Topics: [User experience (UX)](<https://devfeed.tech/topics/ux.md>), [Usability](<https://devfeed.tech/topics/usability.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [diversity](<https://devfeed.tech/tags/diversity.md>), [findmypast](<https://devfeed.tech/tags/findmypast.md>), [inclusion](<https://devfeed.tech/tags/inclusion.md>), [language](<https://devfeed.tech/tags/language.md>), [languages](<https://devfeed.tech/tags/languages.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [support](<https://devfeed.tech/tags/support.md>), [team](<https://devfeed.tech/tags/team.md>), [teams](<https://devfeed.tech/tags/teams.md>), [testing](<https://devfeed.tech/tags/testing.md>), [usability](<https://devfeed.tech/tags/usability.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

A Product and Design team member reflects on how diversity in age, gender, ethnicity, culture, languages, knowledge, and thinking styles supports collaboration and problem-solving. The article also describes using user research, customer feedback, forums, and usability testing to represent users in product discussions.

### Source excerpt

Team Diversity On-line meetings have their advantages and disadvantages; I think most of us are feeling a little "zoomed out" through the Covid-19 lock downs. But, one useful feature is the ability to see all the faces of our Product and Design team, side-by-side on my screen each week for on our weekly catch-up. It led me to reflect on how fortunate we are to work with such a diverse team of colleagues and how important that is for team dynamics. We're a diverse bunch in terms of age, gender, ethnicity & cultures but also in terms of generational insight, platform and domain knowledge and different lived experiences. Between us we speak 19 different languages from Arabic to Welsh via Kiswahili (a tally I personally contribute nothing to, although a couple of us did make a plea for Brummie to count as a language!) Add on top of that very different cognitive thinking styles and the result is a team capable of taking problem solving in very different directions and allowing us to really stretch the art of the possible. I'm always keen to try and think about those not in the room, when I'm having meetings and usually as a Product Manager this is the user. It's the job of a Product person to always champion them and their perspective, but I do find that the user is always pretty well represented in our conversations, through feedback from UX research panels, insight from Customer Support teams and user forums and real-time feedback and insight from our usability testing tools. The fact that so many people in the business are personally so interested in family history also really helps, alongside regular "dog fooding" sessions where the whole organisation comes together to use our product and to think about family history ensures no one is working in an abstract way. Another diversity we celebrate and where I've observed real parity of esteem is for the types of work different teams are delivering. The contributions to building or rebuilding the foundations of our site o

## Our response to Ukraine

DevFeed: [Our response to Ukraine](<https://devfeed.tech/articles/our-response-to-ukraine-9993.md>)

Original publisher: [Read original article](<https://www.figma.com/blog/our-response-to-ukraine/>)

Author: Dylan Field

Published: 2022-03-09T00:00:00Z

Content type: article

Language: en

Sources: [Figma Blog](<https://devfeed.tech/sources/figma-blog.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [customers](<https://devfeed.tech/tags/customers.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [eu](<https://devfeed.tech/tags/eu.md>), [figma](<https://devfeed.tech/tags/figma.md>), [safety](<https://devfeed.tech/tags/safety.md>), [sales](<https://devfeed.tech/tags/sales.md>)

### AI overview

Figma describes its response to Russia's invasion of Ukraine, including support for Ukrainian refugees and humanitarian relief, donation matching, continued access to paid features for Ukrainian customers needing assistance, compliance with U.S. and EU sanctions against Russia, and the suspension of new sales efforts in Russia.

### Source excerpt

A note to our community.

## Coq development team is open to renaming the project

DevFeed: [Coq development team is open to renaming the project](<https://devfeed.tech/articles/coq-will-be-renamed-29485.md>)

Original publisher: [Read original article](<http://lambda-the-ultimate.org/node/5629>)

Published: 2021-04-08T13:47:05Z

Content type: release

Language: en

Sources: [Lambda the Ultimate](<https://devfeed.tech/sources/lambda-the-ultimate.md>)

Topics: [Coq](<https://devfeed.tech/topics/coq.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [gender](<https://devfeed.tech/tags/gender.md>), [general](<https://devfeed.tech/tags/general.md>)

### AI overview

The Coq development team says it is open to renaming Coq after community discussions about the project's name, logo, and slang meaning in English, including concerns about gender diversity and its effect on participation.

### Source excerpt

From the Coq-club: The Coq development team acknowledges the recent discussions (started on the Coq-Club mailing list) around Coq's logo and name. We wish to thank everyone that participated in these discussions. Testimonies from people who experienced harassment or awkward situations, reports about students (notably women) who ended up not learning / using Coq because of its name, were all very important so that the community could fully recognize the impact of the current name and its slang meaning in English, especially with respect to gender-diversity in the Coq community. For these reasons, the Coq development team is open to a renaming. Suggestions for alternative names go here.

## How to Attract and Retain Underrepresented Tech Talent

DevFeed: [How to Attract and Retain Underrepresented Tech Talent](<https://devfeed.tech/articles/how-do-we-hire-more-women-41251.md>)

Original publisher: [Read original article](<https://www.emilykager.com/writing/2021/03/20/diversity.html>)

Published: 2021-03-20T18:23:05Z

Content type: opinion

Language: en

Sources: [Emily Kager](<https://devfeed.tech/sources/emily-kager.md>)

Topics: [Job](<https://devfeed.tech/topics/job.md>), [Requirements](<https://devfeed.tech/topics/requirements.md>)

Tags: [diversity](<https://devfeed.tech/tags/diversity.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [internship](<https://devfeed.tech/tags/internship.md>), [junior](<https://devfeed.tech/tags/junior.md>), [language](<https://devfeed.tech/tags/language.md>), [mentorship](<https://devfeed.tech/tags/mentorship.md>), [recruiting](<https://devfeed.tech/tags/recruiting.md>), [tech-talent](<https://devfeed.tech/tags/tech-talent.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

A developer shares thoughts on attracting and retaining underrepresented tech talent, focusing on broader job-posting criteria, inclusive language, and hiring pathways such as internships and junior roles.

### Source excerpt

A very common question I get in my inbox is, "I love your posts! How can I get more women to work at my company??". It's not a bad question but I'm just a developer and have never worked in recruiting or D+I so it's not necessarily my area of expertise. That being said, with the acknowledgement that I have a large San Francisco/Bay Area bias since I've spent my entire career here, I have a few thoughts on how to attract and retain tech talent from underrepresented groups.

## DeveloperBridge: SoundCloud's Program for Training People from Diverse Backgrounds to Become Engineers

DevFeed: [DeveloperBridge: SoundCloud's Program for Training People from Diverse Backgrounds to Become Engineers](<https://devfeed.tech/articles/developerbridge-soundcloud-s-program-for-training-people-from-diverse-backgrounds-to-become-engineers-2026.md>)

Original publisher: [Read original article](<https://developers.soundcloud.com/blog//developerbridge-training-program>)

Published: 2020-07-17T00:00:00Z

Content type: article

Language: en

Sources: [SoundCloud Backstage Blog](<https://devfeed.tech/sources/soundcloud-backstage-blog.md>)

Topics: [Programming](<https://devfeed.tech/topics/programming.md>), [engineering-leadership](<https://devfeed.tech/topics/engineering-leadership.md>)

Tags: [careers](<https://devfeed.tech/tags/careers.md>), [code](<https://devfeed.tech/tags/code.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [community](<https://devfeed.tech/tags/community.md>), [course](<https://devfeed.tech/tags/course.md>), [developers](<https://devfeed.tech/tags/developers.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [engineering-culture](<https://devfeed.tech/tags/engineering-culture.md>), [junior](<https://devfeed.tech/tags/junior.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [learn](<https://devfeed.tech/tags/learn.md>), [learning](<https://devfeed.tech/tags/learning.md>), [programming](<https://devfeed.tech/tags/programming.md>), [recruiting](<https://devfeed.tech/tags/recruiting.md>), [skills](<https://devfeed.tech/tags/skills.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

SoundCloud's DeveloperBridge is a year-long, paid traineeship that gives people without prior professional experience the opportunity to learn engineering, receive mentorship, and potentially transition into full-time roles. The program also aims to improve diversity and inclusion through broader recruitment and support for underrepresented communities.

### Source excerpt

DeveloperBridge is a year-long, full-time, paid traineeship program where participants learn from and work with engineering teams at...

## Announcing the Devcon Scholars Program

DevFeed: [Announcing the Devcon Scholars Program](<https://devfeed.tech/articles/announcing-the-devcon-scholars-program-16854.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2019/08/20/announcing-the-devcon-scholars-program>)

Author: Devcon

Published: 2019-08-20T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>)

Tags: [community](<https://devfeed.tech/tags/community.md>), [conference](<https://devfeed.tech/tags/conference.md>), [devcon](<https://devfeed.tech/tags/devcon.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [education](<https://devfeed.tech/tags/education.md>), [events](<https://devfeed.tech/tags/events.md>), [inclusion](<https://devfeed.tech/tags/inclusion.md>)

### AI overview

The Ethereum Foundation announces the Devcon Scholars Program, which provides full scholarships and support for people from underserved communities and developing areas to attend Devcon 5 in Osaka. The 2019 cohort included more than 50 scholars from around the world and aimed to promote diversity, inclusion, and access to Ethereum education.

### Source excerpt

Welcome! The Devcon Scholars Program is an Ethereum Foundation initiative designed to provide an opportunity for Ethereum ecosystem-members from underserved communities, unique circumstances, or developing areas to attend the largest annual gathering in the Ethereum ecosystem. Now in its second year, the Devcon Scholars Program provides full scholarships...

[Next page](<https://devfeed.tech/tags/diversity.md?cursor=WyIyMDE5LTA4LTIwVDAwOjAwOjAwKzAwOjAwIiwgIjU2ZWQ1YWM2LWQ1ZDAtNDNjZC05YjBlLTU2YTZjZTE0Y2FiOSJd>)