Ahmad Awais

NAVIGATE


SHARE


How I Built My Own Teaching Platform

Ahmad AwaisAhmad Awais

In this post, you’ll learn how I built my own Learn Management System (LMS) to launch my courses (VSCode.pro and now NodeCLI.com). This is a compilation of two posts I wrote back in 2017 and 2018. Mostly random thoughts instead of an actual blog. Here goes nothingโ€ฆ


If you have ever been to a conference where I gave a talk, or if you are one of my meetup attendees โ€” then you know one thing about me. I love to teach.

I know it’s genetic and all that, but I can’t help it. Brain dumping has a nice effect on my mood. But that’s a story for another day.

๐Ÿ‘Œ So, in 2017, I finally became serious about teaching online. I have been teaching via in-person workshops. But online, there’s a huge audience.

๐Ÿค” I knew I had to invest in a better mic, create videos, find a good learn-management system (let’s call it a course-building platform), and boom.

๐Ÿš€ So, here’s how I went about it, read it like you are sitting inside my brain and can actually hear what my brain is thinking and ordering me to do next

โš ๏ธ WARNING: Do NOT try this at home. ;)

So, yes. I did all that and spent about ten months on this.

โœ… It was a hard thing to watch myself dwell in the pool of over-engineering. I was sold a couple of my commercial projects product to support the time spent on this, but I had a few things going, so it was kind of a part-time side-hustle thing.

โœ… I was also doing 10 to 15 hours per week of contract work and five hours of consultancy during this time. So, at least, it was not all that bad.

But what bothers me most is I never got around releasing any of it, that’s the sucker here. BUT I hope to release my courses this year (2018). ๐Ÿ’ฏ

The rest of the post is from 2017, when I finally launched an online course. Go easy on me. It was my first time.

๐Ÿ‘จโ€๐Ÿซ

TEACHING
Building A Course Platform โ€” Launching VSCode.pro

I’m super excited to share that I finally launched my VSCode.pro and then NodeCLI.com courses. I have a bunch more you can check My Courses page. I love to teach. I come from a family of teachers; both parents and grandparents are teachers โ€” defo a genetic bug?! Haha.

But why I released a course on VSCode.pro, what it took for me to do that, and the kind of impact I think I’ve had here?

โ€”โ€”โ€”

๐Ÿ†š
Launching the VSCode Power User Course

In the last two years, as a consultant, I worked with Googlers and engineers from Microsoft, Netflix, MongoDB, and a couple of other major tech companies โ€” to find out almost everyone was using VSCode โ€” the new open-source editor from Microsoft. Must be a reason for that.

โœ… So, I decided to check it out. The moment I switched to VSCode from Sublime, I felt overwhelmed, to say the least. But I’ve had serious issues with Sublime whenever I wanted to debug code, write TypeScript, or autoformat via ESLint/Prettier. It’s been 10 years since I’ve been using Sublime Text, but the eco-system has gone stale. Updates are years apart.

๐Ÿค” I wanted a guide, sort of a course where someone would make it easier for me to make this switch. After searching for a course, I didn’t find any. So, in 2017, I announced my intent to create such a course.

VSCode Power User Course

๐Ÿ™Œ 1,000+ hours of building, recording, getting sick ๐Ÿคง, then re-recording & finally launching my course in over a year has been a nerve-racking task. I’ve poured my dev-heart out in this course.

The best way to get to know what you get in this course is by watching this 4 min long video โ€” which I think is too long, but it has a hilarious ending. ๐Ÿคฃ

๐ŸŒŸ If you can then support my work & buy the masterclass at โ†’

Making of VSCode.pro Course#

It took a lot to launch this course online simply. It took a lot of decisions on which mic to choose, which audio software to buy and learn, the screen resolution best for most users, the video recording and editing software, getting an excellent audio engineer/DJ to improve the filters in Adobe Auditions, learning ScreenFlow deeply to do all audio/video and even writing some of the Closed Captions myself. And then, before all that โ€” building my own custom Learning Management System where developers could log in to take the course.

VSCode Power User Course

โ™ป๏ธ I did everything from scratch. The entire life cycle of this course. Built the course site, the Learning Management System (LMS), recorded & edited the videos, audio engineering, built a home studio, modeled for the pitch video (my first time selling something on camera, it felt weird), and more.

๐Ÿ’ธ Lifetime subscription with a one-time payment. Many friends suggested I use a SaaS teaching platform. Save time and build a monthly subscription model. But I didn’t want to do any of that. Built from scratch. Pushed me back at least one year.

I wanted to be considerate of my student’s money and time. Now I don’t have to pay a monthly SaaS fee, so my students don’t have to care about a monthly subscription. It’s a lifetime subscription with a one-time payment and free updates. I am proud of what I’ve built here.

๐Ÿ˜ฉ Recording a course is extremely hard. You are sick; you have the flu; it’s the rush hour traffic time (lots of noise), or even if you are traveling โ€” you can’t record a course in these conditions and more. It’s super tough. I’ve so much respect for fellow course authors. Honestly, it’s one of the hardest things I did. Salute to y’all.

โ˜€๏ธ I would wake up at 4 AM to record early every day. People would wake up by the time I was done for the day. Completely exhausted from recording for four to five hours, my throat would hurt, and I felt dizzy โ€” all that to avoid noisy rush hour traffic and other normal-day interruptions.

๐Ÿ˜ฑ Silly accidents that taught me a lot. I recorded hours-long videos twice, only to find out I had forgotten to press the RECORD button. Or the disc space was full, and the recording stopped without any notice due to buggy software. I felt like crap. I wanted to quit. Sometimes, I did. I took a break for one week and then couldn’t get back to recording the same damn thing again.

