{
	"version": "https://jsonfeed.org/version/1",
	"title": "Jen Kramer",
	"icon": "https://micro.blog/jen4web/avatar.jpg",
	"home_page_url": "https://learntoteach.tech/",
	"feed_url": "https://learntoteach.tech/feed.json",
	"items": [
			{
				"id": "http://jen4web.micro.blog/2024/09/01/grid-is-your.html",
				"title": "Grid is your first option for grid-based layouts, which is most of them.",
				"content_html": "<p>At <a href=\"https://www.anniecannons.org\">AnnieCannons</a>, we teach Grid as the first tool to use in layouts. It&rsquo;s designed for laying out web pages. <strong>Flexbox is useful when the space between elements is the most important thing to maintain (as in a navbar). Grid is used for everything else.</strong></p>\n<p>Periodically, we get a student questioning our approach. I&rsquo;ve also had other developers question what I teach.</p>\n<p>The longer and bigger question is why is everyone pushing back on Grid as the appropriate method for web page layout? Flexbox must be right because that&rsquo;s what I learned in bootcamp, and that&rsquo;s also what every influencer is saying, so it must be right.</p>\n<p>The answer is complex:</p>\n<ul>\n<li>Flexbox is what was taught in bootcamp 10 years ago (because Grid was not well supported).</li>\n<li>Those bootcamp grads have gone on to teach bootcamps now.</li>\n<li>Those instructors have never upgraded their CSS skills because they are too busy chasing the latest in JavaScript.</li>\n<li>Those instructors figure that Flexbox is fine, because they know and understand it, and it&rsquo;s a supported spec, so why bother with something that may not give an obvious and immediate benefit?</li>\n<li>Because they haven&rsquo;t learned what Flexbox or Grid are good for, they can&rsquo;t articulate the difference to their students.</li>\n<li>Another generation of students learn nothing but Flexbox, and so we go forward.</li>\n</ul>\n<p>Unfortunately, around the cycle goes again, with developers never moving on from Flexbox because their influencers haven&rsquo;t told them to do so.</p>\n<p><strong>In order to get Flexbox to work for a grid-like layout, one must apply either a width (wrong) or flex-basis (better!) to each cell, thus killing the &ldquo;flex&rdquo; in Flexbox.</strong>  If you have to do this, why would you use anything but Grid?</p>\n<p>I am the first to line up behind &ldquo;keeping things simple&rdquo; when teaching beginners a development world which is nothing but nuance and complexity. One of the best things we can do as educators is draw a bright line between use cases. Why do Flexbox layouts persist? Beca**use our current bootcamp instructors can&rsquo;t articulate why Grid is best for grid-based layouts. ** Are you kidding me?</p>\n<p>Hopefully I&rsquo;ve outlined some easy bright lines you could share with your students. Please stop telling students that &ldquo;Grid is really optional, and we don&rsquo;t know the difference between the two, so just learn whatever.&rdquo;</p>\n",
				"date_published": "2024-09-01T11:59:42-04:00",
				"url": "https://learntoteach.tech/2024/09/01/grid-is-your.html",
				"tags": ["Rants"]
			},
			{
				"id": "http://jen4web.micro.blog/2024/09/01/neither-highered-programs.html",
				"title": "\"Neither higher-ed programs nor bootcamps drive a standards-first curriculum.\"",
				"content_html": "<p>I agree with this, most of the time.</p>\n<p>But we <em>are</em> driving a standards-first <strong>and trauma-informed</strong> curriculum.</p>\n<p><a href=\"https://www.anniecannons.org\">AnnieCannons</a> trains, prepares, and connects individuals who have experienced human trafficking to sustainable careers in tech.</p>\n<p>We rebuild our students' confidence in themselves, reignite their joy of learning, and provide an environment where they may trust their community to teach them the economic skills to obtain and keep a career in a field with reasonable pay.</p>\n<p>For those reasons, we can&rsquo;t teach to the latest hottest technology. It has no track record and may not be there tomorrow. Therefore, we teach the basics: semantic HTML, foundational CSS, and vanilla JavaScript. After they learn vanilla JavaScript, we introduce them to a bit of React, plus connecting to databases and APIs (making them &ldquo;full stack&rdquo; for the employers who value such things).</p>\n<p>Our students are all races, genders, and ages. We accept them as they are. As such, it is part of our values to teach accessibility from the start, integrated into their code, starting with semantic HTML.</p>\n<p>Our students learn to start with HTML, then apply CSS, then apply JavaScript sparingly over top to provide the levels of interactivity required and no more.</p>\n<p>We are writing this curriculum now. Our students are learning this curriculum now, and they are thriving because of it.</p>\n<p>I arrived at AnnieCannons with the goal of creating the best bootcamp curriculum on the planet. With our small and mightly team of amazing instructors, student success managers, and career development managers, we are succeeding and growing our standards-first, <strong>trauma-informed</strong> curriculum.</p>\n",
				"date_published": "2024-09-01T09:02:39-04:00",
				"url": "https://learntoteach.tech/2024/09/01/neither-highered-programs.html",
				"tags": ["Rants","Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2024/05/21/released-the-only.html",
				
				"content_html": "<p>Released! The only course on CSS Grid you&rsquo;ll ever need, today from Frontend Masters. Includes demos and plenty of challenges, Flexbox, container queries, minmax, subgrid, and responsive images. <a href=\"https://frontendmasters.com/courses/css-grid/\" target=\"_blank\">Watch the course</a>.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2024/thumb.webp\" width=\"500\" height=\"500\" alt=\"\">\n",
				"date_published": "2024-05-21T13:40:07-04:00",
				"url": "https://learntoteach.tech/2024/05/21/released-the-only.html"
			},
			{
				"id": "http://jen4web.micro.blog/2024/04/21/the-only-two.html",
				"title": "The only two things you get out of academia or bootcamp",
				"content_html": "<p>Whether you&rsquo;re learning how to code at a bootcamp or through academia, there are only two things you ultimately get from the experience.</p>\n<p>First, you get an amazing <strong>network of friends</strong> who are committed to helping you early in your career.</p>\n<p>Your institution&rsquo;s alumni program offers assistance with resumes, job searching, online webinars, and an institutional name that gives you something in common with other graduates. Some programs partner with specific employers, waiting to hire graduates.</p>\n<p>Sometimes the alumni program has a time limit on it, particularly with bootcamps. Take advantage of this. You&rsquo;ll never have anyone else who can be this helpful in finding you a job.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2024/gettingstartedcssposter1.jpg\" width=\"600\" height=\"373\" alt=\"Jen at Frontend Masters, assisting two students with their code.\">\n<p>Second, you <strong>learn how to learn technology</strong>.</p>\n<p>Your tech education starts expiring while you&rsquo;re in school! Techniques you learned early in the program may be out of date by the end. (They may also teach you dated techniques, but that&rsquo;s a rant for another time.)</p>\n<p>If you don&rsquo;t keep learning and practicing your tech skills, you&rsquo;ll be out of the field. Within 6 months, your education is dated enough that it will be hard to jump into the workplace. In a year, you&rsquo;re completely out of date and will have a significant learning curve to jump back in.</p>\n<p><strong>But I&rsquo;m watching video education from X provider in class &ndash; I could do this on my own without school!</strong></p>\n<p>True. But you don&rsquo;t get the two items above, which are extremely valuable to getting into the field quickly.</p>\n<p>Furthermore, <strong>someone curated those resources.</strong> They told you what resources had the most value. They are teaching you where to look when it&rsquo;s time to learn a new skill. They are choosing resources that are (hopefully) factually based, up-to-date, and reflect current thinking in the field. Anyone can post videos on YouTube and post courses to Udemy&hellip; and they frequently do. Boasting 75 hours of learning time does not make those materials good. It just makes them long.</p>\n<p>When people say you could learn X on your own and you don&rsquo;t need school, they are correct. School offers you the structure and accountability to get it done, though. And you&rsquo;ll never get the resource curation, alumni network, or practice in learning that you get at school. Consider this as you&rsquo;re trying to decide how to get into the field.</p>\n",
				"date_published": "2024-04-21T11:04:36-04:00",
				"url": "https://learntoteach.tech/2024/04/21/the-only-two.html",
				"tags": ["Rants","Teaching Tips","Teaching Reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2024/02/29/indeedcom-and-scammers.html",
				"title": "Indeed.com and scammers",
				"content_html": "<p>The scammers are getting really good. I&rsquo;ve been looking for a job for quite a while. And this shows up in my inbox today!</p>\n<blockquote>\n<p>Dear Jen,</p>\n<p>I'm Ashley Brian, Human resources manager at Love Classic Fashion.<br>\nWe are currently seeking an innovative and dedicated graphic designer to work via a remote base that can work either part-time or full-time.</p>\n<p>I saw your profile on Indeed.com and I was impressed by your experience.<br>\nHere at Love Classic, we are always looking to grow our teams with talented people and achieve great things together.</p>\n<p>I think that your expertise in graphic design would help us in the project we’re working on. I’d love to tell you more about the opening position and learn a few things about you as well.</p>\n<p>I am available anytime between 9:00am<br>\n5:00pm (EST), Monday through Friday.</p>\n<p>Work hours or Shift: Monday to Friday, 8:30 am - 5: 30 pm.<br>\nPosition Pay Range : $25 - $50/ hr<br>\nI hope you have a great day.</p>\n<p>Looking forward to hearing from you.</p>\n<p>Sincerely,<br>\nAshley Brian, SHRM-SCP | Love Classic<br>\nHuman Resources Manager<br>\n3760 Arlington, VA 22203</p>\n</blockquote>\n<p>This email came from <a href=\"mailto:info@loveclassicjobs.store\">info@loveclassicjobs.store</a></p>\n<p>Sounds legit, other than that graphic design thing, doesn&rsquo;t it? Let&rsquo;s go through how you can check on this.</p>\n<p>a. <a href=\"mailto:info@loveclassicjobs.store\">info@loveclassicjobs.store</a> &ndash; take the end of that email address and put it in a web browser. What do you get?</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2024/loveclassicjobs.jpg\" width=\"600\" height=\"257\" alt=\"Loveclassicjobs.store - This name was recently registered on NameCheap.\">\n<p>OK, well&hellip; maybe they use a different URL for job hunting?&hellip; because they get so many applications a regular email doesn&rsquo;t work for them?&hellip; which is why they&rsquo;re emailing me and asking me to work at a low rate?&hellip;</p>\n<p>b. <a href=\"https://www.loveclassic.com/\" target=\"_blank\">Love Classic</a> is a clothing store with a basic website. No idea why they&rsquo;d need a graphic designer. If you check their career page, there is no job listed.</p>\n<p>c. SHRM-SCP is a HR certification, so this makes sense in the name. He/she is a Human Resources Manager. But in the first line of the email, she/he is a Human resources manager. Also, do HR managers do any recruiting these days? Maybe if the job is small enough, I guess?</p>\n<p>d. If anyone is listed on LinkedIn, it&rsquo;s a HR manager/recruiter. Put &ldquo;Ashley Brian&rdquo; in the search, and you turn up zero results. Zero! There are Ashley Bryans, but no Ashley Brians.</p>\n<p>e. And did anyone else nearly miss the address line in the signature? &ldquo;3760 Arlington, VA 22203&rdquo; No street name. Cool cool.</p>\n<p>For a long time, scammer emails were fairly identifiable. They didn&rsquo;t write well, with lots of misspellings, odd phrasing, and strange requests.</p>\n<p>Now with AI, scammers can sound perfectly legit. The problem is that they still might not know how a US address works, or how to check someone out on LinkedIn, or how to double-check the email address&rsquo;s matching website.</p>\n<p>What hasn&rsquo;t changed is that if it sounds too good to be true, it probably is. And I assure you, no one has ever wanted to hire me for my graphic design skills. 🤣</p>\n",
				"date_published": "2024-02-29T12:09:37-04:00",
				"url": "https://learntoteach.tech/2024/02/29/indeedcom-and-scammers.html",
				"tags": ["Rants","Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2023/09/06/goodbye-molly.html",
				"title": "Goodbye Molly.",
				"content_html": "<p><a href=\"https://www.tucsonsentinel.com/local/report/090523_molly_holzschlag/tucsons-molly-holzschlag-known-as-the-fairy-godmother-web-dead-60/\">Molly passed away yesterday</a>. Here&rsquo;s my Molly story.</p>\n<p>I started to learn CSS in 2003, when Eric Meyer was teaching it via an online course. I understood enough to know it would be a game-changer for the web, but not enough to really understand it.</p>\n<p>Fortunately, <a href=\"https://www.amazon.com/Cascading-Style-Sheets-Designers-Edge/dp/0782141846/\">Molly published a book</a> that taught me what I needed to know. I recommended it to my students. Together, we learned the earliest CSS in 2004, in room 2North at the Graduate Center of Marlboro College. I taught four Saturday morning workshops helping people learn what this CSS thing was &ndash; and in the process, taught it to myself.</p>\n<p>Later in 2004, I heard about the UI Conference in Boston, hosted by Jared Spool and his agency, UIE. Eric Meyer, Molly Holzschlag, and other amazing speakers would be there. As a freelancer, I could afford the thousands of dollars price tag, but I could go for free as a volunteer.  I stayed with a friend and lingered at the edges, amazed I was so close to these people who had been in the business forever and knew so much.</p>\n<p>Molly&rsquo;s books were a standard recommendation of mine for many years in those early days. While <a href=\"https://www.amazon.com/Designing-Web-Standards-Jeffrey-Zeldman/dp/0735712018/\">Jeffrey Zeldman</a> taught me the strategy, reasoning, and importance of web standards, Molly taught me how to get it done. I incorporated all of this into my teaching, instructing class after class of the importance of following standards.</p>\n<p>Years went by. The iPhone came out, responsive design hit the scene, software products rose and fell. Even <a href=\"https://www.webstandards.org/\">WaSP</a> declared their job complete. But those early days of standards stayed with me and formed my thinking to this day.</p>\n<p>In 2016, I spoke at <a href=\"https://2016.cssconf.com/\">CSSconf</a> &ndash; and there was Molly. I finally felt like I had earned the right to speak to her, and we had a wonderful conversation. We were both so concerned about how JavaScript had eaten the web. We were shocked at how one speaker described &ndash; with great pride! &ndash; how he had managed to kill the cascade in his code, and he was hoping to kill inheritance next.</p>\n<p>Molly, a better teacher than me, approached the speaker and talked with him for a long time. She figured out he didn&rsquo;t actually know CSS, especially the cascade or inheritance. He wanted stylesheets, not the kind that cascaded. Her conversation inspired my next round of talks and courses, focused on the (very old) topic of how the cascade and inheritance works.</p>\n<p>I didn&rsquo;t see Molly in person again, although we&rsquo;d had many online conversations afterwards.</p>\n<p>My deepest thanks to Molly, one of my earliest teachers. I continue to emphasize the importance of HTML and CSS and how the web should work, the importance of standards, the importance of loving our students and understanding their misconceptions. Thanks for the passion, the big laughs, the books, and your love of the web.</p>\n",
				"date_published": "2023-09-06T09:26:59-04:00",
				"url": "https://learntoteach.tech/2023/09/06/goodbye-molly.html",
				"tags": ["Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2022/11/24/an-observation-seen.html",
				"title": "HTML is the hardest language to master",
				"content_html": "<p>An observation seen on Mastodon:</p>\n<p><a href=\"https://social.vasilis.nl/@vasilis/109399485681817968\" target=\"_blank\"><img src=\"https://cdn.uploads.micro.blog/33464/2022/32a15022de.png\" width=\"598\" height=\"600\" alt=\"Mastodon toot from Vasilis: Whenever I look at source code of almost all websites out there in the wold I have to conclude that not just my students, but just about every web developer finds HTML the hardest language. Now I wonder: Why is HTML so hard? Maybe it's because languages like CSS and JavaScript have much more immediate visible effect? Could be. And maybe, since the effect of HTML is largely invisible, at least pretty subtle in most common contexts, people simply don't notice it?\"></a></p>\n<p>My responses:</p>\n<p>Except for perhaps you and me, no one really teaches HTML. Students are told here&rsquo;s the syntax, here&rsquo;s p, a, span, div. Apply these elements and <strong>see how this looks.</strong> Right from the beginning, students are taught that HTML is about <em>looks</em>, not <em>meaning</em>.</p>\n<p>Because HTML-only web pages look boring, almost immediately students are taught CSS, which (mostly) overrides the HTML look. Students conclude that HTML doesn&rsquo;t matter as its look is overridden by CSS anyway.</p>\n<p>Then when they get to JavaScript, they learn that HTML is merely a structure on which they hang their JavaScript events and such.</p>\n<p>Prior to 2008 or so, most devs came to the web via HTML and CSS, then JavaScript. We taught separation of powers and spent more time on HTML. We taught HTML is not about the look.</p>\n<p>After 2012, most devs came to the web through JavaScript first or almost first. Almost no time was spent on HTML and CSS because future devs learned that JS was the exciting part.</p>\n<p>Only now after 10 years of this relentless emphasis of JavaScript are devs realizing that HTML and CSS are 2/3 of the front end and may deserve some time and attention. Only with the recent emphasis on accessibility are devs finally understanding that HTML has some useful characteristics that come for free. There&rsquo;s no need to program each div with aria this or role that. And 75 layers of nested divs may be a bad thing.</p>\n",
				"date_published": "2022-11-24T12:35:56-04:00",
				"url": "https://learntoteach.tech/2022/11/24/an-observation-seen.html",
				"tags": ["Rants","Teaching Reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2022/10/27/interactions-on-discussion.html",
				"title": "Flexbox Froggy is a horrible way to learn Flexbox",
				"content_html": "<p>Interactions on discussion boards hundreds of times a day&hellip;</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2022/4127c4089a.png\" width=\"600\" height=\"437\" alt=\"Person 1: OMG Flexbox is so hard, I can't understand, can anyone help me. Person 2: Have u played the flex frog game... simple but helped me get some basics. flexboxfroggy.com\">\n<p><strong><a href=\"https://www.flexboxfroggy.com\" target=\"_blank\">Flexbox Froggy</a> is not a good way to learn Flexbox.</strong> Yes, it asks students to recall values for properties associated with Flexbox. Yes, it gives you an adorable visual for how those properties and values impact the layout of frogs on lily pads.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2022/703a666670.png\" width=\"600\" height=\"138\" alt=\"Screenshot showing frogs not quite aligned with their lilypads.\" />\n<em>Level 8: Frogs are not quite aligned with their lilypads to start.</em>\n<img src=\"https://cdn.uploads.micro.blog/33464/2022/e158400745.png\" width=\"600\" height=\"159\" alt=\"After typing in the appropriate Flexbox code in question, the frogs align with their lilypads.\" />\n<em>After typing in the appropriate Flexbox CSS properties and values, the frogs align to their lilypads. Adorable.</em>\n<p>Level 8, shown above, involves the <code>flex-direction</code> CSS property, which has a series of possible values. All of this is explained above the window for typing in the appropriate code to align the frogs to the lilypads.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2022/c34e170390.png\" width=\"600\" height=\"415\" alt=\"Flexbox Froggy level 8, explaining the flex-direction property, its possible values of row, row-reverse, column, or column-reverse, and a blank to type in the correct property-value pair.\" />\n<p>Is the game fun? Absolutely! Students engage with the game quickly and easily. (Yes, also Flexbox Zombies and Flexbox Defender, which are similar games to teach Flexbox properties, with similar flaws to Flexbox Froggy.)</p>\n<p>Do students know Flexbox once they reach level 24, the last possible level? <strong>No.</strong></p>\n<h3>But it teaches CSS properties! That's awesome!</h3>\n<p><strong>Teaches</strong> is a strong word.</p>\n<p>Flexbox Froggy asks students to <strong>remember</strong> specific CSS properties and the appropriate value to solve layout problems.</p>\n<p>Students may <strong>understand</strong> or recognize where to place these properties to achieve prescribed layouts. Levels 1-23 all tell the students which properties will solve the presented layout problem. It does not always present the possible properties, asking students to <strong>remember</strong> those properties.</p>\n<p>Level 24, the last level of the game, is unique in that it asks students to <strong>apply</strong> any of the properties to solve the final layout problem. This is the only level where there are possible incorrect properties provided.</p>\n<h3>Why did you emphasize remember, understand, and apply?</h3>\n<p>Because these words are the basis of Bloom&rsquo;s Taxonomy, a way of describing levels of learning and their depth.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2022/8b37229b16.png\" width=\"600\" height=\"337\" alt=\"Bloom's Taxonomy pyramid, showing the levels of remember, understand, apply, analyze, evaluate, and create.\" />\n<em>Armstrong, P. (2010). Bloom’s Taxonomy. Vanderbilt University Center for Teaching. Retrieved October 28, 2022, from https://cft.vanderbilt.edu/guides-sub-pages/blooms-taxonomy/.</em>\n<p>Applied to the coding world, these first three levels of Bloom&rsquo;s refer to concepts like:</p>\n<ul>\n<li>recalling syntax</li>\n<li>remembering HTML elements and attributes, CSS properties and values</li>\n<li>understanding what those elements, attributes, properties, and values mean, and describing their impact on some code</li>\n<li>filling in partially solved coding problems with appropriate lines of code to make it &ldquo;work&rdquo;</li>\n</ul>\n<p>Sounds basic, no? That&rsquo;s because it is. What if we had some other formats to truly bring learning to the students once they were introduced to the Flexbox properties and values?</p>\n<ul>\n<li>What if we asked students to solve problems without giving them the appropriate properties to use?</li>\n<li>What if we didn&rsquo;t provide a list of values?</li>\n<li>What if we didn&rsquo;t imply how many lines of CSS it would take to solve the problem?</li>\n<li>What if we gave students the wrong code and asked them to fix it to achieve the layout?</li>\n</ul>\n<p>Finally, consider Flexbox&rsquo;s critical parent/child (or flex-container/flex-item) relationship in HTML elements. Depending on where <code>display: flex;</code> is declared, that HTML element becomes the flex container. Its immediate descendents are flex items. Grandchildren and deeper descendents are unaffected. This directly impacts the styling of the page and is one of the biggest overlooked and misunderstood concepts when learning Flexbox. However, Flexbox Froggy never touches this discussion, focusing mostly on flex container properties. (Indeed, <code>order</code>, a property that specifically applies to children, is mixed with the parent properties. This amplifies learner confusion as this property &ldquo;doesn&rsquo;t work&rdquo; when applied to the parent.)</p>\n<h3>Well, ok, but I totally learned Flexbox with these games</h3>\n<p><a href=\"https://codepen.io/jen4web/pen/OJEVyzr\" target=\"blank\">Try my CodePen</a> which emulates Level 24 in Flexbox Froggy. Match up the colors in the appropriate layout where the comment indicates. Can you do it? If not, why?</p>\n<p>&ldquo;Uh, I&rsquo;m not a CSS expert.&rdquo; Mmm hmm.</p>\n<h3>What are you leading up to, Jen?</h3>\n<p>If we look at almost any &ldquo;teaching resource&rdquo; for learning code, you will find similar problems. Coding instructors are all over the <strong>remember</strong>, <strong>understand</strong>, and <strong>apply</strong> levels of Bloom&rsquo;s Taxonomy.</p>\n<p>Then the instructors immediately jump you to <strong>create</strong>. &ldquo;Now that you know everything about Flexbox, go lay out a web page. Have fun!&rdquo;</p>\n<p>What happened to <strong>analyze</strong> and <strong>evaluate</strong>?</p>\n<p>These are the levels where deep thinking happens. Now that you have a general idea of how a concept works, it&rsquo;s time to dig in further. Do you really understand what was taught to you? Can you predict what happens if certain properties or values are applied to a layout? Can you debug incorrect code? Can you provide an explanation about why this code works &ndash; or why that code doesn&rsquo;t?</p>\n<p><strong>This is what&rsquo;s missing in today&rsquo;s coding education.</strong> It is assumed students are equipped to do this work on their own. It&rsquo;s assumed they know this is what comes next, and it&rsquo;s assumed that they will do it.</p>\n<p>Unfortunately, students <strong>do not</strong> know that this is what they should do next, and they don&rsquo;t know how to ask these questions. The instructor must lead through these levels, increasing student independence, before turning students loose on their own creative projects.</p>\n<p>Expect to hear more from me about this over the coming months.</p>\n<p>If you want to hear more about how to teach well online, be sure to subscribe to my Substack newsletter that covers these topics.</p>\n<iframe src=\"https://jen4web.substack.com/embed\" width=\"480\" height=\"320\" style=\"border:1px solid #EEE; background:white;\" frameborder=\"0\" scrolling=\"no\"></iframe>\n",
				"date_published": "2022-10-27T16:26:37-04:00",
				"url": "https://learntoteach.tech/2022/10/27/interactions-on-discussion.html",
				"tags": ["Rants","Teaching Tips","Teaching Reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/12/08/retrospective.html",
				"title": "2021 retrospective",
				"content_html": "<meta property=\"og:image\" content=\"https://cdn.uploads.micro.blog/33464/2021/ce5d048daf.jpg\"/>\nTime for the 2021 retrospective on what was accomplished this year. To what may we point as evidence of work completed?\n<h2>Harvard Extension School</h2>\nMy time ended at Harvard on June 30. During the spring term, I taught my final courses, including:\n<ul>\n<li>\n<p><strong>Modern &amp; Mobile Web Design 2</strong>: Sass, CSS variables and calc, print stylesheets, advanced media queries, meaty final project (students built their own responsive design framework)</p>\n</li>\n<li>\n<p><strong>Intro to CMS</strong>: This popular WordPress project course had students building 6 sites during the term and planning 1 site, including e-commerce, custom fields, custom theming, and a final project site.</p>\n</li>\n<li>\n<p><strong>Designing Stories for the Web</strong>: Taught with Martha Nichols, a journalist, this course was about learning to write well for the web and getting your stories posted online in WordPress. So far as I&rsquo;m aware, no one else is teaching a course like this one.</p>\n</li>\n</ul>\n<p>In addition to the teaching work, I took the educational video course (which was excellent) and finished my certificate in Learning Design and Technology. This was a series of 4 courses, including an intro to instructional design, adult learning theory, video editing, and a course in online course design.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/a66638b96f.png\" width=\"600\" height=\"459\" alt=\"Certificate in Learning Design and Technology.\" />\n <h2>LinkedIn Learning</h2>\nI've worked with LinkedIn Learning since 2008, when they were Lynda.com. Historically, I'd prep 2-3 courses over a period of 4-6 months, then travel to California to record them over a week or so. However, the pandemic changed everything. These days, I prep and record about one course per month, starting about the middle of 2020. Here's a list of all of the courses that were released in 2021:\n<ul>\n<li><a href=\"https://www.linkedin.com/learning/css-display\">CSS: Display</a>, a short course devoted to a single CSS property.</li>\n<li><a href=\"https://www.linkedin.com/learning/html-and-css-linking\">HTML &amp; CSS: Linking</a>. How much is there to say about links? A ton, actually &ndash; navbars, links, buttons, and all of the associated styling.</li>\n<li><a href=\"https://www.linkedin.com/learning/learning-editor-x\">Learning Editor X</a>. Editor X is a web design tool from Wix, targeted at graphic designers who want to make sites without code. It fills a gap that Dreamweaver used to fill. Webflow is a direct competitor.</li>\n<li><a href=\"https://www.linkedin.com/learning/semantic-html-and-css-code-challenges\">Semantic HTML and CSS Code Challenges</a>. A series of 12 challenges to practice semantic HTML and CSS coding, including Flexbox, Grid, and navbars.</li>\n<li><a href=\"https://www.linkedin.com/learning/joomla-4-first-look\">Joomla! 4 First Look</a>. My first Joomla course in 5 years looks at the most recent Joomla 4 release, highlighting the latest features.</li>\n<li><a href=\"https://www.linkedin.com/learning/learning-wix-14169995\">Learning Wix</a>. I first recorded this course in 2019. This is an update.</li>\n<li><a href=\"https://www.linkedin.com/learning/html-and-css-creating-navigation-bars\">HTML and CSS: Creating Navigation Bars</a>. An in-depth course in making responsive navigation bars, including Flexbox layouts, reordering links, centering the logo, dropdowns, hamburger buttons, and other crazy tricks with HTML and CSS - no JavaScript required.</li>\n<li><a href=\"https://www.linkedin.com/learning/no-code-solutions-for-websites-and-apps-14213368\">No Code Solutions for Websites and Apps</a>. This is an update from 2020. To the original 8 no-code technologies, I added another 11 technologies to give you an overview of the exploding no-code space in web design and development, automation, membership, and native apps.</li>\n<li><a href=\"https://www.linkedin.com/learning/learning-webflow-14332778\">Learning Webflow</a>, an update of the course I recorded just before the pandemic. This one covers the latest Webflow interface, building a site from scratch.</li>\n<li><a href=\"https://www.linkedin.com/learning/no-code-web-design-weekly\">No-Code Web Design Weekly</a>. Formerly &ldquo;Accidental Web Designer,&rdquo; this course releases a short weekly video about what&rsquo;s happening around the no-code space. It provides tips for content, marketing, and technology.</li>\n</ul>\n<p>I&rsquo;ve already recorded two courses for release next year, including a more in-depth Joomla 4 course, and an introduction to web design and development.</p>\n<p>Here&rsquo;s a still shot of the temporary dining room recording space I set up for the web design course.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/ce5d048daf.jpg\" width=\"600\" height=\"326\" alt=\"Jen in her temporary dining room studio, recording for LinkedIn Learning.\" />\n<h2>Frontend Masters</h2>\nFrontend Masters is much more about hard-core programming than it is about no-code or UX. I recorded two courses with them this year, with a third to record in March next year.\n<ul>\n<li><a href=\"https://frontendmasters.com/courses/css-grid-flexbox-v2/\">CSS Grid &amp; Flexbox for Responsive Layouts, v2</a>. I recorded this course originally in 2017. Finally this year, I updated this with the latest Flexbox and Grid technologies.</li>\n<li><a href=\"https://frontendmasters.com/workshops/getting-started-css/\">Getting Started with CSS</a>. This is a project course, building a portfolio using basic HTML and CSS. We use responsive design, CSS grid, Flexbox, and CSS variables to put the site together. It&rsquo;s great practice for those who are wanting to strengthen their CSS skills.</li>\n</ul>\n<p>Here&rsquo;s a shot of me teaching at Frontend Masters in August, explaining something for the camera.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/edb6367f40.jpg\" width=\"600\" height=\"334\" alt=\"Jen teaching at Frontend Masters.\" />\n<h2>Other projects</h2>\nThis was the bulk of the work I did in 2021, but there was other work as well.\n<p>Knowing that I was ending my relationship with Harvard, I signed up for an educational video course. At the same time, I coordinated with LinkedIn regarding appropriate equipment for configuring my studio space. I now have a dedicated room in my home for making video, including a teleprompter, DSLR camera, Yeti X mic, and a nice background for recording.\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/31801a32f2.jpg\" width=\"600\" height=\"450\" alt=\"Jen's video studio has a teleprompter, camera, and nice backdrop.\" /></p>\n<p>As a result, I started to dabble in making more YouTube videos and doing some live streaming sessions. They were all really fantastic to do. I&rsquo;d like to do more, but as you can see above, I&rsquo;ve been too busy doing other things to spend much time here&hellip; so far.</p>\n<p>Other various &ldquo;other&rdquo; highlights:</p>\n<ul>\n<li>I&rsquo;m serving as an advisor to 2U&rsquo;s UX/UI Bootcamp program, talking with them about curriculum periodically.</li>\n<li>Erika Lee and I wrote <a href=\"https://learnwithjen.com/l/30daysofhtmlebook\">#30DaysOfHTML</a> and <a href=\"https://learnwithjen.com/l/15DaysOfCSS\">#15DaysOfCSS</a>. These were free email series that were turned into ebooks. They were a ton of work but helped us build a substantial mailing list.</li>\n<li>Erika and I turned our reflection on #30DaysOfHTML into conference talks, speaking at both <a href=\"https://pseweb.ca/\">PSEWeb</a> and at <a href=\"https://events.highedweb.org/heweb21/session/559123/30-days-of-html-lessons-learned-presenting-training-by-email\">HighEdWeb</a> with our talk &ldquo;30 Days of HTML: Lessons Learned Presenting Training by Email.&rdquo;</li>\n<li>Spoke at <a href=\"https://webflow.com/nocodeconf/session/5-steps-to-effective-planning-for-your-no-code-website-or-app\">No Code Conf 2021</a>, talking about planning no-code websites and apps. I gave away some <a href=\"https://bit.ly/nocodeconf2021\">awesome worksheets</a> to walk you through the process.</li>\n</ul>\n<h2>Next year</h2>\nDoes the craziness end? Nope. \n<ul>\n<li>LinkedIn and I have outlined 8 courses for 2022, but that only takes us through August. 😉</li>\n<li>Frontend Masters and I have scheduled &ldquo;<a href=\"https://frontendmasters.com/workshops/semantics-selectors/\">HTML Semantics &amp; CSS Selectors\n</a>&rdquo;  to record on March 15.</li>\n<li>I&rsquo;m starting to work more with other software companies to create training specifically for them.</li>\n<li>I&rsquo;ve also got my own training platform ready to build, with the first course likely to release early next year.</li>\n</ul>\n<p>Keep watching! There will be much more teaching from me coming in 2022 in the realm of HTML, CSS, UX, and no-code technologies.</p>\n",
				"date_published": "2021-12-08T14:17:00-04:00",
				"url": "https://learntoteach.tech/2021/12/08/retrospective.html",
				"tags": ["Teaching Reflections","Course release","Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/11/29/day-expert-placement.html",
				"title": "Day 3: Expert placement of equipment",
				"content_html": "<p>Today&rsquo;s work took about 2 1/2 hours. Because the equipment was out of the box, we spent the time placing desks, chairs, camera, lights, and other materials. We also tested the video and audio.</p>\n<p>The LinkedIn Learning team is based in Carpinteria, CA, while I&rsquo;m in Boston. We&rsquo;re separated by 3000 miles and 3 time zones. I moved the equipment and placed it and positioned it as they described. While setting this up, we had 3 cameras showing the scene. Two were the built-in webcams on the two computers (one mine, one theirs). The third camera was the DSLR itself, showing through the camera&rsquo;s filming software.</p>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/fdad07a40d.jpg\" width=\"600\" height=\"337\" alt=\"Teleprompter, lights, desk, chair, and screen.\" />\n<figcaption>Looking from the corner of the room, you may see the light and camera placements. We've set off the window with a privacy screen. </figcaption>\n</figure>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/bd099b5793.jpg\" width=\"600\" height=\"337\" alt=\"Looking at the set from the top of the teleprompter, looking at the desk and chair.\" />\n<figcaption>Photo taken near the top of the teleprompter, showing the set's lighting and placement.</figcaption>\n</figure>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/e4e01f47c1.jpg\" width=\"600\" height=\"337\" alt=\"Sitting in the set chair, looking at the teleprompter.\" />\n<figcaption>Sitting in the set chair, looking towards the teleprompter and the computer controlling the camera and audio. The blue blanket thrown over an empty clothes rack behind the teleprompter is acting as a sound baffle.</figcaption>\n</figure>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/ce5d048daf.jpg\" width=\"600\" height=\"326\" alt=\"Jen Kramer sitting in the set chair.\" />\n<figcaption>One frame of the test video. I'm sitting in the set chair and looking at the camera.</figcaption>\n</figure>\n",
				"date_published": "2021-11-29T17:25:00-04:00",
				"url": "https://learntoteach.tech/2021/11/29/day-expert-placement.html",
				"tags": ["Video"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/11/28/day-unboxing-and.html",
				"title": "Day 2: Unboxing and general setup",
				"content_html": "<p>Sunday afternoon fun &ndash; unpacking for tomorrow&rsquo;s tech check and configuration.</p>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/3b7b1d7fab.jpg\" width=\"600\" height=\"450\" alt=\"Dining room with teleprompter, recording computer, recording desk, and chair.\" />\n<figcaption>\nDining room with recording computer, teleprompter, lights, and desk.\n</figcaption>\n</figure>\n<p>This is nowhere near the final configuration for the room, but things are generally in place.</p>\n<ul>\n<li>Teleprompter has a Canon camera inside. I&rsquo;ll use my iPad as a teleprompter device, which sits on the tray.</li>\n<li>Canon camera is hooked to a wireless lavlier transmitter. The microphone and receiver are on the table.</li>\n<li>Three lights, definitely not in the right spot or height, but ready to be placed.</li>\n<li>Computer is the recording computer. This is what will be used to control the camera remotely. The camera and computer are connected via USB-C.</li>\n<li>The small glass desk is where my computer will be placed. There&rsquo;s an external keyboard and mouse that will go with it.</li>\n<li>There&rsquo;s a pile of &ldquo;stuff&rdquo; on the buffet for visual interest placement later. It&rsquo;s likely I&rsquo;ll be adding a plant or flowers or something.</li>\n</ul>\n",
				"date_published": "2021-11-28T17:29:30-04:00",
				"url": "https://learntoteach.tech/2021/11/28/day-unboxing-and.html",
				"tags": ["Video"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/11/27/what-does-it.html",
				"title": "Day 1: What does it take to put together a live action course?",
				"content_html": "<p>I&rsquo;ll be recording a live action course with LinkedIn Learning from November 29 to December 3.</p>\n<p>In non-pandemic times, this would mean flying to Carpinteria, CA, then working with a film crew for a week on a stage in a controlled environment. It&rsquo;s quiet, the lighting is always perfect, the passing of time is not obvious as the stage always looks the same.</p>\n<p>In pandemic times, I&rsquo;m at my home in Watertown, Massachusetts, just outside of Boston. LinkedIn sends me boxes of gear, which I set up. As they say, &ldquo;Jen, you&rsquo;re the grip and the talent.&rdquo;</p>\n<p>A <strong>grip</strong> is the film crew member that is tasked with moving things, assembling them, taking them down, and so forth. They don&rsquo;t run the camera, nor do they run the sound, but they may put the tripod in the right location.</p>\n<p>Who runs the camera? The film crew is in California, 3000 miles away. They run the camera over the internet. It is an amazing setup.</p>\n<p>I&rsquo;ll document the process over the next few days.</p>\n<p>First, you must prepare a space for the filming to happen. My dining room is relatively easy to rearrange and prepare. I&rsquo;ve brought in a small, glass desk for the set. My dining room table is moved out of the way, and there are chairs all over.</p>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/43ca20eeb8.jpg\" width=\"600\" height=\"450\" alt=\"The dining room before rearrangement.\" />\n<figcaption>The dining room before rearrangement.</figcaption>\n</figure>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/28d59b9cd7.jpg\" width=\"600\" height=\"450\" alt=\"The dining room after rearrangement.\" />\n<figcaption>Dining room after moving the table out of the way and placing the glass desk.</figcaption>\n</figure>\n<figure>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/16a7edb7aa.jpg\" width=\"600\" height=\"450\" alt=\"Three large cardboard boxes.\" />\n<figcaption>Gear shipped from LensRentals.com and from LinkedIn Learning.</figcaption>\n</figure>\n",
				"date_published": "2021-11-27T17:36:00-04:00",
				"url": "https://learntoteach.tech/2021/11/27/what-does-it.html",
				"tags": ["Video","Studio news"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/11/27/best-steps-to.html",
				"title": "Presentation: 5 best steps to effective planning for your no-code website or app",
				"content_html": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/NryRX6iWzcY\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<p>🚿 [Worksheets] (<a href=\"https://jen4web.notion.site/jen4web/Planning-Successful-No-Code-Websites-Apps-efd3651dfd124bdd9a4b04ca0c93ed7b\">https://jen4web.notion.site/jen4web/Planning-Successful-No-Code-Websites-Apps-efd3651dfd124bdd9a4b04ca0c93ed7b</a>)</p>\n<p>📷 [Slides] (<a href=\"https://www.slideshare.net/jen4web/5-steps-to-effective-planning-for-your-nocode-website-or-app\">https://www.slideshare.net/jen4web/5-steps-to-effective-planning-for-your-nocode-website-or-app</a>)</p>\n<p>How often do you get distracted by the latest no-code tool? Do you start with technology first, solving problems later? Or do you start with a problem but give up quickly, because you just can&rsquo;t figure out the &ldquo;&ldquo;perfect&rdquo;&rdquo; solution with so many choices out there?</p>\n<p>Based on my Harvard course and book, I’ll walk you through how to define goals, audience, features and functionality, data flow, and brand to create an executable outline of work for your next project, complete with a clear outline and worksheets. With this plan in place, you’ll gain more confidence than ever in launching your next project and you’ll feel empowered to build more effectively!</p>\n<p>Jen Kramer (she/her), HTML, CSS, and no-code training for all, JenKramer.org\nJen Kramer has been teaching &amp; practicing web design for over 20 years. Formerly an award-winning Harvard lecturer, she’s currently a freelance no-code, HTML, and CSS educator. She has also created over 60 courses for LinkedIn Learning, Frontend Masters, and more.</p>\n<p>Presented at Webflow&rsquo;s No-Code Conference 2021, November 17, 2021.</p>\n",
				"date_published": "2021-11-17T17:52:00-04:00",
				"url": "https://learntoteach.tech/2021/11/27/best-steps-to.html",
				"tags": ["NoCode Reading"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/08/31/124830.html",
				"title": "Upcoming talk at No-Code Conf",
				"content_html": "<h1 id=\"five-steps-to-plan-your-no-code-website-or-app\">Five Steps to Plan Your No-Code Website or App</h1>\n<p>How often do you get distracted by the latest no-code tool? Do you start with technology first, solving problems later? Or do you start with a problem but give up quickly, because you just can&rsquo;t figure out the &ldquo;perfect&rdquo; solution with so many choices out there?</p>\n<p>Jen Kramer presents five steps to effective planning for your next no-code website or app. Based on her Harvard course and book, Jen will walk you through defining goals, audience, features and functionality, data flow, and brand to create an executable outline of work for your next project. Stay on task and reach success with a clear outline of process and worksheets to walk you through each step. Gain confidence in creating your next project and build more effectively with a plan.</p>\n<script type=\"text/javascript\" src=\"https://sessionize.com/api/speaker/sessions/c4aa0874-d92b-4042-aaea-8e062544a137/0x1x3fb393x\"></script>\n",
				"date_published": "2021-08-31T12:48:00-04:00",
				"url": "https://learntoteach.tech/2021/08/31/124830.html",
				"tags": ["Tools Website builders","Tools General","Tools Web app builders"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/08/24/happy-th-anniversary.html",
				"title": "Happy 20th Anniversary, Marlboro College ISM Class of 2001",
				"content_html": "<p>Twenty years ago, Barbara Hall and I (among many others) graduated from The Graduate Center at Marlboro College with a MS in Internet Strategy Management.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/bce4b3e6a3.jpg\" width=\"600\" height=\"415\" alt=\"Jen Kramer and Barbara Hall, having just left graduation ceremonies in late August 2001.\" />\n<p>The class of 2001 was one of the biggest in the history of the school, with three separate sections of roughly 20 students each as we started. As we arrived, I remember employers salivating over all of us, wanting to hire us as soon as we were done, even visiting us the first day of school. Alas, the &ldquo;dot bomb&rdquo; was well underway, having started with the stock market crash in March 2000.</p>\n<p>We had students from all over, literally flying to class every other weekend, from Kansas and California, taking the train up from Pennsylvania and New York, and driving in from Boston and Burlington. Unfortunately, not all of us made it through, as employers started cutting learning stipends in early 2001.</p>\n<p>But we graduated in August 2001, into a world that seemed bright, despite the contraction in the economy. I gave the &ldquo;valedictorian&rdquo;-ish speech to the class at graduation as it was streamed online - an unheard of event in 2001, especially in the middle of nowhere.</p>\n<p>I immediately started as a TA as soon as I graduated, a week before September 11, the same time I met with my first post-graduation web design client (on September 10). The world changed overnight, but thank goodness there were still students to teach and websites to build.</p>\n<p>In 2002, I advised 4 capstone projects. I&rsquo;d advise dozens more to come in the following 20 years.</p>\n<p>By 2003, the degree became the MS in Strategic Technology Management, when it was no longer fashionable to have &ldquo;internet&rdquo; in the degree name. I also started teaching the first courses of my own.</p>\n<p>By 2005, the degree disappeared entirely, sort of becoming the MS in Information Technology.</p>\n<p>The school name changed every 2 years for a while &ndash; I forget the exact timeline and sequence, but it was something like:</p>\n<p>The Graduate Center at Marlboro College</p>\n<p>Marlboro College Graduate Center</p>\n<p>Henry Zee Persons School of Marlboro College</p>\n<p>Graduate School of Marlboro College</p>\n<p>Marlboro College Graduate School</p>\n<p>By 2011, I&rsquo;d departed as a faculty member.</p>\n<p>And by 2020, Marlboro College became the Marlboro Institute at Emerson College. No more main campus, no more Brattleboro building.</p>\n<p>Still, it was the perfect graduate degree for me at the right moment in my life. I earned back my tuition at least 3 times over in the 10 years spent as a faculty member and program director. The degree enabled me to teach at Harvard, something that would have never crossed my mind as possible in 2001, or even in 2011. And I made many friends along the way who I&rsquo;m still in touch with today.</p>\n<p>Marlboro&rsquo;s faculty and administration gave me many opportunities that kept me growing long after I&rsquo;d graduated. They supported many user group meetings for Adobe and Joomla, supported our Joomla Day events with free space and a smile, and even sent us to New York City to give away information about the school at a conference one year.</p>\n<p>We shall never forget driving to the Grad Center to participate in the online chat for class &ndash; text-based only and on AOL in those days, because we could not count on our dialup internet working at home for a full hour. (We had one in-person chat happening with the 8 or 9 of us who participated at Marlboro, with the second text chat happening online.)</p>\n<p>We remember talking to Mr. Clean&rsquo;s AI-driven website, as he gently asked us to reveal more personal details about ourselves.</p>\n<p>Finally, Jeffrey Veen will always remind us that well-designed home pages address three things: Where are we? What can we do here? Where can we go next?</p>\n<p>Happy 20th graduation anniversary to the class of 2001. Section 3 still rules after all of these years.</p>\n",
				"date_published": "2021-08-24T15:52:00-04:00",
				"url": "https://learntoteach.tech/2021/08/24/happy-th-anniversary.html",
				"tags": ["Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/06/17/tell-students-what.html",
				"title": "Tell students what isn't important to worry about in the assignment",
				"content_html": "<p>Instructor labels &ndash;</p>\n<p>Green circle = the assignment</p>\n<p>Gray circle = what students think is important</p>\n<p>Include a section in the assignment that clearly spells out what you DON&rsquo;T care about for grading. It&rsquo;s as important as the rubric you use for grading.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">At least perfect the right thing. <a href=\"https://t.co/nTtyT5gQuE\">pic.twitter.com/nTtyT5gQuE</a></p>— Janis Ozolins (@OzolinsJanis) <a href=\"https://twitter.com/OzolinsJanis/status/1405367040332926979?ref_src=twsrc%5Etfw\">June 17, 2021</a></blockquote> <script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n",
				"date_published": "2021-06-17T07:15:00-04:00",
				"url": "https://learntoteach.tech/2021/06/17/tell-students-what.html",
				"tags": ["Teaching Tips","Teaching Reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/05/16/im-back.html",
				"title": "I'm back!",
				"content_html": "<p>#30DaysofHTML ended 2 weeks ago. My last teaching semester at Harvard ended yesterday.</p>\n<p>In my educational video course, where I was a student, I created a video reflecting on #30DaysofHTML.\n<a href=\"https://youtu.be/R9WW-KlKVC8\">youtu.be/R9WW-KlKV&hellip;</a></p>\n<p>I&rsquo;m returning to blogging shortly, now that I have some time.</p>\n<p>Also, I need a job. My Harvard teaching gig is up on June 30, but there isn&rsquo;t much for me to do between now and then.</p>\n",
				"date_published": "2021-05-16T10:39:06-04:00",
				"url": "https://learntoteach.tech/2021/05/16/im-back.html",
				"tags": ["Video","Studio news","Teaching Reflections","Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/04/01/how-to-make.html",
				"title": "How to make HTML exciting again",
				"content_html": "<img src=\"https://cdn.uploads.micro.blog/33464/2021/480d999f5d.png\" width=\"853\" height=\"141\" alt=\"#30DaysofHTML banner graphic.\" />\n<p>Today I received the best compliment on my #30DaysofHTML course, even before it launches.</p>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I don't know how you've managed it, but you've gotten me all excited about HTML.</p>— ოarῐa ᥨaῃ𝙜әr 🚁😷💉🇺🇸 (@mlanger) <a href=\"https://twitter.com/mlanger/status/1377610956323229700?ref_src=twsrc%5Etfw\">April 1, 2021</a></blockquote> <script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n<p>This gets to the heart of why I started this challenge and my thinking behind it.</p>\n<h3>How HTML is normally taught</h3>\n<p>HTML is the scaffolding behind a web page. It&rsquo;s as exciting as framing a house, or [playing bass or drums in a rock band] (<a href=\"https://jen4web.substack.com/p/use-the-full-frontend-or-create-junk)\">https://jen4web.substack.com/p/use-the-full-frontend-or-create-junk)</a>. In other words, there&rsquo;s some artistry, but it&rsquo;s underappreciated by most. Done right, it&rsquo;s in the shadow of way more exciting and interesting elements of the project. However, without it, nothing else matters &ndash; HTML is foundational to a website.</p>\n<p>When developers teach new developers HTML, it&rsquo;s presented as a necessary evil. As little time as possible is spent on it, because everyone wants to get on to making things pretty and interactive &ndash; neither of which is a thing with HTML. Quick quick, here&rsquo;s a tag, here&rsquo;s an attribute, open/close things &ndash; whew, let&rsquo;s move on.</p>\n<p><strong>As a result, HTML is the mushroom of the web world. It&rsquo;s kept in the dark, and it eats a lot of crap by people who see nothing to love.</strong></p>\n<h3>I love mushrooms</h3>\n<p><em>The purpose of the Hypertext Markup Language is to identify the parts of the web page: paragraphs, lists, headings, links, addresses, quotations, and so much more.</em> How many times have I said this sentence in 20 years of teaching?</p>\n<p>But finally, I made a connection: <strong>HTML is intimately tied to the story of the website.</strong></p>\n<p>Everyone wants to be heard and understood. Everyone wants their story heard. <strong>Great HTML is the way to communicate your story to the world.</strong></p>\n<p>When I was 14 months old and hungry, I would pull on my mother&rsquo;s pant leg, point to the counter looming over my head, and grunt, &ldquo;Cookie.&rdquo; (Or so my mother says. I do not remember.) She would respond by giving me fruit, crackers, a bowl of dry Cheerios, or whatever else a 14 month old eats. Not a cookie, no matter hard I tried. Or she&rsquo;d tell me it was almost dinner time and go away and leave her to finish it.</p>\n<p>Consider that your crappy HTML is telling this same story. If your website is nothing but one &lt; div &gt; after another, you&rsquo;re just saying COOKIE COOKIE COOKIE. You&rsquo;re 14 months old, with a limited grasp of vocabulary.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/0fad8710f2.jpg\" width=\"409\" height=\"426\" alt=\"Cartoon  - semantic HTML overwhelmed by divitis\" />\n<h3>Telling the wrong story </h3>\n<p>So. How do you convince developers, who just love everything pretty and interactive, that their framing sucks and doesn&rsquo;t work? Their code that sits on top of it works just fine. Framing is SO BORING.</p>\n<p>Well, accessibility, of course! It&rsquo;s absolutely critical. Accessibility should start at the beginning. It should always be incorporated in the site. Good accessibility starts with meaningful HTML.</p>\n<p>But &ndash; what the accessibility advocates are doing is not effective to get developer attention. They are, unfortunately, ignored for the most part.</p>\n<p>We&rsquo;ve (maybe) gotten (some) busy developers to feel guilty about their bad HTML. But changing it takes effort. Learning what HTML elements are available takes time and research. Time that could be spent learning the latest JavaScript framework.</p>\n<p>Time for a new story with new framing.</p>\n<h3>#MakeHTMLExcitingAgain</h3>\n<p>If we focus on HTML&rsquo;s syntax, that&rsquo;s not interesting. What&rsquo;s interesting is the meaning conveyed behind the elements. Why choose one element over another? How does that element contribute to the website&rsquo;s story?</p>\n<p>30DaysofHTML incorporates the following concepts:</p>\n<ul>\n<li>\n<p>Focus on the meaning behind the elements. When should something be used or not used?</p>\n</li>\n<li>\n<p>Don&rsquo;t overwhelm with all of the edge cases and complexity. Provide just enough information to feel like you know a little bit, and provide links to everything else.</p>\n</li>\n<li>\n<p>Identify any misconceptions about the element. HTML looks like English. The &lt; address &gt; element, for example, looks like it&rsquo;s for a postal address. However, it can be used for any contact information associated with an article or website author, including phone numbers, email address, social media links, or even geographic coordinates. Who knew that? That&rsquo;s interesting and fun and different.</p>\n</li>\n<li>\n<p>Remove the pretty and interactive, so learners are forced to focus on the scaffolding. We aren&rsquo;t concerned with cross-device presentation or UX or anything else. It&rsquo;s black text on a white page. There&rsquo;s nothing else to do here&hellip; by design.</p>\n</li>\n<li>\n<p>Encourage application, reflection, and discussion. Not only should there be a little reading, but there should be some examples and problems to try too. Maybe the occasional quiz. Encourage readers to share their work and comment on each other&rsquo;s markup and approaches. Put the discussion on the meaning we&rsquo;re trying to convey.</p>\n</li>\n<li>\n<p>And finally, make it fun. Make some fun graphics, throw in a few emojis, use all of the web writing techniques to break up content with headings and lists. Write in a fun and informal style.</p>\n</li>\n</ul>\n<h3>Hook 'em with a hook</h3>\n<p>[&quot;&lt; address &gt; should be used for addresses. You guessed that already. But what kind of addresses, and in what context?&quot;] (<a href=\"https://jen4web.substack.com/p/address\">https://jen4web.substack.com/p/address</a>)</p>\n<p>Draw the reader in. Make them curious. Conflict is interesting. The lure of something that perhaps you don&rsquo;t know is intriguing.</p>\n<p>I also sent out a [&ldquo;Night Before&rdquo;] (<a href=\"https://jen4web.substack.com/p/twas-the-night-before-30daysofhtml\">https://jen4web.substack.com/p/twas-the-night-before-30daysofhtml</a>) email, explaining what to expect and how it will all work. This sets anxious learners at ease, and it sets expectations and generates interest. It also sets metrics for what success looks like.</p>\n  <h3>Give them a familiar format</h3>\n<ul>\n<li>\n<p>The &ldquo;X Days&rdquo; format is popular at this moment. People talk about #100DaysofCode and #100DaysofNoCode and such. Why not #30DaysofHTML? Fortunately, it explains everything you need to know in the hashtag. 30 days, talking about HTML.</p>\n</li>\n<li>\n<p>Email is the format for delivery. It&rsquo;s simple, easy, and everyone has it. Using Substack, I also create a website, and it has interesting discussion features for sharing work.</p>\n</li>\n<li>\n<p>In Silicon Valley speak, &ldquo;reduce friction.&rdquo; The email goes in your inbox. You read it when you&rsquo;re ready. Another appears tomorrow. You&rsquo;re getting 30 emails in 30 days. What&rsquo;s not to love?</p>\n</li>\n</ul>\n<h3>Time to start!</h3>\n<p>This is the start of my 30 day journey. I hope to learn more about HTML, but mostly, I hope to learn more about offering instruction in this format. What works and what falls flat? What is the response? What would I do differently next time?</p>\n<p>I&rsquo;ll write more about this in May.</p>\n",
				"date_published": "2021-04-01T11:29:00-04:00",
				"url": "https://learntoteach.tech/2021/04/01/how-to-make.html",
				"tags": ["Teaching Tips","Teaching Reflections","Personal reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/04/01/daysofhtml-starts-today.html",
				
				"content_html": "<p>#30DaysofHTML starts today! There&rsquo;s still time to (free) [register] (<a href=\"https://jen4web.substack.com/welcome)\">https://jen4web.substack.com/welcome)</a>. First email goes out at 11 AM, but if you miss it, you&rsquo;ll see it on the [website] (<a href=\"https://jen4web.substack.com\">https://jen4web.substack.com</a>), and you&rsquo;ll get the emails going forward.</p>\n<img src=\"https://cdn.uploads.micro.blog/33464/2021/34415a9d60.png\" width=\"600\" height=\"503\" alt=\"\" />\n",
				"date_published": "2021-04-01T09:55:31-04:00",
				"url": "https://learntoteach.tech/2021/04/01/daysofhtml-starts-today.html"
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/26/star-ratings-in.html",
				"title": "Star ratings in Substack - grading the reader, not the writer",
				"content_html": "<p>[Interesting Substack feature] (<a href=\"https://medium.com/linda-caroll/how-substacks-new-gold-stars-will-help-writers-get-results-9fc6fdc6342a)\">https://medium.com/linda-caroll/how-substacks-new-gold-stars-will-help-writers-get-results-9fc6fdc6342a)</a>: your readers are given star ratings visible only to the newsletter owner.</p>\n<p>As the article points out, you can give special offers to people who are actively reading your newsletter and weed out those who just wanted the freebies.</p>\n<p>I&rsquo;m also thinking about this for educational purposes. You know exactly which students are engaged enough to open the emails.</p>\n",
				"date_published": "2021-03-26T10:52:11-04:00",
				"url": "https://learntoteach.tech/2021/03/26/star-ratings-in.html",
				"tags": ["Tools General"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/18/expand-your-html.html",
				"title": "Expand your HTML game in 30 days.",
				"content_html": "<p><em>There&rsquo;s a world beyond &lt; p &gt;, &lt; a &gt;, and &lt; div &gt;</em></p>\n<p><a href=\"https://jen4web.substack.com/subscribe\"><img src=\"https://cdn.uploads.micro.blog/33464/2021/61f1fd4488.png\" width=\"500\" height=\"500\" alt=\"30 Days of HTML logo. Click to subscribe to the challenge.\" /></a></p>\n<h3>What is 30 Days of HTML?</h3>\n<p>Receive one email a day for 30 days, each featuring at least one HTML element.</p>\n<p>Expand your HTML repertoire, including element names, required and common attributes, example code, and links to more learning.</p>\n<p><strong>It starts April 1, 2021.</strong></p>\n<p>[Subscribe to 30 Days of HTML] (<a href=\"https://jen4web.substack.com/subscribe\">https://jen4web.substack.com/subscribe</a>)</p>\n<h3>Who is this for?</h3>\n<p>This challenge is designed for those already familiar with HTML syntax but limited in their tag choices.</p>\n<p>We cover the 95% of HTML that has a use on many of your web pages, but you don’t know it exists. No paragraphs, lists, and headings here.</p>\n<h3>But I don’t know HTML… yet</h3>\n<p>If you want to learn HTML from nothing, I recommend [my free bootcamp at Frontend Masters] (<a href=\"https://www.frontendmasters.com/bootcamp)\">https://www.frontendmasters.com/bootcamp)</a>. If you’ve taken the bootcamp already, you will find this series a great next step in developing frontend web development skills.</p>\n",
				"date_published": "2021-03-18T12:37:00-04:00",
				"url": "https://learntoteach.tech/2021/03/18/expand-your-html.html",
				"tags": ["Course release"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/13/teaching-reflections-professor.html",
				"title": "Teaching Reflections #13: Professor as a bad video-maker",
				"content_html": "<p>This week&rsquo;s reading: [Academics aren’t content creators, and it’s regressive to make them so] (<a href=\"https://www.timeshighereducation.com/opinion/academics-arent-content-creators-and-its-regressive-make-them-so\">https://www.timeshighereducation.com/opinion/academics-arent-content-creators-and-its-regressive-make-them-so</a>)</p>\n<p>A few quick snips from the article:</p>\n<blockquote>\nThe philosopher John Dewey told us that an educational experience – what he called a community of inquiry – requires a cognitive presence (the learner), a social presence (the learning community) and a teaching presence (the professor). \n</blockquote>\n<blockquote>\n  By Dewey’s definition, if our professors spend their time editing videos instead of engaging with students, we cease to even be “educational” institutions. A video made by a professor for only their class is akin to the single-copy, handwritten book disseminated to just one room of people. It is regression, not progress.\n</blockquote>\n<p>I think the argument the author is making is this:</p>\n<ul>\n<li>\n<p>Dewey says good learning involves 3 elements: learner, learning community, and instructor. This is a virtuous circle. All three elements feed on each other.</p>\n</li>\n<li>\n<p>If the instructor must spend more time making (bad) video, they have less time to spend with learners. The video is often bad, because instructors are usually not filmmakers. &ldquo;Bad&rdquo; may be bad production, but it may also be bad storytelling in the video.</p>\n</li>\n<li>\n<p>If the video is bad, then the learners will go elsewhere to get content, fracturing the community.</p>\n</li>\n<li>\n<p>Without all three elements in place for a good learning experience, university education is simply overpriced.</p>\n</li>\n</ul>\n<h3>The practical side of this</h3>\n<p>I also make a lot of professional video for LinkedIn Learning and Frontend Masters.</p>\n<p>In the past, I&rsquo;ve tried to use these videos as the basis for my class. The students were extremely unhappy, because they could get their own subscription for pennies on the dollar of what they were paying for my university course.</p>\n<p>They prefer my less polished, less produced, lower quality video, because they felt this was a better value for their dollar. Why?</p>\n<p>Because they feel connected with me when I make a video for them. Students feel like they know me when I&rsquo;m being my normal goofy self on camera. I have less of a personality when I&rsquo;m on camera at LinkedIn. Professional polish and all that.</p>\n<h3>Video as textbook and analysis</h3>\n<blockquote>\n  Content can enable learning, but it cannot provide an education. Similarly, content is not our core value. There is a long tradition, going back to the printing press, of universities outsourcing their content provision to the textbook: an expensive relic, now replaced by largely free content on the internet. This is progress. Education should be better than ever, as we are now able to point at myriad incredible resources, possibly on the web, perhaps in our library, where we act as content aggregator, not creator. Creation is done when we have our researcher hats on, not our teaching hats.\n  </blockquote>\n<p>In the old days, we read the book before we went to class, where the information was discussed and interpreted.</p>\n<p>Today, video is asked to do both of these things at once: provide the information of the textbook AND provide the discussion and interpretation. The author thinks that professors spending their time making the textbook is a waste. Find other resources online, have the students use these as the textbook, and then provide interpretation and discussion in class.</p>\n<p>What if we had some type of vetted and reviewed video that we could incorporate in our courses? Then we have an effective textbook for our courses, and again, the professor brings the interpretation and meaning to the material.</p>\n  <h3>But I can't make YouTube-style video, so my stuff isn't engaging!</h3>\n<p>I don&rsquo;t believe this at all, because the argument here is <strong>the technology should drive the content.</strong> In other words, the students won&rsquo;t watch without music, jump cuts, and crazy graphics.</p>\n<p>What if we had good content, making a reasonable video that tells a good story but with much less flash? What if we engaged students through discussion and collaboration?</p>\n<p>Remember the original argument: <strong>If the video is bad, then the learners will go elsewhere to get content, fracturing the community.</strong> However, &ldquo;bad&rdquo; is not defined.</p>\n<p>Bad video could mean bad production for sure. But it could also mean:</p>\n<ul>\n<li>\n<p>The instructor is overwhelmed trying to make technologically interesting video, reducing time to engage with students.</p>\n</li>\n<li>\n<p>The students are not engaged with the instructor, so they go elsewhere for more entertaining content.</p>\n</li>\n<li>\n<p>Dewey&rsquo;s community of inquiry is fractured.</p>\n</li>\n</ul>\n<p>What if instructors instead spent their time on making a good story, recording it the best way possible, and engaging students in discussion and activities? Rather than putting so much emphasis on video, put more on the activity and engagement for a better learning experience.</p>\n",
				"date_published": "2021-03-13T11:49:54-04:00",
				"url": "https://learntoteach.tech/2021/03/13/teaching-reflections-professor.html",
				"tags": ["Teaching Reflections"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/10/upcoming-frontend-masters.html",
				"title": "Upcoming Frontend Masters workshops in August and October",
				"content_html": "<p>I have planned my first trip in over a year, pending my full vaccination&hellip; which looks increasingly likely!</p>\n<p>I&rsquo;m headed to Minneapolis to give two workshops with Frontend Masters.</p>\n<p><strong>August 18-19: [Responsive Web Design with Flexbox &amp; CSS Grid, v2] (<a href=\"https://frontendmasters.com/workshops/grid-flexbox-v2/\">https://frontendmasters.com/workshops/grid-flexbox-v2/</a>) </strong><br>\nAll things responsive design covered here, including Flexbox, Grid, responsive image approaches and solutions, grid systems, and plenty of exercises and challenges along the way. This updates the original course recorded in 2017 with lots of new information, approaches, and CSS properties. As always, there&rsquo;s a healthy dose of HTML semantics and CSS selectors and specificity along the way.</p>\n<p><strong>October 14: [HTML Semantics and CSS Selectors] (<a href=\"https://frontendmasters.com/workshops/semantics-selectors/\">https://frontendmasters.com/workshops/semantics-selectors/</a>)</strong><br>\nIf you&rsquo;re not fully using <strong>all three languages</strong> on the front end &ndash; HTML, CSS, and JavaScript &ndash; you&rsquo;re missing out on opportunities to make pages more accessible, more compact, and more understandable to humans and robots.</p>\n<p>Unfortunately, most of today&rsquo;s education focuses solely on JavaScript, with a mere nod to HTML and CSS. The result is developer burnout, too much churn in frontend web development, and an obsession with the latest hottest framework. Twitter is rife with developers trashing HTML and CSS, wanting to turn the web into an exclusive JavaScript paradise.</p>\n<p>What is most of this animosity based in? A fundamental non-understanding of HTML and CSS. This workshop focuses on all of those pieces you missed at bootcamp back in the day. How do we mark up content semantically? How can we leverage selectors to select what&rsquo;s in front of us, using classes as a last resort? Finally, participate in the No-Class Challenge: Styling a web page using semantic markup and without the use of classes.</p>\n",
				"date_published": "2021-03-10T12:54:00-04:00",
				"url": "https://learntoteach.tech/2021/03/10/upcoming-frontend-masters.html",
				"tags": ["Course release"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/09/new-linkedin-learning.html",
				"title": "New LinkedIn Learning course release: HTML and CSS Linking",
				"content_html": "<img src=\"https://cdn.uploads.micro.blog/33464/2021/3025a4a0f0.jpg\" width=\"600\" height=\"337\" alt=\"HTML and CSS: Links course at LinkedIn Learning. \" />\n<p>[HTML and CSS: Linking] (<a href=\"https://www.linkedin.com/learning/html-and-css-linking\">https://www.linkedin.com/learning/html-and-css-linking</a>)</p>\n<blockquote>\n  Hyperlinks are the foundation of the World Wide Web, but they come in many different flavors. Do you want to link to a specific point in a document? Make a phone call, or send an email? Link from images or dedicated navigation bars instead of text? In this course, instructor Jen Kramer gives you all the tools you need to make those tasks easy. Jen goes over basic links, linking to different files and resources, and linking from images, headers, text, and more. She shows you how you can style links and individual link states using CSS selectors, then goes into how you can make exceptions and create different styles. Jen covers the steps you should take to maintain links and redirect them when necessary.</blockquote>\n<p>When LinkedIn asked me to put together a course on links, I thought it was a ridiculous idea. How much could be said about links?</p>\n<p>Then I started spelling out All The Things:</p>\n<ul>\n<li>\n<p>Linking to pages within your site and pages elsewhere on the internet, in new windows/tabs and the same window/tab.</p>\n</li>\n<li>\n<p>Links to other things: PDFs and other documents, email addresses, phone numbers.</p>\n</li>\n<li>\n<p>Links within the same document (back to top links, links to sections of the page).</p>\n</li>\n<li>\n<p>Images as the item to click on to load a link, instead of text.</p>\n</li>\n<li>\n<p>Image maps, in which one image contains more than one link.</p>\n</li>\n<li>\n<p>The five states of a link for styling purposes: unvisited, visited, hover, active (once the link is clicked but before the page loads), and focus (when the link is selected but not yet clicked).</p>\n</li>\n<li>\n<p>Navigation bars, horizontal and vertical.</p>\n</li>\n<li>\n<p>Styling text links to look like buttons.</p>\n</li>\n<li>\n<p>Checking for link rot.</p>\n</li>\n<li>\n<p>Using a robots.txt file to control search engine movement in a site.</p>\n</li>\n<li>\n<p>Redirects, both client-side (meta tag) and server-side (301, 302, etc).</p>\n</li>\n</ul>\n<p>Basically, there&rsquo;s a whole universe of links, and this is the course that covers it all.</p>\n",
				"date_published": "2021-03-09T16:58:00-04:00",
				"url": "https://learntoteach.tech/2021/03/09/new-linkedin-learning.html",
				"tags": ["Course release"]
			},
			{
				"id": "http://jen4web.micro.blog/2021/03/06/year-one-pandemic.html",
				"title": "Year One Pandemic Reflections",
				"content_html": "<p>What was happening on March 6, 2020, one year ago today?</p>\n<p>I was preparing for a 3-leg trip from Boston. First stop was Portland, Oregon, for the SIGCSE conference. After the conference, I was heading south to California for some LinkedIn Learning recording. After some time there, I was headed to Arizona to visit my parents at their retirement community.</p>\n<p>I was anxious about this trip. Because I was scheduled to be gone from March 11-24, I was worried that the airlines might shut down along the way. Maybe some element of the trip would be cancelled, but others would continue.</p>\n<p>On March 6 at 10 AM, I was getting what would become my last haircut for 2020.</p>\n<p>By that afternoon, Harvard announced they would not allow non-essential academic travel in the US. (They&rsquo;d stopped allowing international travel a few weeks prior.) In other words, my participation in SIGCSE was no longer happening.</p>\n<p>By March 9, LinkedIn had cancelled my trip for the following week.</p>\n<p>Cancelling the trip to see my parents was a no-brainer. I could not live with myself if I brought them the virus. As it turned out, their retirement community closed to visitors around March 16.</p>\n<p>Of course, this was just the beginning. Many more trips would be cancelled along the way, including a birthday trip to Europe, conference trips, and video recording trips. It was a year without music, as all of my music groups cancelled rehearsals, concerts, and whole seasons of performance. It was a year without family. Indeed, I last saw my family in August 2019. It may be 2 years before I see them, possibly longer.</p>\n",
				"date_published": "2021-03-06T15:03:00-04:00",
				"url": "https://learntoteach.tech/2021/03/06/year-one-pandemic.html",
				"tags": ["Personal reflections"]
			}
	]
}
