ewolff, to random German
@ewolff@mastodon.social avatar

Für mein FLEX-Training bei @socreatory vom 3.-6.6.2024 ist NOCH EIN PLATZ frei. Lernt alles über , und flexible Architekturen https://www.socreatory.com/de/trainings/flex

greggyb, to random
@greggyb@mastodon.sdf.org avatar

I came up with a thing in today and I am unsure about it. I don't know if it's cute, useless, or useful; I cannot see far enough ahead to understand its implications.

type ErrExn = | Err of DomainError | Exn of System.Exception

This DU unifies domain errors (that are represented in a user-written DU) and exceptions.

I'd expect it to be in a function with a signature of 'a -> Result<'b, ErrExn>.

I don't know if this gives value over separate domain errors and exceptions.

Thoughts?

giuliohome,
@giuliohome@mastodon.world avatar

@pblasucci @chethusk @greggyb
"Let it bubble up and crash" is also more in line with and modern 10 factor app principles.
It's not "crash" though, it is "shut down gracefully"
For a worker , graceful shutdown is achieved by returning the current job to the work .

mobileatom, to random
@mobileatom@flipboard.com avatar
coldclimate, to devops
@coldclimate@hachyderm.io avatar

I've sent a little time this morning searching for articles around "patterns for service to service authentication" and found a couple of bits.

I'm trying to document/evangelise that evolution of patterns is OK (in fact preferable) to long cycle large shifts.
Anyone got any go to posts about intraService authN/authZ patterns ? I hate to say . ps

kito99, to architecture

#71 has been out for while! @kito99 @javajuneau @dhinojosa talk with #microservices expert and @JavaChampions @crichardson about #eventuate, #architecture, #kafka, #redpanda and more! https://buff.ly/3vWivyg

TeamTopologies, to devops
@TeamTopologies@mastodon.social avatar

🚀 Unveiling Key Insights from Our Mini-Book for Business Transformation!

🔗https://teamtopologies.com/all-mini-books/mini-book-organization-dynamics-with-team-topologies

1️⃣ Monolith to Microservices

2️⃣ Cognitive Load Matters

3️⃣ Kubernetes & Team Dynamics

4️⃣ Right DevOps Tools

5️⃣ Hire DevOps Enablers

6️⃣ Team Interactions in DevOps

itnewsbot, to Java
@itnewsbot@schleuss.online avatar

Graal Cloud Native adds Google Cloud Platform support - Oracle has introduced Graal Cloud Native 4.2.1, a curated, Oracle-supported build of t... - https://www.infoworld.com/article/3713004/graal-cloud-native-adds-google-cloud-platform-support.html#tk.rss_all

coldclimate, to devops
@coldclimate@hachyderm.io avatar

I'm looking for a tool I swear I've seen but cannot find. When running a load of locally, it caught all the Docker logs and made them nicely searchable, graphable etc without being a stinking great ElkStack. What was it?

itnewsbot, to CloudComputing
@itnewsbot@schleuss.online avatar

How to make Kubernetes work at the edge - Kubernetes and edge computing are poised to power the new generation of applications, ... - https://www.infoworld.com/article/3712563/how-to-make-kubernetes-work-at-the-edge.html#tk.rss_all

_chrismay, to random
@_chrismay@fosstodon.org avatar

For those of you with an event-driven microservice app, how do you document the events and dependencies for developers and the business?

itnewsbot, to ProgrammingLanguages
@itnewsbot@schleuss.online avatar

Why IT execs need to consider GraphQL - Enterprise IT has long been a morass of oft-conflicting infrastructure choices, and re... - https://www.infoworld.com/article/3712544/why-it-execs-need-to-consider-graphql.html#tk.rss_all

ewolff, to random
@ewolff@mastodon.social avatar

My book - A Practical Guide is on !
Suggested price $24.99
get it for $14.49
https://leanpub.com/practical-microservices/c/LeanpubWeeklySale2024Jan26

barubary, to random

Microservices are great if you hate types and just want to pass strings around.