๐Ÿค” Avoiding sleep-inducing boring content. Don’t get me wrong, I love teaching, but this course was different. Imagine how boring it would be if you had to teach people about 20 different shortcuts in a single video that should be less than 5 mins long. I had to rewrite and rerecord several times โ€” perfectionist much.

โฐ Wasted time, or was it?! In 2017, I wrote about spending months trying to buy the right mic, testing it, and over-engineering the LMS I was building. That was worth it if you see the final result; I mean, video/audio is super crisp and high quality โ€” but that much time wasted I’d never get back.

๐Ÿ‘จโ€๐Ÿ’ป Coding a custom LMS (Learning Management System). I researched almost 8 different LMS scripts. None of them fit the bill. So, I built one using Node.js, React.js, and WordPress as a backend/database because why not, I built my mailing server coupled with a small set of microservices hosted via Docker and managed with a small Kubernetes cluster (Go-lang for the win).

๐Ÿ“น #OneDevMinute videos. I’ve written a lot of content and managed content teams. But after setting up this entire video recording setup, I feel comfortable doing the same with video learning. Also, why I am launching a free video tips series called #OneDevMinute โ€” I already shared a few.

๐Ÿคฃ Dumb mistakes. You’re bound to make mistakes when you build all that from scratch. I didn’t have time to test the platform much. Imagine how I felt when someone messaged me, “It’s not working”, also “Where are the videos,” and “I didn’t get the email”. It took quite a few sleepless nights but the platform pulled together, handing ~15,000 developers learning VSCode.

Impact of Building A Course#

Honestly, I always wanted to do this. I had done talks, workshops, and in-person and online one-to-one training but had never really done an online course.

VSCode Power User Course

I spent about a year building my audience, the VSCode community was new to me. I started by contributing code and documentation for this open-source software. I built the Shades of Purple theme, which went viral.

At the time of writing this, I’ve collected the following stats:

โœ… I’ve put a lot of effort into building VSCode.pro course. It can help save you 10 to 20 hours every month. You can switch to this open source and free editor in less than a yearly subscription of normal editors and learn it deeply through my course.

If you’re a company, a student โ€” then contact me to get a discount code. If you’re from an emerging market part of a diverse community โ€” just visit VSCode.pro and generate a coupon code to use during the check out. I’m running a 40% off discount for everyone right now (no coupons need for that). Thank you, for supporting my work.

โ€”โ€”โ€”

๐ŸŒณ
Now-order the Node.js CLI Automation Course

Node CLI

I’ve also just announced my new course on NodeCLI.com, where I help developers learn how to build Node.js Command Line Interface (CLI) applications to automate grunt work.

I’m super excited about this course because it will help developers make better use of their time, impress their managers, improve their products, and make more money by building developer tools. That last part is important nowadays during COVID-19.

Peace! โœŒ๏ธ

Founder & CEO at Langbase.com ยท Ex VP DevRel Rapid ยท Google Developers Advisory Board (gDAB) founding member. ๐Ÿง‘โ€๐Ÿ’ป AI/ML/DevTools Angel Investor โฏ AI/ML Advisory Board member San Francisco, DevNetwork

๐ŸŽฉ Award-winning Open Source Engineer & Dev Advocate ๐ŸฆŠ Google Developers Expert Web DevRel ๐Ÿš€ NASA Mars Ingenuity Helicopter mission code contributor ๐Ÿ† 8th GitHub Stars Award recipient with 3x GitHub Stars Award (Listed as GitHub's #1 JavaScript trending developer).

๐ŸŒณ Node.js foundation Community Committee Outreach Lead, Member Linux Foundation, OpenAPI Business Governing Board, and DigitalOcean Navigator. ๐Ÿ“Ÿ Teaching thousands of developers Node.js CLI Automation (100 videos ยท 22 Projects) & VSCode.pro course. Over 142 Million views, 22 yrs Blogging, 56K developers learning, 200+ FOSS.

โœŒ๏ธ Author of various open-source dev-tools and software libraries utilized by millions of developers worldwide โ“ฆ WordPress Core Developer ๐Ÿ“ฃ TEDx Speaker with 100+ international talks.

โœจ As quoted by: Satya Nadella ยท CEO of Microsoft โ€” Awais is an awesome example for developers.
๐Ÿ™Œ Leading developers and publishing technical content for over a decade ๐Ÿ’œ Loves his wife (Maedah) โฏ Read more about Ahmad Awais.

๐Ÿ‘‹โ€ฆ Awais is mostly active on Twitter @MrAhmadAwais

๐Ÿ“จ

Developers Takeaway

Stay ahead in the web dev community with Ahmad's expert insights on open-source, developer relations, dev-tools, and side-hustles. Insider-email-only-content. Don't miss out - subscirbe for a dose of professional advice and a dash of humor. No spam, pinky-promise!

โœจ 172,438 Developers Already Subscribed
Comments 3
  • Ahmad Awais
    Posted on

    Ahmad Awais Ahmad Awais

    Reply Author

    Awesome. It’s a labor of love. I wish y’all luck.

    In case all y’all wanna read what it took me to build one like five years ago, a story of over-engineering at its best.

    ahmadawais.com/custom-teachinโ€ฆ


  • Arsalan Khattak
    Posted on

    Arsalan Khattak Arsalan Khattak

    Reply Author

    Gave it a read. Loved the amount of work you put into making all this happen.
    Recording is not a simple task, even a short 5 minutes video take more than 20 minutes to prepare, record, edit.





    • Ahmad Awais
      Posted on

      Ahmad Awais Ahmad Awais

      Reply Author

      You are right about that. Especially coz itโ€™s not our first lang.