# domain

Published articles for domain.

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

## Domain-Driven Design Clearly Explained

DevFeed: [Domain-Driven Design Clearly Explained](<https://devfeed.tech/articles/domain-driven-design-clearly-explained-18025.md>)

Original publisher: [Read original article](<https://blog.levelupcoding.com/p/domain-driven-design-clearly-explained>)

Author: Nikki Siapno

Published: 2026-09-12T12:52:28Z

Content type: tutorial

Language: en

Sources: [Level Up Coding System Design Newsletter](<https://devfeed.tech/sources/level-up-coding-system-design-newsletter.md>)

Topics: [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [Code](<https://devfeed.tech/topics/code.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [concepts](<https://devfeed.tech/tags/concepts.md>), [developers](<https://devfeed.tech/tags/developers.md>), [domain](<https://devfeed.tech/tags/domain.md>), [domain-driven-design](<https://devfeed.tech/tags/domain-driven-design.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [model](<https://devfeed.tech/tags/model.md>), [patterns](<https://devfeed.tech/tags/patterns.md>)

### AI overview

An introduction to Domain-Driven Design (DDD), explaining how shared business language and bounded contexts help teams model complex products and keep code aligned with the domain.

### Source excerpt

The mental model that makes DDD click.

## 10+ best practices to improve your email deliverability

DevFeed: [10+ best practices to improve your email deliverability](<https://devfeed.tech/articles/10-best-practices-to-improve-your-email-deliverability-16106.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/insights/8-best-practices-to-improve-your-email-deliverability>)

Author: Jesse Sumrak

Published: 2026-09-09T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [email](<https://devfeed.tech/topics/email.md>), [SendGrid](<https://devfeed.tech/topics/sendgrid.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [deliverability](<https://devfeed.tech/tags/deliverability.md>), [domain](<https://devfeed.tech/tags/domain.md>), [email](<https://devfeed.tech/tags/email.md>), [industry-insights](<https://devfeed.tech/tags/industry-insights.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [sendgrid](<https://devfeed.tech/tags/sendgrid.md>), [spam](<https://devfeed.tech/tags/spam.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>), [subscriber](<https://devfeed.tech/tags/subscriber.md>)

### AI overview

This tutorial explains email deliverability and presents more than ten practices for improving inbox placement, including domain authentication, double opt-in, non-spammy subject lines, list cleaning, and avoiding spam traps. It also distinguishes delivery from deliverability and discusses sender reputation and subscriber engagement.

### Source excerpt

Email deliverability determines whether your messages reach inboxes or spam folders. Follow these 10+ best practices to improve your deliverability rates.

## Announcing Appwrite Domains: your registrar and DNS host

DevFeed: [Announcing Appwrite Domains: your registrar and DNS host](<https://devfeed.tech/articles/announcing-appwrite-domains-your-registrar-and-dns-host-16408.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/announcing-appwrite-domains>)

Author: Aditya Oberai

Published: 2026-09-04T00:00:00Z

Content type: release

Language: en

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

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [dns](<https://devfeed.tech/tags/dns.md>), [domain](<https://devfeed.tech/tags/domain.md>), [organization](<https://devfeed.tech/tags/organization.md>), [products](<https://devfeed.tech/tags/products.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

Appwrite announces Appwrite Domains, a feature of Appwrite Cloud that combines domain registration, authoritative DNS hosting, TLS management, and hostname connections for Sites, Functions, and project APIs within an organization.

### Source excerpt

Appwrite Domains brings registration, DNS, and TLS into your organization. Buy names across 160+ TLDs, host the zone, and connect Sites and Functions.

## Why regex isn't email validation

DevFeed: [Why regex isn't email validation](<https://devfeed.tech/articles/why-regex-isn-t-email-validation-16072.md>)

Original publisher: [Read original article](<https://workos.com/blog/why-regex-isnt-email-validation>)

Author: WorkOS

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

Content type: article

Language: en

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

Topics: [Parsing](<https://devfeed.tech/topics/parsing.md>), [Forms](<https://devfeed.tech/topics/forms.md>), [HTML5 and CSS3 tricks](<https://devfeed.tech/topics/html5-and-css3-tricks.md>), [Library](<https://devfeed.tech/topics/library.md>), [Internet](<https://devfeed.tech/topics/internet.md>)

Tags: [advice](<https://devfeed.tech/tags/advice.md>), [deliverability](<https://devfeed.tech/tags/deliverability.md>), [domain](<https://devfeed.tech/tags/domain.md>), [email](<https://devfeed.tech/tags/email.md>), [forms](<https://devfeed.tech/tags/forms.md>), [framework](<https://devfeed.tech/tags/framework.md>), [html5](<https://devfeed.tech/tags/html5.md>), [internet](<https://devfeed.tech/tags/internet.md>), [library](<https://devfeed.tech/tags/library.md>), [regex](<https://devfeed.tech/tags/regex.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article explains that email syntax validation with regexes, HTML5 checks, or framework libraries does not establish deliverability or confirm that a mailbox exists. It recommends a loose syntax check and stopping there, while recognizing that stronger checks address separate, less reliable questions.

### Source excerpt

Checking that an address looks right and checking that it can receive mail are different problems. Most signup forms only solve the first one.

## A Model for Understanding AI Success in Organizations

DevFeed: [A Model for Understanding AI Success in Organizations](<https://devfeed.tech/articles/tbm-431-the-denominator-that-matters-40057.md>)

Original publisher: [Read original article](<https://cutlefish.substack.com/p/tbm-431-the-denominator-that-matters>)

Author: John Cutler

Published: 2026-07-19T15:21:27Z

Content type: opinion

Language: en

Sources: [The Beautiful Mess](<https://devfeed.tech/sources/the-beautiful-mess.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [context](<https://devfeed.tech/topics/context.md>), [domain](<https://devfeed.tech/topics/domain.md>), [iteration](<https://devfeed.tech/topics/iteration.md>), [Risk](<https://devfeed.tech/topics/risk.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [context](<https://devfeed.tech/tags/context.md>), [domain](<https://devfeed.tech/tags/domain.md>), [iteration](<https://devfeed.tech/tags/iteration.md>), [risk](<https://devfeed.tech/tags/risk.md>)

### AI overview

The article presents a multiplicative model for AI success based on technology understanding, problem understanding, practice evolution, and an organizational social contract. It argues that missing any essential factor can undermine the outcome, while resistance to AI mandates may reflect rational self-preservation and insufficient evidence.

### Source excerpt

Here's a simple model for thinking about AI success in organizations.

## DCD: доменно-ориентированная архитектура для построения RAG-систем

DevFeed: [DCD: доменно-ориентированная архитектура для построения RAG-систем](<https://devfeed.tech/articles/dcd-rag-23998.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/redmadrobot/articles/1049030/>)

Author: redmadrobot (red\_mad\_robot)

Published: 2026-06-18T09:42:21Z

Content type: article

Language: ru

Sources: [Redmadrobot EN](<https://devfeed.tech/sources/redmadrobot-en.md>), [Redmadrobot RU](<https://devfeed.tech/sources/redmadrobot-ru.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [collection](<https://devfeed.tech/tags/collection.md>), [domain](<https://devfeed.tech/tags/domain.md>), [genai](<https://devfeed.tech/tags/genai.md>), [llm](<https://devfeed.tech/tags/llm.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [rag](<https://devfeed.tech/tags/rag.md>), [tag-1cd610c0e518](<https://devfeed.tech/tags/tag-1cd610c0e518.md>), [tag-68e701e78517](<https://devfeed.tech/tags/tag-68e701e78517.md>), [tag-7bc388df28ed](<https://devfeed.tech/tags/tag-7bc388df28ed.md>), [tag-d89cae10e887](<https://devfeed.tech/tags/tag-d89cae10e887.md>)

### AI overview

The article introduces DCD (Domain-Collection-Document), a hierarchical architecture for organizing knowledge and processing queries in RAG systems. It describes domain-based search restriction, multi-stage routing, structured model outputs, smart chunking, hybrid search, and validation mechanisms intended to improve retrieval and generation quality in heterogeneous document collections.

### Source excerpt

Привет! Это Роботы. Недавно мы выпустили статью на arXiv, где представили архитектурный подход DCD (Domain-Collection-Document) для структурирования пространства знаний и обработки запросов в RAG-системах. Мы провели подробные эксперименты, оценили работу подхода на собственном бенчмарке и показали, как он влияет на качество поиска и генерации в сравнении с другими подобными методами. А теперь хотим здесь рассказать о ключевых идеях, лежащих в основе DCD Design. Читать далее

## From Developers to Software Engineers: Mindset, Business Context, and Simplicity

DevFeed: [From Developers to Software Engineers: Mindset, Business Context, and Simplicity](<https://devfeed.tech/articles/from-developer-to-engineer-the-mindset-shift-that-separates-good-from-great-with-dr-milan-milanovic-40037.md>)

Original publisher: [Read original article](<https://dpereira.substack.com/p/from-developer-to-engineer-the-mindset>)

Author: David Pereira

Published: 2026-06-03T12:29:57Z

Content type: opinion

Language: en

Sources: [Untrapping Product Teams](<https://devfeed.tech/sources/untrapping-product-teams.md>)

Topics: [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [domain](<https://devfeed.tech/tags/domain.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [meetings](<https://devfeed.tech/tags/meetings.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [software](<https://devfeed.tech/tags/software.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>)

### AI overview

An article presenting themes from a podcast with CTO Dr. Milan Milanović about the difference between developers and software engineers. It covers asking why before coding, the risks of producing low-quality code faster with AI, understanding the business domain, high agency, simplicity, shorter meetings, and YAGNI.

### Source excerpt

"Senior software engineers remove more code than they add." When I read this quote from Dr.

## 20 Networking Concepts Explained in 15 Minutes

DevFeed: [20 Networking Concepts Explained in 15 Minutes](<https://devfeed.tech/articles/20-networking-concepts-explained-in-15-minutes-33561.md>)

Original publisher: [Read original article](<https://blog.algomaster.io/p/20-networking-concepts-explained>)

Author: Ashish Pratap Singh

Published: 2026-06-02T05:28:43Z

Content type: tutorial

Language: en

Sources: [AlgoMaster Newsletter](<https://devfeed.tech/sources/algomaster-newsletter.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Networks](<https://devfeed.tech/topics/networks.md>), [domain](<https://devfeed.tech/topics/domain.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [browser](<https://devfeed.tech/topics/browser.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [concepts](<https://devfeed.tech/tags/concepts.md>), [dns](<https://devfeed.tech/tags/dns.md>), [domain](<https://devfeed.tech/tags/domain.md>), [http](<https://devfeed.tech/tags/http.md>), [https](<https://devfeed.tech/tags/https.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [mac-address](<https://devfeed.tech/tags/mac-address.md>), [network](<https://devfeed.tech/tags/network.md>), [networking](<https://devfeed.tech/tags/networking.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [recursive-resolver](<https://devfeed.tech/tags/recursive-resolver.md>), [redis](<https://devfeed.tech/tags/redis.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [wi-fi](<https://devfeed.tech/tags/wi-fi.md>)

### AI overview

A tutorial introducing core networking concepts, including IP addressing, DNS resolution, ports, MAC addresses, and ARP, with examples involving browsers, routers, servers, SSH, HTTP, PostgreSQL, and Redis.

### Source excerpt

Networking can feel overwhelming, but a small set of concepts carries most of the weight in interviews and real-world systems.

## Empowering Carrot Ads with Domain Adaptive Learning

DevFeed: [Empowering Carrot Ads with Domain Adaptive Learning](<https://devfeed.tech/articles/empowering-carrot-ads-with-domain-adaptive-learning-20104.md>)

Original publisher: [Read original article](<https://tech.instacart.com/empowering-carrot-ads-with-domain-adaptive-learning-870730e6add5?source=rss----587883b5d2ee---4>)

Author: Xiyu Wang

Published: 2026-05-04T19:11:17Z

Content type: article

Language: en

Sources: [Instacart](<https://devfeed.tech/sources/instacart.md>)

Topics: [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [advertising](<https://devfeed.tech/tags/advertising.md>), [ai](<https://devfeed.tech/tags/ai.md>), [data](<https://devfeed.tech/tags/data.md>), [domain](<https://devfeed.tech/tags/domain.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [retail](<https://devfeed.tech/tags/retail.md>)

### AI overview

The article explains how Instacart applies Domain Adaptive Learning to Carrot Ads to address the cold-start problem for new retail partner websites. It describes transferring knowledge from Instacart Marketplace data to target domains to improve click-through-rate prediction and ad ranking with limited partner-specific interaction data.

### Source excerpt

Authors: Trey Zhong, Xiyu Wang Contributors: Joseph Haraldson, Sharad Gupta, Sarah Lamacchia Introduction Carrot Ads is Instacart's omnichannel retail media solution that allows retailer partners to build and scale their own advertising businesses on either their owned-and-operated (O&O) websites and apps or their whitelabel Storefront hosted by Instacart. Carrot Ads empowers retailers and CPG brands to accelerate revenue, while improving the customer experience, engagement and Ads return on investment. It features enterprise-grade infrastructure, AI-powered optimization, years of proprietary first-party data and flexibility to choose from retailer-sourced Ads demand, Instacart-sourced demand from 7,500+ CPG brands, or both. However, onboarding a new partner onto Carrot Ads introduces a key challenge: the 'cold start' problem, where limited historical interactions make it difficult to predict user behavior accurately. To serve performant ads, our systems rely on predicting a user's Click-Through Rate (CTR) to generate a ranking score. On the Instacart Marketplace, we have billions of historical signals to train a model to do so. But when a partner launches a new ads experience on their O&O e-commerce site, there is often little to no interaction history for that property, so training an accurate model becomes challenging. User behavior can vary dramatically between websites -- for example, browsing patterns on a grocery site differ from those on a pet supply or electronics site. Training a model from scratch for a new domain is data hungry. Conversely, directly deploying Instacart's existing Marketplace model often fails to capture the nuances of the partner's specific inventory and user base. To address this, we developed a Domain Adaptive Learning approach that transfers knowledge from Instacart's data-rich environment to new partner environments. By treating the Instacart Marketplace as a source domain and the partner's website as a target domain, we can transfer

## One GitHub Account, Many Domains: Deploying Family Sites with GitHub Pages

DevFeed: [One GitHub Account, Many Domains: Deploying Family Sites with GitHub Pages](<https://devfeed.tech/articles/one-github-account-many-domains-deploying-family-sites-with-github-pages-40121.md>)

Original publisher: [Read original article](<https://korbonits.com/blog/2026-03-23-one-github-account-many-domains/>)

Published: 2026-03-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Alex Korbonits](<https://devfeed.tech/sources/alex-korbonits.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [domain](<https://devfeed.tech/topics/domain.md>), [Astro](<https://devfeed.tech/topics/astro.md>), [hosting](<https://devfeed.tech/topics/hosting.md>)

Tags: [astro](<https://devfeed.tech/tags/astro.md>), [domain](<https://devfeed.tech/tags/domain.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [hosting](<https://devfeed.tech/tags/hosting.md>)

### AI overview

A practical guide to hosting multiple family-domain placeholder sites from one GitHub account using separate repositories, GitHub Pages custom domains, Astro, GitHub Actions, and DNS configuration.

### Source excerpt

How I spun up four placeholder sites for family domains in under an hour using GitHub Pages, Astro, and GitHub Actions -- all from a single account.

## How Vinted Standardizes Large-Scale Decentralized Data Pipelines

DevFeed: [How Vinted Standardizes Large-Scale Decentralized Data Pipelines](<https://devfeed.tech/articles/orchestrating-success-20441.md>)

Original publisher: [Read original article](<https://vinted.engineering//2025/12/29/orchestrating-success/>)

Author: Oscar Ligthart

Published: 2025-12-29T00:00:00Z

Content type: article

Language: en

Sources: [Vinted](<https://devfeed.tech/sources/vinted.md>)

Topics: [Data Infrastructure](<https://devfeed.tech/topics/data-infrastructure.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [airflow](<https://devfeed.tech/topics/airflow.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [airflow](<https://devfeed.tech/tags/airflow.md>), [business-logic](<https://devfeed.tech/tags/business-logic.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [domain](<https://devfeed.tech/tags/domain.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [pipelines](<https://devfeed.tech/tags/pipelines.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Vinted describes its migration to cloud-based data infrastructure and the challenges of coordinating dependencies across decentralized teams and domains. The article explains why relying on teams to hand-craft Airflow DAGs would add unnecessary complexity, and discusses adapting the conventional dbt-with-Airflow approach to Vinted's scale and cost constraints.

### Source excerpt

TL;DR: How Vinted standardizes large-scale decentralized data pipelines.

## Deploy Angular & Next.js apps with App Hosting, now GA!

DevFeed: [Deploy Angular & Next.js apps with App Hosting, now GA!](<https://devfeed.tech/articles/deploy-angular-next-js-apps-with-app-hosting-now-ga-16587.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/04/apphosting-general-availability>)

Author: Julia Reid; Jeff Huleatt

Published: 2025-04-09T06:01:00Z

Content type: release

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Angular](<https://devfeed.tech/topics/angular.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Cloud Run](<https://devfeed.tech/topics/cloud-run.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app-hosting](<https://devfeed.tech/tags/app-hosting.md>), [apps](<https://devfeed.tech/tags/apps.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [domain](<https://devfeed.tech/tags/domain.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [github](<https://devfeed.tech/tags/github.md>), [google-cloud-platform](<https://devfeed.tech/tags/google-cloud-platform.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [launch](<https://devfeed.tech/tags/launch.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [security](<https://devfeed.tech/tags/security.md>), [ssr](<https://devfeed.tech/tags/ssr.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase App Hosting has reached General Availability. The service provides managed hosting for Angular and Next.js web apps, including automated CI/CD, Cloud Run deployment for server-rendered content, global CDN caching, domain migration, and API-key secret management.

### Source excerpt

Ready to host your production server-rendered web apps on Google Cloud.

## Angular Architecture Guide To Building Maintainable Applications at Scale

DevFeed: [Angular Architecture Guide To Building Maintainable Applications at Scale](<https://devfeed.tech/articles/angular-architecture-guide-to-building-maintainable-applications-at-scale-21398.md>)

Original publisher: [Read original article](<https://nx.dev/blog/architecting-angular-applications>)

Author: Juri Strumpflohner

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

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [Angular](<https://devfeed.tech/topics/angular.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [angular](<https://devfeed.tech/tags/angular.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [design](<https://devfeed.tech/tags/design.md>), [development](<https://devfeed.tech/tags/development.md>), [domain](<https://devfeed.tech/tags/domain.md>), [domain-driven-design](<https://devfeed.tech/tags/domain-driven-design.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [key-angular](<https://devfeed.tech/tags/key-angular.md>), [key-architecture](<https://devfeed.tech/tags/key-architecture.md>), [maintainability](<https://devfeed.tech/tags/maintainability.md>), [modular](<https://devfeed.tech/tags/modular.md>), [nx](<https://devfeed.tech/tags/nx.md>), [scalable-architecture](<https://devfeed.tech/tags/scalable-architecture.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [structure](<https://devfeed.tech/tags/structure.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

A guide to architecting maintainable Angular applications at scale. It explains modular design, clear boundaries, dependency decoupling, layered and vertical architectures, and organizing code around business domains.

### Source excerpt

Learn how to build scalable Angular applications using domain-driven design, clear boundaries, and Nx tooling for better maintainability and team collaboration.

## ICANN Seeks Applicants for New Generic Top-Level Domains

DevFeed: [ICANN Seeks Applicants for New Generic Top-Level Domains](<https://devfeed.tech/articles/does-the-internet-really-need-even-more-tlds-30222.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/new-new-tlds.html>)

Published: 2024-12-05T01:47:38Z

Content type: opinion

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

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

Tags: [domain](<https://devfeed.tech/tags/domain.md>), [internet](<https://devfeed.tech/tags/internet.md>)

### AI overview

The article comments on ICANN seeking applicants for new generic top-level domain names and questions whether more top-level domains are needed.

### Source excerpt

ICANN announced it is looking for applicants for new generic top-level domain names (gTLDs) - but do we really need more TLDs? Really?

## Feature-based React Architecture

DevFeed: [Feature-based React Architecture](<https://devfeed.tech/articles/feature-based-react-architecture-18959.md>)

Original publisher: [Read original article](<https://www.robinwieruch.de/react-feature-architecture/>)

Author: Robin Wieruch

Published: 2024-11-25T05:50:46Z

Content type: tutorial

Language: en

Sources: [Robin Wieruch](<https://devfeed.tech/sources/robin-wieruch.md>)

Topics: [React](<https://devfeed.tech/topics/react.md>), [ui](<https://devfeed.tech/topics/ui.md>), [data](<https://devfeed.tech/topics/data.md>), [Framework](<https://devfeed.tech/topics/framework.md>)

Tags: [components](<https://devfeed.tech/tags/components.md>), [data](<https://devfeed.tech/tags/data.md>), [decoupling](<https://devfeed.tech/tags/decoupling.md>), [domain](<https://devfeed.tech/tags/domain.md>), [feature-based-react-architecture](<https://devfeed.tech/tags/feature-based-react-architecture.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [react](<https://devfeed.tech/tags/react.md>)

### AI overview

This tutorial explains how to organize large React applications with a feature-based architecture. It discusses decoupling features, focusing components and data-fetching functions on their domains, and separating related UI and database operations.

### Source excerpt

How to create a feature-based React architecture that allows large scale applications ...

## Homographic Spoofing: a new Ruby toolkit

DevFeed: [Homographic Spoofing: a new Ruby toolkit](<https://devfeed.tech/articles/homographic-spoofing-a-new-ruby-toolkit-33502.md>)

Original publisher: [Read original article](<https://dev.37signals.com/homographic-spoofing/>)

Author: Jacopo Beschi

Published: 2024-06-25T17:00:00Z

Content type: tutorial

Language: en

Sources: [37signals Dev](<https://devfeed.tech/sources/37signals-dev.md>)

Topics: [spoofing](<https://devfeed.tech/topics/spoofing.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [email](<https://devfeed.tech/topics/email.md>), [domain](<https://devfeed.tech/topics/domain.md>), [ASCII](<https://devfeed.tech/topics/ascii.md>)

Tags: [ascii](<https://devfeed.tech/tags/ascii.md>), [domain](<https://devfeed.tech/tags/domain.md>), [email](<https://devfeed.tech/tags/email.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [phishing](<https://devfeed.tech/tags/phishing.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [security](<https://devfeed.tech/tags/security.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>)

### AI overview

This article explains homograph attacks, in which visually similar Unicode characters are used to spoof identities in domains or email. It describes browser and email-client protections using Punycode and UTS #39, then introduces an open-source Ruby gem implementing those guidelines for IDNs and email addresses.

### Source excerpt

What is a homograph attack and how to protect from it with a new gem.

## How Changing a Blog's Domain Affected SEO Performance and Traffic

DevFeed: [How Changing a Blog's Domain Affected SEO Performance and Traffic](<https://devfeed.tech/articles/seo-kicks-my-stats-27705.md>)

Original publisher: [Read original article](<https://gagor.pro/2024/03/seo-kicks-my-stats/>)

Author: Tom

Published: 2024-03-03T00:00:00Z

Content type: article

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Search engine optimization (SEO)](<https://devfeed.tech/topics/seo.md>), [Website](<https://devfeed.tech/topics/website.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [domain](<https://devfeed.tech/tags/domain.md>), [domain-change-seo](<https://devfeed.tech/tags/domain-change-seo.md>), [domain-rank-analysis](<https://devfeed.tech/tags/domain-rank-analysis.md>), [global](<https://devfeed.tech/tags/global.md>), [international-seo](<https://devfeed.tech/tags/international-seo.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [multilingual-content](<https://devfeed.tech/tags/multilingual-content.md>), [performance](<https://devfeed.tech/tags/performance.md>), [seo](<https://devfeed.tech/tags/seo.md>), [seo-impact](<https://devfeed.tech/tags/seo-impact.md>), [strategy](<https://devfeed.tech/tags/strategy.md>), [website-traffic](<https://devfeed.tech/tags/website-traffic.md>)

### AI overview

The author describes moving a bilingual blog from timor.site to gagor.pl after a domain renewal became more expensive. Despite redirecting the content without changes, search impressions and traffic differed between the domains, and the author plans to organize the site by language to improve international visibility and SEO alignment.

### Source excerpt

Explore the impact of domain changes on SEO performance and traffic, and learn strategies to improve international visibility with multilingual content.

## Use of HTTPS Resource Records

DevFeed: [Use of HTTPS Resource Records](<https://devfeed.tech/articles/use-of-https-resource-records-30193.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/https-rrs.html>)

Published: 2023-11-14T01:35:15Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

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

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [dns](<https://devfeed.tech/tags/dns.md>), [domain](<https://devfeed.tech/tags/domain.md>), [https](<https://devfeed.tech/tags/https.md>)

### AI overview

An analysis of more than 225 million domain names examines current use of the new HTTPS DNS Resource Records.

### Source excerpt

An analysis of over 225 million domain names to determine the current use of the new HTTPS DNS Resource Records.

## Microservices in AWS: Migrating from a Monolith

DevFeed: [Microservices in AWS: Migrating from a Monolith](<https://devfeed.tech/articles/microservices-in-aws-migrating-from-a-monolith-18014.md>)

Original publisher: [Read original article](<https://blog.guilleojeda.com/microservices-in-aws-migrating-from-a-monolith>)

Author: Guillermo Ojeda

Published: 2023-08-29T01:36:01Z

Content type: article

Language: en

Sources: [Guille Ojeda](<https://devfeed.tech/sources/guille-ojeda.md>)

Topics: [Microservice](<https://devfeed.tech/topics/microservice.md>), [Microservices](<https://devfeed.tech/topics/microservices.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [API](<https://devfeed.tech/topics/api.md>), [Domain-driven design (DDD)](<https://devfeed.tech/topics/domain-driven-design.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [domain](<https://devfeed.tech/tags/domain.md>), [domain-driven-design](<https://devfeed.tech/tags/domain-driven-design.md>), [enterprise-architecture](<https://devfeed.tech/tags/enterprise-architecture.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [programming](<https://devfeed.tech/tags/programming.md>), [rest](<https://devfeed.tech/tags/rest.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>)

### AI overview

An article introducing microservices and explaining their defining characteristics: bounded-context ownership, independent construction, deployment and scaling, and communication through clearly defined APIs. It also cautions that microservices are not necessary for most applications.

### Source excerpt

The first rule about microservices is that you don't need microservices (for 99% of applications). They were invented as a REST-based implementation of Service-Oriented Architectures, which is an XML-based Enterprise Architecture pattern so complex t...

## TLD Domain Count Stats

DevFeed: [TLD Domain Count Stats](<https://devfeed.tech/articles/tld-domain-count-stats-30271.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/tldstats.html>)

Published: 2023-08-11T22:05:34Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

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

Tags: [domain](<https://devfeed.tech/tags/domain.md>), [number](<https://devfeed.tech/tags/number.md>)

### AI overview

The article presents counts of domain names grouped by top-level domain (TLD).

### Source excerpt

I got tired of not finding a good source of domain name stats, so I put together counts of all TLDs by number of domain names in them myself.

## Announcing Custom Domains on Fermyon Cloud

DevFeed: [Announcing Custom Domains on Fermyon Cloud](<https://devfeed.tech/articles/announcing-custom-domains-on-fermyon-cloud-15158.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/announcing-custom-domains>)

Author: MacKenzie Olson

Published: 2023-07-26T16:00:00Z

Content type: release

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [domain](<https://devfeed.tech/topics/domain.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [custom](<https://devfeed.tech/tags/custom.md>), [domain](<https://devfeed.tech/tags/domain.md>)

### AI overview

Fermyon Cloud now supports custom domains, allowing users to bring their own domain while Fermyon manages the rest.

### Source excerpt

Today, we are excited to announce support for custom domains on Fermyon Cloud - bring your domain, and we'll handle the rest.

## Kotlin Coroutines use cases for Domain Layer

DevFeed: [Kotlin Coroutines use cases for Domain Layer](<https://devfeed.tech/articles/kotlin-coroutines-use-cases-for-domain-layer-39244.md>)

Original publisher: [Read original article](<https://kt.academy/article/cc-use-cases-domain-layer>)

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

Content type: tutorial

Language: en

Sources: [Kt. Academy](<https://devfeed.tech/sources/kt-academy.md>)

Topics: [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Coroutines](<https://devfeed.tech/topics/coroutines.md>), [kotlin-coroutines](<https://devfeed.tech/topics/kotlin-coroutines.md>), [domain](<https://devfeed.tech/topics/domain.md>), [Development](<https://devfeed.tech/topics/development.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [coroutines](<https://devfeed.tech/tags/coroutines.md>), [domain](<https://devfeed.tech/tags/domain.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-coroutines](<https://devfeed.tech/tags/kotlin-coroutines.md>), [programming](<https://devfeed.tech/tags/programming.md>), [programming-language](<https://devfeed.tech/tags/programming-language.md>), [workshop-learning-programming](<https://devfeed.tech/tags/workshop-learning-programming.md>)

### AI overview

This tutorial explains how Kotlin Coroutines are used in the Domain Layer.

### Source excerpt

How do we use Kotlin Coroutines in the Domain Layer.

## Debugging App Links in Android 12 🔗

DevFeed: [Debugging App Links in Android 12 🔗](<https://devfeed.tech/articles/debugging-app-links-in-android-12-26167.md>)

Original publisher: [Read original article](<https://zarah.dev/2022/02/08/android12-deeplinks.html>)

Author: Zarah Dominguez

Published: 2022-02-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Zarah Dominguez](<https://devfeed.tech/sources/zarah-dominguez.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [debug](<https://devfeed.tech/topics/debug.md>), [App](<https://devfeed.tech/topics/app.md>), [Website](<https://devfeed.tech/topics/website.md>), [browser](<https://devfeed.tech/topics/browser.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [browser](<https://devfeed.tech/tags/browser.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [deeplinks](<https://devfeed.tech/tags/deeplinks.md>), [domain](<https://devfeed.tech/tags/domain.md>), [figure](<https://devfeed.tech/tags/figure.md>), [permission](<https://devfeed.tech/tags/permission.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

A tutorial on debugging Android App Links in Android 12. It explains the domain-approval behavior introduced in Android 12 and outlines checks for website association, domain verification, and user permissions using documentation, APIs, and ADB.

### Source excerpt

I have been working with deeplinks lately and I noticed that quite a few things have changed since I last worked with them. The most important change is quoted in the list of Android 12 behaviour changes:

## How to get a free .tech domain, connect it to GitHub pages and get a free SSL certificate

DevFeed: [How to get a free .tech domain, connect it to GitHub pages and get a free SSL certificate](<https://devfeed.tech/articles/how-to-get-a-free-tech-domain-connect-it-to-github-pages-and-get-a-free-ssl-certificate-25679.md>)

Original publisher: [Read original article](<https://blog.sanskar10100.dev/how-to-get-a-free-tech-domain-connect-it-to-github-pages-and-get-a-free-ssl-certificate>)

Author: Sanskar Agrawal

Published: 2021-12-31T15:21:54Z

Content type: tutorial

Language: en

Sources: [Sanskar's Stuff](<https://devfeed.tech/sources/sanskar-s-stuff.md>)

Topics: [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [copy](<https://devfeed.tech/tags/copy.md>), [dns](<https://devfeed.tech/tags/dns.md>), [domain](<https://devfeed.tech/tags/domain.md>), [free](<https://devfeed.tech/tags/free.md>), [github](<https://devfeed.tech/tags/github.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [technology](<https://devfeed.tech/tags/technology.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A tutorial explains how developers can obtain a free .tech domain through the GitHub Student Developer Pack, connect it to a GitHub Pages site with DNS records, and configure Cloudflare nameservers to obtain a free SSL certificate.

### Source excerpt

.tech domains are excellent personal domain names for developers because they basically put up your tech role upfront without even having to open your website. You can get one for free (for a year) by signing up for the GitHub Student Developer Pack ...

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