ovid, to random
@ovid@fosstodon.org avatar

Building a new system? Need it to scale massively? Don't start with

https://ovid.github.io/articles/dont-start-with-microservices.html

ovid, to programming
@ovid@fosstodon.org avatar

Whenever I post about , I get detractors pointing out problems with them, or I get people cheering them on.

I decided to write a full article explaining many of the pros and cons you should consider if you're thinking about microservices. It's a bit of a longer read, but it's an important topic that a small toot won't cover.

https://ovid.github.io/articles/microservices-pros-and-cons.html

ovid, to programming
@ovid@fosstodon.org avatar

Though have their downsides (robustness is achieved via greater complexity), perhaps their single greatest benefit is simple. When designed well, they send and receive data. No shared memory.

That's an entire class of bugs wiped out (except inside the service, of course).

ConFooCa, to random
@ConFooCa@techhub.social avatar

🔍 Next February, join @frankel to discover pragmatic techniques for chopping your monolithic app. https://confoo.ca/en/2024/session/chopping-the-monolith

heisedeveloper, to ChatGPT German

software-architektur.tv: Besteht ChatGPT die iSAQB-Advanced-Level-Prüfung?

Auch diese Woche präsentiert iX eine neue Folge von Eberhard Wolffs Videocast: Diesmal spricht er mit Ralf D. Müller über ChatGPTs Prüfungsreife.

https://www.heise.de/news/software-architektur-tv-Besteht-ChatGPT-die-iSAQB-Advanced-Level-Pruefung-9574316.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege

heisedeveloper, to news German

software-architektur.tv: Fishbowl: Wege für IT-Nachwuchs und Quereinsteiger

iX präsentiert Eberhard Wolffs Videocast. Diesmal live von den IT-Tagen: Eine Diskussion mit Publikum und Expertinnen und Experten über den IT-Fachkräftemangel.

https://www.heise.de/news/software-architektur-tv-Fishbowl-Wege-fuer-IT-Nachwuchs-und-Quereinsteiger-9570171.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege

_chrismay, to random
@_chrismay@fosstodon.org avatar

My friends, I have been asked to think about how to convert a project to microservices.

What have you seen that has done well with that pattern?

At some point, I thought there was a good article that describes when/how that makes sense, but I didn't save it.

And constructive advice is welcomed!

ovid, to programming
@ovid@fosstodon.org avatar

If wasn't dying out, I'd want to learn more and seek work. The world's largest telephony over ATM network ran on Erlang and had 9 nines (!) of availability. That's 31 milliseconds of downtime per year.

Part of why it was so reliable is that it's a language which basically makes you write for all functionality, but with much of the infrastructure support built in. What an amazing technology.

, and are written in Erlang.

https://en.wikipedia.org/wiki/Erlang_(programming_language)

frankel, to random
@frankel@mastodon.top avatar
frankel, to random
@frankel@mastodon.top avatar

On December 9th, I'll be in Warsaw to represent for a talk on and at Ya!VaConf.

Join me there and register now for a -20% discount!

https://yavaconf.com/registration.html

itnewsbot, to microsoft
@itnewsbot@schleuss.online avatar

What’s new and improved in Microsoft’s .NET 8 - One of the recurring themes of recent developer platform and tool releases, especially... - https://www.infoworld.com/article/3710630/whats-new-and-improved-in-microsofts-net-8.html#tk.rss_all .net -native

fosslife, to Kubernetes
@fosslife@fosstodon.org avatar

Understanding the Cloud Native Space: CNCF offers a glossary of useful terms to know https://www.fosslife.org/glossary-cloud-native-terms-know

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • Durango
  • Youngstown
  • everett
  • slotface
  • rosin
  • cubers
  • mdbf
  • ngwrru68w68
  • anitta
  • GTA5RPClips
  • cisconetworking
  • osvaldo12
  • ethstaker
  • Leos
  • khanakhh
  • normalnudes
  • tester
  • modclub
  • tacticalgear
  • megavids
  • provamag3
  • lostlight
  • All magazines