Modern Markup Languages (aka PB138)

Lab 1

A little bit about me

Hi, I am Lukas and I will be your tutor this semester.

I am an entrepreneur, software architect, long time developer and also data scientiest.

I am here to help you learn how to develop complex modern applications end to end including deployment.

This course is hard and highly experimental

  • Completly new content
  • A lot of stuff to cover
  • Some things take time to master
  • We do not have much time
  • So your feedback is highly welcome :)

Everything available on

https://gitlab.fi.muni.cz/pb138

Course Organization

2-hour lesson per week

1-hour lab per week

so pay attention to your lessons

 

by the way, all is voluntary

Assesment

Up to 20 points from labs 

Up to 40 points for the team project 

Up to 40 points for exam 

Don't forget to set up your dev env!

Quick intro to XML

<?xml version="1.0" encoding="UTF-8"?>
<bookstore>

  <book category="children">
    <title lang="en">Harry Potter</title>
    <author>J K. Rowling</author>
    <year>2005</year>
    <price>29.99</price>
  </book>

  <book category="web" cover="paperback">
    <title lang="en">Learning XML</title>
    <author>Erik T. Ray</author>
    <year>2003</year>
    <price>39.95</price>
  </book>

</bookstore>

Let's try it :) 

Made with Slides.com