-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(2024): add 2 speakers * feat(2024): add placeholder * feat(2024): add ticket link * feat(2024): add ticket link * feat(2024): minor changes
- Loading branch information
Showing
9 changed files
with
109 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
const Placeholder = () => { | ||
return ( | ||
<> | ||
<p> | ||
Nick is a Software Engineer with a passion for education and helping | ||
others learn and grow. After growing up in Perth, Nick moved to Sydney | ||
to study Engineering at the University of New South Wales where he went | ||
on to work as a casual academic.{" "} | ||
</p> | ||
<p> | ||
Nick overhauled multiple undergraduate computing courses to improve | ||
student experience which has impacted thousands of students. While at | ||
university, Nick also worked at WiseTech Global, Channel Nine and | ||
Atlassian developing his craft as a Software Engineer. Nick now works as | ||
a Software Engineer at Atlassian and oversees the software development | ||
at a Perth-based startup called The Growth Hunting Company.{" "} | ||
</p> | ||
<p> | ||
At Atlassian, Nick works on Post Office, Atlassian’s new unified | ||
messaging platform to power emails, notifications and in-product | ||
messaging. He works day-to-day with TypeScript, React and BitBucket CI | ||
pipelines in Atlassian’s Monorepo. | ||
</p> | ||
<p> | ||
Nick’s talk is titled “Why you should pay more attention to | ||
non-functional requirements” and discusses how we focus on the wrong | ||
thing - what we’re building - when we should be focusing on how we’re | ||
building it, in software engineering. | ||
</p> | ||
</> | ||
); | ||
}; | ||
|
||
export default Placeholder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
const Placeholder = () => { | ||
return ( | ||
<> | ||
<p> | ||
Chris Peters is an Associate Director in Personal Technology Automation | ||
at Macquarie Group. He is passionate about automation, and for the past | ||
10 years has been involved in creating restAPIs with .net core and | ||
various front-end frameworks, automating common business reporting and | ||
IT support tasks. Chris has over 20 years of professional work | ||
experience having worked as a Senior System Analyst at Abbott | ||
Laboratories and a Primary Developer at Menoko, prior to joining | ||
Macquarie Group 6 years ago. He now leads a team of passionate | ||
developers who he enjoys working with to deliver modern applications and | ||
new automation opportunities, helping to drive dramatic business growth. | ||
</p> | ||
<p> | ||
Chris is excited to be speaking at this year’s Techspire event. His | ||
speech will explore how “you are already becoming the leader you will be | ||
in 30 years”, and will draw on his own learnings from his career to | ||
date. | ||
</p> | ||
</> | ||
); | ||
}; | ||
|
||
export default Placeholder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.