Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
docs: one size doesnt fit all architecture talk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Stepien committed Jul 19, 2024
1 parent 8afcd54 commit 214dc78
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 56 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Stępień"
]
}
Original file line number Diff line number Diff line change
@@ -1,57 +1,42 @@
{
"speakers": [
{
"name": "Jan Stępień",
"bio": "About",
"companyName": "",
"companyUrl": "",
"githubUrlOrHandle": "",
"xUrlOrHandle": "",
"linkedinUrlOrHandle": "",
"webUrl": ""
}
],
"title": "One Size Doesn't Fit All: Tailoring Flutter Architectures for Team and Business Success",
"description": "In the fast-paced world of startups, idealism often needs to adapt.\r\nJoining a small team, I faced the challenge of balancing long-term architecture with immediate business needs.\r\nWe embraced a pragmatic approach, prioritizing features while gradually refactoring when possible.\r\nThis meant shared responsibility for testing and maintaining code. While not ideal, it fostered flexibility and helped us create a \"good enough\" workflow for our unique environment.\r\nThis experience taught me the importance of tailoring development strategies to team strengths and project realities.\r\n\r\nI would like to share with you the takeaways for the project and key concepts that you should be aware of when scheduling long term, large scale refactor of the app.",
"videoUrl": "",
"resources": [
{
"label": "Slides/Blog/...",
"url": ""
}
],
"recommendations": [
{
"tool": "",
"url": "",
"comment": ""
}
],
"level": "Introductory and overview/Intermediate/Advanced/Expert",
"topics": [
"Accessibility",
"Animations",
"Application Architecture - Navigation",
"Custom Painting - Render Objects - Rendering",
"Dart 3 Language Features",
"Dart on the server",
"Enterprise - Tech Leadership",
"Firebase & Flutter",
"Flutter Multiplatform (Desktop, Web, Embedded, etc)",
"Flutter Widgets & Layouts",
"Game Development",
"Networking (GraphQl, APIs, etc.)",
"Package & Plugin Development",
"Security",
"State Management",
"Testing",
"Third Party Libraries"
],
"day": "Wednesday",
"time": "2:35 PM",
"startsAt": "2024-07-03T12:35:00.000Z",
"endsAt": "2024-07-03T13:15:00.000Z",
"room": "Flutter Forest",
"format": "Session"
}

"speakers": [
{
"name": "Jan Stępień",
"bio": "About",
"companyName": "OneRoof",
"companyUrl": "https://www.oneroofapp.com/",
"githubUrlOrHandle": "https://github.com/Jan-Stepien",
"xUrlOrHandle": "",
"linkedinUrlOrHandle": "https://www.linkedin.com/in/jan-stepien-developer/",
"webUrl": ""
}
],
"title": "One Size Doesn't Fit All: Tailoring Flutter Architectures for Team and Business Success",
"description": "In the fast-paced world of startups, idealism often needs to adapt.\r\nJoining a small team, I faced the challenge of balancing long-term architecture with immediate business needs.\r\nWe embraced a pragmatic approach, prioritizing features while gradually refactoring when possible.\r\nThis meant shared responsibility for testing and maintaining code. While not ideal, it fostered flexibility and helped us create a \"good enough\" workflow for our unique environment.\r\nThis experience taught me the importance of tailoring development strategies to team strengths and project realities.\r\n\r\nI would like to share with you the takeaways for the project and key concepts that you should be aware of when scheduling long term, large scale refactor of the app.",
"videoUrl": "",
"resources": [
{
"label": "Slides",
"url": "https://github.com/Jan-Stepien/fluttercon-architecture-presentation/tree/main"
}
],
"recommendations": [
{
"tool": "",
"url": "",
"comment": ""
}
],
"level": "Introductory and overview/Intermediate/Advanced/Expert",
"topics": [
"Application Architecture - Navigation",
"Enterprise - Tech Leadership",
"State Management"
],
"day": "Wednesday",
"time": "2:35 PM",
"startsAt": "2024-07-03T12:35:00.000Z",
"endsAt": "2024-07-03T13:15:00.000Z",
"room": "Flutter Forest",
"format": "Session"
}

0 comments on commit 214dc78

Please sign in to comment.