Skip to content

Commit

Permalink
Merge pull request #53 from ahmedhmf/master
Browse files Browse the repository at this point in the history
adding frankenjs X event
  • Loading branch information
BaggersIO authored Apr 9, 2024
2 parents 59e6979 + 2d489cd commit 7d04f3d
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/frankenjs.github.io.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/content/companies/_images/itlabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/content/companies/itlabs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "IT-Labs",
"website": "https://www.it-labs.de/",
"logo": "./_images/itlabs.svg"
}
17 changes: 17 additions & 0 deletions src/content/events/2024-05-14-frankenjs-x-hackbay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "FrankenJS X - Celebrate 10 Years"
city: "Nürnberg"
seats: 100
meetupUrl: "https://www.meetup.com/frankenjs/events/300294450/"
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
- analogjs-the-vite-powered-angular-meta-framework
- tim-pietrusky-to-be-announced
sponsors:
- kindOfSupport: 'Hosting and Catering'
company: 'zollhof'
---

Binary file added src/content/speakers/_images/robin-goetz.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/content/speakers/manfred-steyer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

{
"name": "Manfred Steyer",
"company": "angulararchitects.io"
}
8 changes: 8 additions & 0 deletions src/content/speakers/robin-goetz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

{
"name": "Robin Götz",
"company": "NeuroTrainer Inc.",
"biography": "Developer working with Angular, Spring and AWS. AnalogJs core team & creator of spartan/ui.",
"xUrl": "https://x.com/goetzrobin",
"linkedInUrl": "https://www.linkedin.com/in/robingoetz/"
}
7 changes: 7 additions & 0 deletions src/content/speakers/tim-pietrusky.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

{
"name": "Tim Pietrusky",
"company": "Blibla",
"xUrl": "https://twitter.com/NERDDISCO",
"linkedInUrl": " https://twitter.com/NERDDISCO "
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "AnalogJs - The Vite powered Angular meta-framework"
abstract: |
This talk introduces AnalogJs to the audience. It gives insight into how AnalogJs takes full-stack Angular development to the next level. It shows how it adds file-based routing and Nitro powered API routes. It introduces hybrid SSR/SSG support & zero (or minimal) config deploys to cloud providers. Finally, it goes lays out clearly the technology driving the framework, Vite, and shows, with the help of Single File Components (.analog), how incredibly powerful it is. It compares AnalogJs' embrace of going all in on Vite with Angular deciding to use Vite as a dev server, but ultimately keeping it an implementation detail of their CLI. While the talk is still in the works this article I wrote lays the ground work: https://angularindepth.com/posts/1523/angular-analog-and-vite
speakers:
- "robin-goetz"
---
6 changes: 6 additions & 0 deletions src/content/talks/manfred-steyer-to-be-announced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "To be announced"
abstract: ""
speakers:
- "manfred-steyer"
---
6 changes: 6 additions & 0 deletions src/content/talks/tim-pietrusky-to-be-announced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "To be announced"
abstract: ""
speakers:
- "tim-pietrusky"
---

0 comments on commit 7d04f3d

Please sign in to comment.