social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.9K
active users

#ddd

1 post1 participant1 post today

Я дуже задоволений як працює #Google #Gemini версії 2.5 Pro. Наразі моя улюблена #LLM.
Чудово мені допомагає у дискусіях щодо дизайну моїх класів, таблиць бази даних та архітектури в цілому.
Підкреслює переваги того чи іншого підходу, звертає увагу на недоліки та особливості. Наполягає на зміні мого підходу, якщо він не відповідає #DDD і може призвести до складнощів в майбутньому.

Побачимо яким Gemini буде за півроку, коли в продаж надійде #Pixel10Pro. Якщо знову будуть давати в подарунок річну підписку, то це суттєвий фактор заміни #Pixel9Pro.

@ua @rada

It should be recognized that reducing a team's cognitive load includes speaking the same language as the business in specific contexts.

The cognitive energy required to translate from business concepts to technical concepts, and technical concepts to business concepts, is enormous.

Do you need to reduce cognitive load? Start with a common language. #DDDesign #DDD #DomainDrivenDesign

Will AI untangle your Big Ball of Mud? 🤔

Can it identify your Bounded Contexts?

Can it architect your systems with clarity and purpose?

Not yet. But "Implementing Domain-Driven Design" (DDD) will.

Learning is essential—but applying that knowledge is what truly transforms your organization. Are you ready to put your knowledge to work?

Join me for hands-on learning to tackle complexity.

Register today.

kalele.io/iddd-workshop

Continued thread

👆💡 Why attend?
✅ Master strategic and tactical DDD
✅ Grasp Event-Driven Architecture
✅ Tackle complex domain models effectively
✅ Gain practical insights from real-world case studies
✅ Get direct access my Q&A and discussions

📅 4 half-day sessions in your time zone equivalent:

14:00 Berlin CET
09:00 AM New York EDT

Don’t miss this opportunity to elevate your skills and bring lasting value to your software development efforts kalele.io

KaleleDomain-Driven Design Consulting and TrainingConsultants, trainers and mentors helping executives and software engineers. Experts in driving strategic innovation with Domain-Driven Design

Reflecting on past hypes in software development after 18 years in the industry.

Things that lived up to their hype:

Agile Software Development
RESTful API Design
Domain Driven Design
DevOps
Containerization
Event Driven Architecture
Team Topologies

Things that didn't live up to their hype:

SOA
Hexagonal Architecture
Blockchain
Event Sourcing
Reactive Programming

Things in between:

Microservices
Machine Learning

To be seen:

AI

@itsalrightiguess
tr td:nth-child(1) {
width: 100px;
word-wrap: break-word;
border-bottom: 1px solid var(--font);
}

@media (prefers-color-scheme: light) {
:root {
--font: #444;
}
}

@media (prefers-color-scheme: dark) {
:root {
--font: ;
}
}

Sorting tables is a little bit more difficult and requires the language made by the devil themself **JavaScript**; but this could work:
w3.org/WAI/ARIA/apg/patterns/t

Web Accessibility Initiative (WAI)Sortable Table ExampleBy W3C Web Accessibility Initiative (WAI)