DEV Community

Joy Case
Joy Case

Posted on

Markdown Course LIVE on Scrimba

Markdown allows us to write HTML in a quick and fluid way.
We use this on the regular for our code reviews, comment sections and README files again and again.

Not bolded bolded 1 bolded 2
Not italic italic 1 italic 2
Not strikethrough strikethrough 1

At first glance the importance of Markdown may not seem all that important. You would be right wrong! Readability in your PRs and being able to communicate your point clearly and cleanly is crucial. It's not uncommon for engineers to create documents ahead of time to their team members for future features on apps that support Markdown to get their point across!


"Get Good, Get Great, Get Better" - Dylan Israel


Scrimba really is the perfect platform for teaching something like Markdown. The interactive challenges and custom technology has been designed with this in mind.

“To achieve this, we’ve created a new video format for code screencasts. We call it “scrims”.


  1. List item 1
  2. List item 2
  3. List item 3
  • Unordered list 1
  • Unordered list 2
  • Unordered list 3

I personally have been really impressed with the screencast functionality. It has 3 main pieces which make it stand out:

  1. Pausing the screencast and having selectable code that can be ran and played with.
  2. File size being typically 1% of a normal video file.
  3. The free availability of anyone who wants to use their screencasts for demos can and share them with their friends and colleagues.
{ 
    youtubeChannel: 'https://www.YouTube.com/CodingTutorials360'
}
Enter fullscreen mode Exit fullscreen mode

Markdown Logo


YouTube Channel

dylansemail310@gmail.com

About Me

As the author of this course I thought it might make sense to introduce myself. My name is Dylan Israel. I current work as a Front End Engineer at Amazon. In my free time I run a YouTube Channel on software engineering.

I also run a podcast called Self-Taught or Not with my co-host Erik Hanchett. He also runs a YouTube channel called Program with Erik.

Podcast


Alt Text


Tables

Left Center Right
1 2 3

Extended Syntax - Tasks List


  • [ ] Did you run the tests?
  • [x] Did you lint the project?

Extended Syntax - Automatic URLs


My Channel

www.YouTube.com/CodingTutorials360

www.YouTube.com/CodingTutorials360


Top comments (0)