diff --git a/src/content/events/2024-05-14-frankenjs-x-hackbay.md b/src/content/events/2024-05-14-frankenjs-x-hackbay.md index c35a5ea..6429b66 100644 --- a/src/content/events/2024-05-14-frankenjs-x-hackbay.md +++ b/src/content/events/2024-05-14-frankenjs-x-hackbay.md @@ -7,7 +7,7 @@ address: "Z-Bau, Frankenstraße 200, 90461 Nürnberg" startDateTime: 2024-05-14T16:30:00.000+01:00 endDateTime: 2024-05-14T22:00:00.000+01:00 talks: - - manfred-steyer-to-be-announced + - effective-rules-for-successfully-using-signals - analogjs-the-vite-powered-angular-meta-framework - tim-pietrusky-to-be-announced sponsors: diff --git a/src/content/speakers/_images/manfred-steyer.webp b/src/content/speakers/_images/manfred-steyer.webp new file mode 100644 index 0000000..4b97e3d Binary files /dev/null and b/src/content/speakers/_images/manfred-steyer.webp differ diff --git a/src/content/speakers/manfred-steyer.json b/src/content/speakers/manfred-steyer.json index ca23cea..3b70a34 100644 --- a/src/content/speakers/manfred-steyer.json +++ b/src/content/speakers/manfred-steyer.json @@ -1,5 +1,6 @@ { "name": "Manfred Steyer", - "company": "angulararchitects.io" + "company": "angulararchitects.io", + "xUrl": "https://x.com/ManfredSteyer" } \ No newline at end of file diff --git a/src/content/talks/effective-rules-for-successfully-using-signals.md b/src/content/talks/effective-rules-for-successfully-using-signals.md new file mode 100644 index 0000000..6326611 --- /dev/null +++ b/src/content/talks/effective-rules-for-successfully-using-signals.md @@ -0,0 +1,6 @@ +--- +title: "3 Effective Rules for Successfully Using Signals in Angular" +abstract: "It is undisputed that Signals will shape the future of Angular. At first glance, Signals seem very easy to use—like variables with getters and setters. However, if you start using them that way, you run into several pitfalls. To prevent such situations, we discuss 3 effective rules of thumb that help you take advantage of the advantages of Signals and reactive systems in general and make your source code more maintainable.You will be surprised by the difference these three rules can make!" +speakers: + - "manfred-steyer" +--- \ No newline at end of file diff --git a/src/content/talks/manfred-steyer-to-be-announced.md b/src/content/talks/manfred-steyer-to-be-announced.md deleted file mode 100644 index 67ad072..0000000 --- a/src/content/talks/manfred-steyer-to-be-announced.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "To be announced" -abstract: "" -speakers: - - "manfred-steyer" ---- \ No newline at end of file