diff --git a/.gitignore b/.gitignore index 7c794aa..6ba0920 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ .httr-oauth .DS_Store .quarto + +/.quarto/ diff --git a/_site/about.html b/_site/about.html index e609ee9..12aba01 100644 --- a/_site/about.html +++ b/_site/about.html @@ -7,7 +7,7 @@ -Data Burns - Welcome +Data Burns - About Me @@ -148,7 +85,11 @@ + @@ -168,7 +109,7 @@
-

PersonalWebsite

+

Gareth Burns

@@ -183,14 +124,9 @@

PersonalWebsite

-

This is a Quarto website.

-

To learn more about Quarto websites visit https://quarto.org/docs/websites.

-
-
1 + 1
-
-
[1] 2
-
-
+

Welcome!

+

This is a my personal website that is still under construction but feel free to use the existing resources, whilst it’s being set up.

+

If you have any feedback please DM me on Twitter or LinkedIn.

diff --git a/_site/search.json b/_site/search.json index cfa14c4..9784f33 100644 --- a/_site/search.json +++ b/_site/search.json @@ -44,15 +44,15 @@ { "objectID": "about.html", "href": "about.html", - "title": "Welcome", + "title": "About Me", "section": "", - "text": "Welcome!\nThis site is still under construction but feel free to use the existing resources.\nI’ve been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I’ve made lots of mistakes and often several times!\nThere’s a lot of good technical resources online but what I’ve found when speaking to junior staff there’s less information on the experiences and expectations. Senior staff didn’t get to their technical ability without many frustrations and these are ok!\nI’ve found software development is a very risk averse industry. Requirements are gathered up front and making a seemingly simple change can have cascading effects on the software which leads to individuals wanting to work within very defined boundaries. Having two children of my own I’ve learnt that the only way to learn is to make mistakes! If you only did what you know you could do, you’d never learn to crawl, walk or talk. Children will happily fall over a dozen times in a row but eventually they’ll be walking.\nI’ve done a lot of in-house lunchtime knowledge transfer sessions, these were generally aimed at novice R users wanting to improve their analysis scripts through writing functions or packages. Bringing these together online will hopefully be of use to novice users. They’re not aimed at being a definitive resource but an alternative explanation to technical documentation, providing the minimal steps people require to get a functional benefit ." + "text": "I’ve been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I’ve made lots of mistakes and often several times!\nThere’s a lot of good technical resources online but what I’ve found when speaking to junior staff there’s less information on the experiences and expectations. Senior staff didn’t get to their technical ability without many frustrations and these are ok!\nI’ve found software development is a very risk averse industry. Requirements are gathered up front and making a seemingly simple change can have cascading effects on the software which leads to individuals wanting to work within very defined boundaries. Having two children of my own I’ve learnt that the only way to learn is to make mistakes! If you only did what you know you could do, you’d never learn to crawl, walk or talk. Children will happily fall over a dozen times in a row but eventually they’ll be walking.\nI’ve done a lot of in-house lunchtime knowledge transfer sessions, these were generally aimed at novice R users wanting to improve their analysis scripts through writing functions or packages. Bringing these together online will hopefully be of use to novice users. They’re not aimed at being a definitive resource but an alternative explanation to technical documentation, providing the minimal steps people require to get a functional benefit ." }, { "objectID": "index.html", "href": "index.html", - "title": "PersonalWebsite", + "title": "Gareth Burns", "section": "", - "text": "This is a Quarto website.\nTo learn more about Quarto websites visit https://quarto.org/docs/websites.\n\n1 + 1\n\n[1] 2" + "text": "Welcome!\nThis is a my personal website that is still under construction but feel free to use the existing resources, whilst it’s being set up.\nIf you have any feedback please DM me on Twitter or LinkedIn." } ] \ No newline at end of file diff --git a/about.qmd b/about.qmd index ce069e4..25911c3 100644 --- a/about.qmd +++ b/about.qmd @@ -1,11 +1,7 @@ --- -title: "Welcome" +title: "About Me" --- -Welcome! - -This site is still under construction but feel free to use the existing resources. - I've been working with Free Open Source Software and programming languages for over a decade and found it to be the an extremely passionate and open community. During this time I've made lots of mistakes and often several times! There's a lot of good technical resources online but what I've found when speaking to junior staff there's less information on the experiences and expectations. Senior staff didn't get to their technical ability without many frustrations and these are ok! diff --git a/blog.qmd b/blog.qmd index 2c06f48..fa9f265 100644 --- a/blog.qmd +++ b/blog.qmd @@ -1,5 +1,5 @@ --- -title: "Welcome" +title: "Blog" --- Over 150 attendees at the PSI conference player the [Exploristics](https://exploristics.com/) Higher or Lower web app - and *didn't they all do well!?* I was delighted to see the game generated so much interest, many people expressed an interest in the how we deployed the app on the cloud and that's the motivation for this blog. This app is a microcosm of developing and deploying a Statistical Shiny app on the cloud. This blog is aimed at people who are experienced in developing desktop R scripts and have a desire to take the next step to create a Shiny app and deploy on the cloud. diff --git a/index.qmd b/index.qmd index 59dab17..aafccff 100644 --- a/index.qmd +++ b/index.qmd @@ -1,11 +1,9 @@ --- -title: "PersonalWebsite" +title: "Gareth Burns" --- -This is a Quarto website. +Welcome! -To learn more about Quarto websites visit . +This is a my personal website that is still under construction but feel free to use the existing resources, whilst it's being set up. -```{r} -1 + 1 -``` +If you have any feedback please DM me on [Twitter](https://twitter.com/GarethBurns4) or [LinkedIn](https://www.linkedin.com/in/drgarethburns/).