Skip to content

Commit 6f92c2c

Browse files
committed
changes
1 parent a570eb4 commit 6f92c2c

16 files changed

+26
-22
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Full stack -websovelluskehitys 2020
1+
# Full stack open 2020
22

33
<https://fullstack-hy2020.github.io/>
44

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
siteMetadata: {
3-
title: 'Full Stack -websovelluskehitys 2020',
3+
title: 'Full Stack open 2020',
44
description: '',
55
author: 'Houston Inc. Consulting oy',
66
siteUrl: 'https://fullstack-hy2020.github.io/',

src/components/Navigation/Navigation.js

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class Navigation extends Component {
5858
{navigation[this.props.lang].map(i => (
5959
<NavigationItem key={i.path} {...i} onClick={handleCloseMenu} />
6060
))}
61+
62+
<LanguageSwitcher lang={this.props.lang} />
6163
</ul>
6264
</nav>
6365
</div>

src/content/pages/about.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"name": "Yleistä",
44
"intro": [
55
"Kurssilla tutustutaan JavaScriptilla tapahtuvaan moderniin websovelluskehitykseen. Pääpaino on React-kirjaston avulla toteutettavissa single page -sovelluksissa, ja niitä tukevissa Node.js:llä toteutetuissa REST-rajapinnoissa. Kurssilla tutustutaan myös GraphQL:n eli REST:ille vaihtoehtoiseen rajapintojen toteutusperiaatteeseen",
6+
"Tämän vuoden kurssi siältää myös uuden, <a href='/osa9'>TypeScriptiä</a> käsittelevän osuuden, jonka tuotannosta vastaa <a href='https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/'>Terveystalo</a>.",
67
"Kurssilla käsitellään myös sovellusten testaamista, konfigurointia ja suoritusympäristöjen hallintaa sekä MongoDB-tietokannan käyttöä sovelluksen tietojen tallettamiseen",
7-
"Kurssin laajuus on 3-8 opintopistettä, sisältö on sama kun Helsingin yliopiston tietojenkäsittelytieteen osaston keväällä 2019 pidetyllä kurssilla <a href='https://fullstack-hy2019.github.io/'>Full stack -websovelluskehitys</a>. Kurssiin liittyy myös 1-10 opintopisteen laajuinen <a href='/osa0/yleista#full-stack-harjoitustyo'>harjoitustyö</a>.",
8+
"Kurssin laajuus on 3-9 opintopistettä, sisältö on sama kun Helsingin yliopiston tietojenkäsittelytieteen osaston keväällä 2020 pidetyllä kurssilla <a href='https://fullstack-hy2020.github.io/'>Full stack -websovelluskehitys</a>. Kurssiin liittyy myös 1-10 opintopisteen laajuinen <a href='/osa0/yleista#full-stack-harjoitustyo'>harjoitustyö</a>.",
89
"Yhteistyökumppaneina kurssilla on <a href='https://www.houston-inc.com/'>Houston Inc</a>, <a href='https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/'>Terveystalo</a>, <a href='https://elisa.fi/'>Elisa</a>, <a href='https://www.kesko.fi/'>K-ryhmä</a>, <a href='https://www.instagram.com/unitytechnologies/?hl=en'>Unity Technologies</a>, <a href='https://careers.konecranes.com/Konecranes/'>Konecranes</a> ja <a href='https://www.smartly.io/'>Smartly.io</a>. Katso <a href='https://www.youtube.com/playlist?list=PLumQiZ25uijis31zaRL7rhzLalSwLqUtm'>täältä</a> yhteistyökumppaniemme asiantuntijoiden vierailuluentoja kurssin aihepiireistä."
910
],
1011
"info": [
@@ -59,7 +60,8 @@
5960
"intro": [
6061
"This course serves as an introduction to modern web application development with JavaScript. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js. The course also contains a section on GraphQL, a modern alternative to REST APIs.",
6162
"The course covers testing, configuration and environment management, and the use of MongoDB for storing the application’s data.",
62-
"The course is worth 3-8 credits, and the content is the same as in the <a href='https://fullstack-hy2019.github.io/'>Full stack course</a> held at the <a href='https://www.helsinki.fi/en/computer-science'>Department of Computer Science</a> at the University of Helsinki in Spring 2019. There is also an associated <a href='/osa0/yleista#full-stack-harjoitustyo'>project work</a> that is worth 1-10 credits.",
63+
"This years edition of the course contains a new part on <a href='/osa9'>TypeScript</a>. Content of the part is provided by <a href='https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/'>Terveystalo</a>",
64+
"The course is worth 3-9 credits, and the content is the same as in the <a href='https://fullstack-hy2020.github.io/'>Full stack course</a> held at the <a href='https://www.helsinki.fi/en/computer-science'>Department of Computer Science</a> at the University of Helsinki in Spring 2019. There is also an associated <a href='/osa0/yleista#full-stack-harjoitustyo'>project work</a> that is worth 1-10 credits.",
6365
"Partners and affiliates of the course include <a href='https://www.houston-inc.com/'>Houston Inc</a>, <a href='https://www.terveystalo.com/fi/Yritystietoa/Terveystalo-tyontantajana/Digital-Health/'>Terveystalo</a>, <a href='https://elisa.fi/'>Elisa</a>, <a href='https://www.kesko.fi/'>K-ryhmä</a>, <a href='https://www.instagram.com/unitytechnologies/?hl=en'>Unity Technologies</a> and <a href='https://careers.konecranes.com/Konecranes/'>Konecranes</a>. See <a href='https://www.youtube.com/watch?v=BZexOyQZMMc&list=PLumQiZ25uijis31zaRL7rhzLalSwLqUtm'>here for guest lectures</a> on course-related topics given by various experts from our partners and affiliates."
6466
],
6567
"info": [

src/content/pages/main.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fi": {
33
"mainTitle": "Syväsukellus moderniin websovelluskehitykseen",
4-
"intro": "Ota haltuusi React, Redux, Node.js, MongoDB ja GraphQL! Kurssilla tutustutaan JavaScriptilla tapahtuvaan moderniin websovelluskehitykseen. Pääpaino on React-kirjaston avulla toteutettavissa single page -sovelluksissa, ja niitä tukevissa Node.js:llä toteutetuissa REST-rajapinnoissa.",
4+
"intro": "Ota haltuusi React, Redux, Node.js, MongoDB, GraphQL ja TypeScript! Kurssilla tutustutaan JavaScriptilla tapahtuvaan moderniin websovelluskehitykseen. Pääpaino on React-kirjaston avulla toteutettavissa single page -sovelluksissa, ja niitä tukevissa Node.js:llä toteutetuissa REST-rajapinnoissa.",
55
"current": [
66
"Osan 8 materiaali ja tehtävät julkaistu",
77
"Kurssikoe tiistaina 3.3. klo 9 saleissa A111 ja B123.",
@@ -18,14 +18,14 @@
1818
"university": "Helsingin yliopisto on Suomen vanhin ja suurin tiedekorkeakoulu, yhteensä 40 000 henkilön kansainvälinen tiedeyhteisö. Tieteen voimalla yliopisto on rakentanut yhteiskuntaa, sivistystä ja hyvinvointia jo vuodesta 1640.",
1919
"houston": "Suomalainen Houston Inc. on vuonna 2003 perustettu ketterä softatalo. Suunnittelemme ja toteutamme asiakkaillemme räätälöityjä digitaalisia palveluita liiketoiminnan tarpeisiin.",
2020
"contacts": [
21-
"Full stack -websovelluskehitys 2020",
21+
"Full stack open 2020",
2222
2323
],
2424
"licenced": "Materiaali on lisensoitu Creative Commons BY-NC-SA 3.0 -lisenssillä."
2525
},
2626
"en": {
2727
"mainTitle": "Deep Dive Into Modern Web Development",
28-
"intro": "Learn React, Redux, Node.js, MongoDB, and GraphQL in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.",
28+
"intro": "Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.",
2929
"current": [
3030
"You can discuss the course and related topics in our dedicated group on Telegram: <a target='_blank' href='https://t.me/fullstackcourse'>https://t.me/fullstackcourse</a>. Please join the conversation!"
3131
],
@@ -38,7 +38,7 @@
3838
"university": "The University of Helsinki is the oldest and largest science university in Finland, with an international scientific community of 40,000 people.",
3939
"houston": "The Finnish Houston Inc. is an agile software company founded in 2003. We design and implement customized digital services for our business.",
4040
"contacts": [
41-
"Full stack -websovelluskehitys 2019",
41+
"Full stack open 2020",
4242
4343
],
4444
"licenced": "The material is licensed under the Creative Commons BY-NC-SA 3.0 License."

src/pages/404.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class NotFoundPage extends Component {
2626
return (
2727
<Layout>
2828
<SEO
29-
title={`${title} | Full stack -websovelluskehitys`}
29+
title={`${title} | Full stack open`}
3030
lang={this.state.siteLanguage}
3131
/>
3232

src/pages/about.en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const About = () => {
1919
<Layout>
2020
<SEO
2121
lang="en"
22-
title="About the course | Full stack -websovelluskehitys"
22+
title="About the course | Full stack open"
2323
description={mainSEOdescription['en']}
2424
keywords={[
2525
...mainSEOtags,

src/pages/about.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const About = () => {
1919
<Layout>
2020
<SEO
2121
lang="fi"
22-
title="Kurssista | Full stack -websovelluskehitys"
22+
title="Kurssista | Full stack open 2020"
2323
description={mainSEOdescription['fi']}
2424
keywords={[
2525
...mainSEOtags,

src/pages/challenge.en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Challenge = () => (
1515
<Layout>
1616
<SEO
1717
lang="en"
18-
title="Full stack -challenge | Full stack -websovelluskehitys"
18+
title="Full stack -challenge | Full stack open"
1919
description="The University of Helsinki and Houston Inc. have partnered up to challenge both individual developers and companies alike to learn and build upon their expertise in true Full Stack development. The course is built by coders for coders, and offers something for both newcomers and seasoned industry veterans alike. "
2020
keywords={[
2121
...mainSEOtags,

src/pages/challenge.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ const Challenge = () => (
1515
<Layout>
1616
<SEO
1717
lang="fi"
18-
title="Full stack -haaste | Full stack -websovelluskehitys"
18+
title="Full stack -haaste | Full stack open 2020"
1919
description="Helsingin yliopisto, Houston Inc ja kumppaniyrityksemme haastavat niin koodarit kuin yritykset kasvattamaan osaamistaan tätä kurssia suorittamalla. Haaste on tarkoitettu jokaiselle sovelluskehitysalan osaajalle ja sellaiseksi haluavalle."
2020
keywords={[
2121
...mainSEOtags,
2222
'fullstackhaaste',
2323
'full stack haaste',
2424
'elisa',
2525
'terveystalo',
26-
'sympa',
26+
'smartly',
2727
'konecranes',
2828
'unity technologies',
2929
'täydennyskoulutus',

src/pages/companies.en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Companies = () => (
1212
<Layout>
1313
<SEO
1414
lang="en"
15-
title="Partner companies | Full stack -websovelluskehitys"
15+
title="Partner companies | Full stack open"
1616
description="Full stack development in partner companies"
1717
keywords={[
1818
...mainSEOtags,

src/pages/companies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Companies = () => (
1212
<Layout>
1313
<SEO
1414
lang="fi"
15-
title="Yritysesittelyt | Full stack -websovelluskehitys"
15+
title="Yritysesittelyt | Full stack open 2020"
1616
description="Kurssin yhteistyöyritysten devaajat esittäytyvät"
1717
keywords={[
1818
...mainSEOtags,

src/pages/faq.en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const FAQ = () => (
1212
<Layout>
1313
<SEO
1414
lang="en"
15-
title="FAQ | Full stack -websovelluskehitys"
15+
title="FAQ | Full stack open"
1616
description="Frequently asked questions"
1717
keywords={[
1818
...mainSEOtags,

src/pages/faq.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const FAQ = () => (
1212
<Layout>
1313
<SEO
1414
lang="fi"
15-
title="FAQ | Full stack -websovelluskehitys"
15+
title="FAQ | Full stack open 2020"
1616
description="Usein kysytyt kysymykset"
1717
keywords={[
1818
...mainSEOtags,

src/pages/index.en.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const IndexPage = () => {
3636
<Layout>
3737
<SEO
3838
lang="en"
39-
title="Full stack -websovelluskehitys"
39+
title="Full stack open 2020"
4040
description={mainSEOdescription['en']}
4141
keywords={[...mainSEOtags]}
4242
/>
@@ -55,7 +55,7 @@ const IndexPage = () => {
5555

5656
<SubHeader
5757
className="col-10"
58-
text="Full stack -websovelluskehitys"
58+
text="Full stack open 2020"
5959
headingLevel="h2"
6060
/>
6161

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const IndexPage = () => {
3636
<Layout>
3737
<SEO
3838
lang="fi"
39-
title="Full stack -websovelluskehitys"
39+
title="Full stack open 2020"
4040
description={mainSEOdescription['fi']}
4141
keywords={[...mainSEOtags]}
4242
/>
@@ -55,7 +55,7 @@ const IndexPage = () => {
5555

5656
<SubHeader
5757
className="col-10"
58-
text="Full Stack -websovelluskehitys 2020"
58+
text="Full Stack open 2020"
5959
headingLevel="h2"
6060
/>
6161

0 commit comments

Comments
 (0)