diff --git a/.direnv/flake-profile b/.direnv/flake-profile new file mode 120000 index 0000000..0c05709 --- /dev/null +++ b/.direnv/flake-profile @@ -0,0 +1 @@ +flake-profile-1-link \ No newline at end of file diff --git a/.direnv/flake-profile-1-link b/.direnv/flake-profile-1-link new file mode 120000 index 0000000..0474887 --- /dev/null +++ b/.direnv/flake-profile-1-link @@ -0,0 +1 @@ +/nix/store/p7z5gbs1jx39z6x9mb6rgg3izkkjgw24-nix-shell-env \ No newline at end of file diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..44610e5 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake; diff --git a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-32.png b/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-32.png deleted file mode 100644 index 90dfd7a..0000000 Binary files a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-32.png and /dev/null differ diff --git a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-51.png b/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-51.png deleted file mode 100644 index 0f4f9d5..0000000 Binary files a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-51.png and /dev/null differ diff --git a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-26.png b/src/assets/eai-xmpp/privateChat.png similarity index 100% rename from src/assets/eai-xmpp/Screenshot From 2026-03-04 19-20-26.png rename to src/assets/eai-xmpp/privateChat.png diff --git a/src/assets/eai-xmpp/Screenshot From 2026-03-04 19-21-04.png b/src/assets/eai-xmpp/publicChat.png similarity index 100% rename from src/assets/eai-xmpp/Screenshot From 2026-03-04 19-21-04.png rename to src/assets/eai-xmpp/publicChat.png diff --git a/src/content/blog/personal/fileclap.mdx b/src/content/blog/personal/fileclap.mdx index 89438cd..3124a76 100644 --- a/src/content/blog/personal/fileclap.mdx +++ b/src/content/blog/personal/fileclap.mdx @@ -16,7 +16,7 @@ import search from "@assets/fileclap/search.png"; p { color: #cacbcd} a { color: #cacbcd } nav::after { background: #101828; } - img { border: 10px solid; + img { border: 5px solid; border-color: #ffdf20; } ul li { color: #ffdf20; diff --git a/src/content/blog/personal/general.md b/src/content/blog/personal/general.md index 28746e0..0fa6820 100644 --- a/src/content/blog/personal/general.md +++ b/src/content/blog/personal/general.md @@ -15,7 +15,7 @@ body { background: #19171a } .wrapper, nav::after {background: #0a090a } p, a, ul { color: #e2e2e2} img { - border: 10px solid; + border: 5px solid; border-color: #f90f91; } diff --git a/src/content/blog/personal/horsa.md b/src/content/blog/personal/horsa.md index 8c7fa74..26846fa 100644 --- a/src/content/blog/personal/horsa.md +++ b/src/content/blog/personal/horsa.md @@ -16,7 +16,7 @@ body {background: #27272a } .wrapper, nav::after {background: #18181b } p, a, ul { color: #e2e2e2} img { - border: 10px solid; + border: 5px solid; border-color: #bb4d00; } diff --git a/src/content/blog/personal/osuProgress.md b/src/content/blog/personal/osuProgress.md index 0964450..0e9551f 100644 --- a/src/content/blog/personal/osuProgress.md +++ b/src/content/blog/personal/osuProgress.md @@ -13,7 +13,7 @@ body { background: #171a1c } .wrapper, nav::after {background: #22282a } p, a, ul { color: #cda637 } img { - border: 10px solid; + border: 5px solid; border-color: #aaaeaf; } diff --git a/src/content/blog/personal/pwaplayer.md b/src/content/blog/personal/pwaplayer.md index 6184dad..a99a4fd 100644 --- a/src/content/blog/personal/pwaplayer.md +++ b/src/content/blog/personal/pwaplayer.md @@ -14,7 +14,7 @@ pubDate: "Jul 08 2022" body, .wrapper, nav::after {background: #1c1719 } a, p, ul { color: #ec4889} img { - border: 10px solid; + border: 5px solid; border-color: #eab308; } diff --git a/src/content/blog/university/eai-presentation.md b/src/content/blog/university/eai-presentation.md index c899883..9bd2c62 100644 --- a/src/content/blog/university/eai-presentation.md +++ b/src/content/blog/university/eai-presentation.md @@ -2,6 +2,7 @@ title: "eai-presentation-frameworks" description: "Lorem ipsum dolor sit amet" pubDate: "Jul 08 2022" +gitLink: "https://github.com/JuLi0n21/eai-presentation-oriented-integration" --- + +# Enterprise application Integegration + +This small module was focused on the Integration of already existing Websites into a new One. + +In the past this was commonly done using IFrames, while their straight forward to use they make (for good reason) sharing ressources and data between the host website and added one very difficult and needed crazy work arounds. So today one would look at other presentation frameworks for example java Portellts, while a great technology the overhead and night mare it was to work with left many people rather build a new one. In the current times the framework Module Federation has picked up Steam. It allows to Natively Integrate exported Components on a configured Website, while its still a bit of work to configure, its still less and allows connections to a majority of modern frontend frameworks + +