# associate

Published articles for associate.

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

## Anthropic Expanded the Claude Certification Track. Here's What Changed

DevFeed: [Anthropic Expanded the Claude Certification Track. Here's What Changed](<https://devfeed.tech/articles/anthropic-expanded-the-claude-certification-track-here-s-what-changed-39791.md>)

Original publisher: [Read original article](<https://newsletter.bigtechcareers.com/p/anthropic-expanded-the-claude-certification>)

Author: Prasad Rao

Published: 2026-07-09T19:32:55Z

Content type: article

Language: en

Sources: [Big Tech Careers](<https://devfeed.tech/sources/big-tech-careers.md>)

Topics: [anthropic](<https://devfeed.tech/topics/anthropic.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [Tech Careers](<https://devfeed.tech/topics/tech-careers.md>)

Tags: [anthropic](<https://devfeed.tech/tags/anthropic.md>), [architect](<https://devfeed.tech/tags/architect.md>), [associate](<https://devfeed.tech/tags/associate.md>), [certifications](<https://devfeed.tech/tags/certifications.md>), [claude](<https://devfeed.tech/tags/claude.md>)

### AI overview

The article explains that Anthropic expanded its Claude certification offering from one certification to four across Associate, Developer, and Architect roles. It outlines the certification track and describes the Associate - Foundations exam, including its intended audience, format, and scoring.

### Source excerpt

Associate, Developer, and Architect Professional certifications introduced

## Collections: Maps

DevFeed: [Collections: Maps](<https://devfeed.tech/articles/collections-maps-25060.md>)

Original publisher: [Read original article](<https://typealias.com/start/kotlin-maps/>)

Author: author@typealias.com (Dave Leeds)

Published: 2022-05-04T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dave Leeds on Kotlin - typealias.com](<https://devfeed.tech/sources/dave-leeds-on-kotlin-typealias-com.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [associate](<https://devfeed.tech/tags/associate.md>), [association](<https://devfeed.tech/tags/association.md>), [build](<https://devfeed.tech/tags/build.md>), [collections](<https://devfeed.tech/tags/collections.md>), [groupby](<https://devfeed.tech/tags/groupby.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn-to-program](<https://devfeed.tech/tags/learn-to-program.md>), [map](<https://devfeed.tech/tags/map.md>), [maps](<https://devfeed.tech/tags/maps.md>), [pair](<https://devfeed.tech/tags/pair.md>), [programming](<https://devfeed.tech/tags/programming.md>)

### AI overview

A tutorial chapter introduces maps as a Kotlin collection for storing associations between values. It explains the concept using a hardware-and-tools example and begins showing how to create associations with a class constructor.

### Source excerpt

In the last chapter, we saw how collections, such as lists and sets, can be used to do things that couldn't be done easily with separate, individual variables. In this chapter, we're going to look at another kind of collection--a map, which can hold many associations between values. Let's check it out! The Right Tool for the Job "You gotta use the right tool for the job." That's what Mr. Patchwell taught his young son, Jack, who was just starting to learn how to become a handyman like his old man.