2018-04-17
2397
Daniel Warren
47
Apr 17, 2018 ⋅ 8 min read

A tutorial on creating coding tutorials

Daniel Warren I’m a web developer in Brooklyn who likes to put words on paper. You can find me at danielwarren.io

Recent posts:

Rust logo over black marble background.

Handling memory leaks in Rust

Learn how to manage memory leaks in Rust, avoid unsafe behavior, and use tools like weak references to ensure efficient programs.

Ukeje Goodness
Nov 20, 2024 ⋅ 4 min read
Robot pretending to be a person.

Using curl-impersonate in Node.js to avoid blocks

Bypass anti-bot measures in Node.js with curl-impersonate. Learn how it mimics browsers to overcome bot detection for web scraping.

Antonello Zanini
Nov 20, 2024 ⋅ 13 min read
Solving Eventual Consistency In Frontend

Solving eventual consistency in frontend

Handle frontend data discrepancies with eventual consistency using WebSockets, Docker Compose, and practical code examples.

Kayode Adeniyi
Nov 19, 2024 ⋅ 6 min read
How To Use Lazy Initialization Pattern With Rust 1.80

How to use the lazy initialization pattern with Rust 1.80

Efficient initializing is crucial to smooth-running websites. One way to optimize that process is through lazy initialization in Rust 1.80.

Yashodhan Joshi
Nov 18, 2024 ⋅ 5 min read
View all posts

3 Replies to "A tutorial on creating coding tutorials"

  1. Hullo Sir, that was an amazing article! It was so encouraging and true…In fact, several times I have noticed this ego issue with senior dev who even answer questions with an all too obvious sneer, thereby making the situation awkward for the person who posted the question or doubt! Yes, while writing or shooting tutorials, developers must have a teacher’s perspective in mind, that of helping out students in need of help and solving some information gap.with their knowledge, rather than show off their seniority in terms of knowledge or certifications or experience etc.
    I have a small question to ask here. In case of creating video tutorials, is it a better idea to narrate while typing out the code for the entire session, or present the code with the output and then narrate the code step by step? I am so confused , hence asking. Thanks.

  2. That really helped a lot. I’m a sixteen year old web developer. I know that I’m good at web dev, though my parents don’t😒. I’ve been having second thoughts ever since I saw a YouTube video that made me think ‘Can I really do this?’ At least now I don’t feel so lame. Thanks a lot Daniel.

Leave a Reply