How To Code
How To Code
  • 36
  • 110 450
How I take book notes for my Zettelkasten
In this video I show you how I take book notes for my analog Zettelkasten.
// Timestamps //
00:22 - How to create the index card
02:42 - How I mark up my books
04:14 - How I take notes with the index card
05:08 - Examples of how I mark up my books
07:10 - What I do after finishing a book
09:28 - Conclusion
// LINKS //
- Zettelkasten Tutorial: ua-cam.com/video/xF6Rfhztz6o/v-deo.html
Переглядів: 1 462

Відео

How I use pocket notebooks
Переглядів 3,3 тис.Місяць тому
In this video, I share some ways I use my pocket notebooks. // CHAPTERS // - 01:23 - Looking at some of my old notebooks - 03:57 - Project specific notebooks - 08:11 - Conclusion // LINKS // - Field Notes: fieldnotesbrand.com/ - Log & Jotter: logandjotter.com/
Zettelkasten vs Commonplace book
Переглядів 4 тис.Місяць тому
In this video, I share my thoughts on the differences between a Zettelkasten and a Commonplace book. // CHAPTERS // - 00:56 - What commonplace books are good for - 01:35 - The index for a commonplace book - 02:03 - What a Zettelkasten is good for - 02:45 - Ryan Holiday’s commonplace book - 03:20 - Conclusion // LINKS // - Zettelkasten Tutorial: How to create your own: ua-cam.com/video/xF6Rfhztz...
How I created and use my analog Zettelkasten | Step-by-step guide
Переглядів 29 тис.7 місяців тому
In this video, I show you step-by-step how to create and use an analog Zettelkasten. // CHAPTERS // 00:00 - Introduction 01:07 - Supplies you will need 02:34 - Main components of a Zettelkasten 05:11 - Creating a Zettelkasten from Scratch 08:14 - Bib cards and extracting information from books 15:07 - Main cards 19:45 - Main card examples 26:44 - Using the index 29:44 - Bib box and catalog 31:5...
What are content collections in Astro 2.0 and how do they work?
Переглядів 1,5 тис.Рік тому
This video will teach you all about Content Collections in Astro 2.0. Content collections allow you to better organize your Astro project's content while providing type-safety for your markdown and MDX files frontmatter and content. Here is what you will learn in this tutorial: 1. What are Content Collections? 2. How to create a new Astro 2.0 project 3. How to define a collection schema 4. How ...
Tips to get your first developer job
Переглядів 88Рік тому
Studies have shown that most hiring managers spend 6-7 seconds reviewing resumes! So what can you do to stand out and grab the attention of the people reviewing your resume and portfolio as a new developer? In this video, I discuss the importance of standing out as a new developer and how to do it. I also share my personal experience and the techniques I have used to get where I am today in my ...
Astro Islands
Переглядів 1 тис.Рік тому
What separates Astro from virtually every other framework and static site generator out there is this concept of Astro Islands or “islands architecture.” In this video, you will learn what Astro Islands are, how they work, and how they make Astro different from other frameworks and tools. Blog Post: www.howtocode.io/posts/astro/what-makes-astro-different-from-other-frameworks Astro Client Direc...
How to use the Cypress within method
Переглядів 4042 роки тому
In this video we look at some example of how to use the within method in your Cypress tests. Code: gist.github.com/robertguss/c952fa5f709a446763742b362e8ae3fe Docs: docs.cypress.io/api/commands/within
How to use the Cypress its method
Переглядів 3692 роки тому
In this video we look at some example of how to use the its method in your Cypress tests. Docs: docs.cypress.io/api/commands/its
How to use the Cypress invoke method
Переглядів 3,2 тис.2 роки тому
In this video we look at some example of how to use the invoke method in your Cypress tests. Code: gist.github.com/robertguss/cc6c886dc2f21fda2b50c74683ddc617 Docs: docs.cypress.io/api/commands/invoke
How to test local storage with Cypress
Переглядів 1,2 тис.2 роки тому
In this video we look at how to use custom commands to test localStorage in your Cypress tests. Code: github.com/cypress-io/cypress-realworld-testing/blob/main/cypress/integration/progress-state-and-local-storage.spec.ts Custom Commands: github.com/cypress-io/cypress-realworld-testing/blob/main/cypress/support/commands.ts#L13-L27=
How to test APIs with Cypress
Переглядів 1742 роки тому
In this video we learn how to test APIs with Cypress. We also learn how to create dynamic tests with Lodash. The source code can be found here: github.com/cypress-io/cypress-realworld-testing-course-app/blob/master/cypress/integration/email-subscribe.spec.ts
Understanding the Jamstack: How to build a membership site with Eleventy & Memberstack
Переглядів 4523 роки тому
In this tutorial, we will be creating a membership site with the Eleventy static site generator and Memberstack. Article: howtocode.io/jamstack-eleventy-memberstack Understanding the Jamstack book: gum.co/understanding-the-jamstack Website: howtocode.io Twitter: _howtocode_ Github: github.com/robertguss
Understanding the Jamstack: How to build an ecommerce site with Gatsby & Stripe Checkout
Переглядів 2,2 тис.3 роки тому
In this tutorial, we will be creating a simple e-commerce web site with Gatbsy and Stripe checkout. Stripe checkout is client-side checkout that allows us to integrate a complete checkout experience without a backend. Article: howtocode.io/jamstack-gatsby-stripe-ecommerce Understanding the Jamstack book: gum.co/understanding-the-jamstack Website: howtocode.io Twitter: _howtocode_ Gi...
Understanding the Jamstack: How to build a blog with Hugo, Netlify CMS and Zapier
Переглядів 4,4 тис.3 роки тому
In this tutorial we will build a blog with Hugo and Netlify CMS. We will then deploy our site to Netlify and use Zapier to automate our deploys. Article: howtocode.io/jamstack-hugo-netlify-zapier Understanding the Jamstack book: gum.co/understanding-the-jamstack Website: howtocode.io Twitter: _howtocode_ Github: github.com/robertguss
Webpack 5 Fundamentals - 10. Recap
Переглядів 1,2 тис.3 роки тому
Webpack 5 Fundamentals - 10. Recap
Webpack 5 Fundamentals - 9. Code Splitting
Переглядів 10 тис.3 роки тому
Webpack 5 Fundamentals - 9. Code Splitting
Webpack 5 Fundamentals - 8. Common Config
Переглядів 1,7 тис.3 роки тому
Webpack 5 Fundamentals - 8. Common Config
Webpack 5 Fundamentals - 7. Development & Production Webpack Configs
Переглядів 3,1 тис.3 роки тому
Webpack 5 Fundamentals - 7. Development & Production Webpack Configs
Webpack 5 Fundamentals - 6. PostCSS & Mini CSS Extract Plugin
Переглядів 6 тис.3 роки тому
Webpack 5 Fundamentals - 6. PostCSS & Mini CSS Extract Plugin
Webpack 5 Fundamentals - 5. CSS & SCSS Loaders
Переглядів 5 тис.3 роки тому
Webpack 5 Fundamentals - 5. CSS & SCSS Loaders
Webpack 5 Fundamentals - 4. Babel
Переглядів 2,6 тис.3 роки тому
Webpack 5 Fundamentals - 4. Babel
Webpack 5 Fundamentals - 3. Webpack Dev Server & Hot Module Reloading (HMR)
Переглядів 4,7 тис.3 роки тому
Webpack 5 Fundamentals - 3. Webpack Dev Server & Hot Module Reloading (HMR)
Webpack 5 Fundamentals - 2. Installation & Setup
Переглядів 3,8 тис.3 роки тому
Webpack 5 Fundamentals - 2. Installation & Setup
Webpack 5 Fundamentals - 1. Concepts & Overview
Переглядів 10 тис.3 роки тому
Webpack 5 Fundamentals - 1. Concepts & Overview
Let's Learn Webpack 2 - Multiple HTML Files
Переглядів 2,6 тис.7 років тому
Let's Learn Webpack 2 - Multiple HTML Files
Let's Learn Webpack 2 - Conclusion
Переглядів 1077 років тому
Let's Learn Webpack 2 - Conclusion
Let's Learn Webpack 2 - Browsersync
Переглядів 7547 років тому
Let's Learn Webpack 2 - Browsersync
Let's Learn Webpack 2 - Multiple Bundles
Переглядів 3997 років тому
Let's Learn Webpack 2 - Multiple Bundles
Let's Learn Webpack 2 - Webpack Dev Server
Переглядів 1607 років тому
Let's Learn Webpack 2 - Webpack Dev Server

КОМЕНТАРІ

  • @RedmiNote-ig9xo
    @RedmiNote-ig9xo 8 годин тому

  • @mohammadmustafeez11
    @mohammadmustafeez11 5 днів тому

    Thank you for sharing this. I will definitely give this method a try.

  • @renatorafael2691
    @renatorafael2691 6 днів тому

    Great video! And how do you make de E! and S! main cards? Do ou make an whole main card with a citation?

    • @HowToCode_io
      @HowToCode_io 6 днів тому

      Typically I make a new main card for the quote or excerpt. For sources, the S! I don’t make a card. That is just a reminder for me to investigate that source and see if it is of interest to me. So I create cards for E! As those are quotes but not for S!

  • @abhijeet6750
    @abhijeet6750 7 днів тому

    Good Work

  • @kimberlyk.8569
    @kimberlyk.8569 8 днів тому

    Great job...thanks!

  • @JudithToby-i2p
    @JudithToby-i2p 14 днів тому

    Cora Park

  • @tonbonthemon
    @tonbonthemon 17 днів тому

    Thanks for making this, I first came here after skipping to the step-by-step part of the book and just getting pissed at it. I'm sure it has good stuff but I think it could be a bit better for someone just trying to dive in. I think your video really shows the potential of where this system can go, and how it's supposed to "live" in a sense, so I feel better able and more interested in starting it out (and probably getting rid of those categories Scott has us set up). Something that sticks out to me is how it reminds me of Leitner boxes (which I actually thought Scott's book was about before I skimmed through it; it's actually more like a really systematic analog flash-card quiz box built on visual, auditory, I guess linguistic connections in the context of language learning). I read Fluent Forever a couple years ago and it was mind blowing, not just in terms of how analog systems are useful, but also how the "flaws" of human memory are what make it so fascinating to work with, and how that aspect of "recall" makes new connections that strengthen memories. I was learning Chinese at the time, and although I stopped after only several months, some of it was definitely internalized and I actually use that principle of "recall" to learn pretty much everything now. I will always appreciate that forgetting something but TRYING to recall it and then recalling it correctly, or actually just recalling at all as I am now, will solidify the memory in a new way and I'm curious about how it will unfold with this system.

  • @brendanebe3021
    @brendanebe3021 21 день тому

    I am a psychology student and I wanted to have a zettelkasten for every day reading and one for psychology base information. Should I combine the two or leave it separate?

    • @HowToCode_io
      @HowToCode_io 21 день тому

      You can combine them and just have different categories for them. Personally I would combine them as you might make some interesting connections between the two

    • @brendanebe3021
      @brendanebe3021 21 день тому

      @@HowToCode_iothank you! do you mind giving me an example

    • @HowToCode_io
      @HowToCode_io 21 день тому

      They are just categories at the end of the day. So create a category for your psychology related notes and other categories for the books you are reading. You may also want to look into using a common place book. I have another video on common place book vs zettelkasten that may be helpful.

    • @brendanebe3021
      @brendanebe3021 21 день тому

      @@HowToCode_iothank you, i’ll check it out!

  • @shaungerald23
    @shaungerald23 22 дні тому

    How would this work writing a fictional novel?

  • @tammydewitt8084
    @tammydewitt8084 29 днів тому

    Thank you for boiling this down! I should have watched this video first.

  • @monicadn4365
    @monicadn4365 29 днів тому

    The best tutorial! thks!

  • @Balfaresbura
    @Balfaresbura Місяць тому

    6:37 u can use chatgpt to solve it

  • @_BiologyMatters_
    @_BiologyMatters_ Місяць тому

    Leuchtturm is German for watchtower and is pronounced LOISHT-toorm.

  • @amandastiver7771
    @amandastiver7771 Місяць тому

    This is very helpful, clear and concise. I've been wanting to begin to develop some book projects and this analog approach takes me right back to my high school research papers, so a good starting place. Very simple, very effective. Thank you.

  • @livinginthelogos
    @livinginthelogos Місяць тому

    Incredible job ser! I’m reading Scott’s book rn and thought to myself I wonder who has distilled this on UA-cam lol. And here it is, absolutely stellar. Bought that same box. Have a project im about to start and I had just discovered obsidian after years of analog note taking; I’m not a slouch with computers but I just immediately felt uncomfortable. Stumbled on one of Scott’s videos. Super pleased :) Take care and God bless 😊

    • @HowToCode_io
      @HowToCode_io Місяць тому

      God bless you, brother! Thanks for the kind words.

  • @Mentor_aravind
    @Mentor_aravind Місяць тому

    Best video of ZK.

  • @williamburke3960
    @williamburke3960 Місяць тому

    Thank you. 600 pages boiled down into a sane 30 mins. The book could’ve been a 100 page pamphlet, so you’ve done a great service to us all.

    • @HowToCode_io
      @HowToCode_io Місяць тому

      That’s exactly what I was trying to do. I am glad I could help.

  • @LSGMedia
    @LSGMedia Місяць тому

    About to embark on a history project, and this type of organization for outlining the many books I will have to read will be WAY easier because of this. Thanks for taking the time.

  • @dalydegagne1839
    @dalydegagne1839 Місяць тому

    I do appreciate your thoughtful approach when discussing Zettelkasten and commonplace books. Certainly, each has its place, and can contribute meaningfully to our learning and writing. Between your channel and Kathleen Spracklen's channel, there's good, and I would argue, necessary reflection and dialogue on how we go about organizing what we learn. Thank you!

    • @HowToCode_io
      @HowToCode_io Місяць тому

      My pleasure and thank you! Kathleen is a sweetheart. She knows this stuff better than me and has been at it for a lot longer than myself too

  • @TammyMidyette
    @TammyMidyette Місяць тому

    Thank you for creating such an informative and EASY way to manage this system.

  • @TammyMidyette
    @TammyMidyette Місяць тому

    Thank you for creating such an informative and EASY way to manage this system.

  • @Sora_Nai
    @Sora_Nai Місяць тому

    So what’s the point you never actually take notes on anything. How does this work for math and physics.

    • @Kataleya-q8m
      @Kataleya-q8m 8 днів тому

      I believe this system isn’t exactly for cold hard facts. The essence of this system is it takes information for you to build your thoughts on which builds knowledge. You then take all the built upon data to use towards writing a book, expanding your thoughts etc

  • @AikiraBeats
    @AikiraBeats Місяць тому

    Your voice is oddly calming. I’m glad UA-cam recommended your video. Have a nice day ❤.

  • @davidschmidt5507
    @davidschmidt5507 Місяць тому

    I never understood the disconnect on UA-cam. It was always clear to me that a commonplace book could and should seamlessly integrate into the zettlekast.

  • @ChiaDai
    @ChiaDai Місяць тому

    why analog?

  • @qiqerod
    @qiqerod Місяць тому

    Good video. Thank you. Do you archive every catch all pocket notebook? No other long term archival system?

    • @HowToCode_io
      @HowToCode_io Місяць тому

      I keep all of my notebooks. I will eventually get the archive box from field notes to store them in

    • @TacomaJ51
      @TacomaJ51 Місяць тому

      Interesting and helpful. Thank you for posting. My goodness, you have so many ideas! I wish you the best, God bless.

    • @HowToCode_io
      @HowToCode_io Місяць тому

      @TacomaJ51 thank you! May God bless you too :)

  • @thepostgradyear
    @thepostgradyear Місяць тому

    I like how you stressed that both of these are tools. Simply things with slightly different use cases that will get the job done. But my favorite was the part where you talked about hybrid methods being at least viable, if not more effective for specific people.

    • @betamass3803
      @betamass3803 Місяць тому

      @@thepostgradyear hybrid is much more effective to me.

    • @thepostgradyear
      @thepostgradyear Місяць тому

      @@betamass3803 How did you combine a Zettelkasten and Commonplace Book?

    • @betamass3803
      @betamass3803 Місяць тому

      @@thepostgradyear I use the structure of Zettelkasten, where I link notes to other notes with similar meanings or ideas to create a broader understanding of a topic. The commonplace book is where I collect notes, quotes, and ideas, which I later organize using the Zettelkasten structure.

    • @thepostgradyear
      @thepostgradyear Місяць тому

      @@betamass3803 Do you also use a smaller item to catch the information immediately and reduce the amount going into the commonplace, have a ton of commonplace books, or an absurd level of self control?

    • @betamass3803
      @betamass3803 Місяць тому

      @@thepostgradyear Most of the information and ideas I work with come from book passages that I’ve highlighted. After highlighting these passages, I read through them and look for connections between different highlighted sections. I don’t use a smaller item to capture information immediately, nor do I have multiple commonplace books. Instead, I focus on identifying and linking ideas from the highlighted passages within my existing notes. This approach helps me manage and connect information effectively without needing excessive organizational tools or self-control.

  • @betamass3803
    @betamass3803 Місяць тому

    Is Notecard System are from Commonplace Book?

    • @HowToCode_io
      @HowToCode_io Місяць тому

      Not sure I understand the question. Can you clarify?

    • @betamass3803
      @betamass3803 Місяць тому

      ​@@HowToCode_io I put the highlighted passage from the book on my index card and connect all the other passages that I think are related from other highlighted passages in the book. I read it and also research the words that I don't understand so that I can deepen my understanding of the passages I highlighted. Is that Zettelkasten, a commonplace book, or both?

    • @HowToCode_io
      @HowToCode_io Місяць тому

      Sounds like a bit of both. You should check out the video by Ryan Holiday and the article that desribes his system. I think you will find it helpful. At the end of the day the terminology is just semantics so just use these tools however you want to achieve the goals you have.

    • @betamass3803
      @betamass3803 Місяць тому

      @@HowToCode_io Thank you!!!

  • @finnfranks8070
    @finnfranks8070 Місяць тому

    The best zettlekasten tutorial I’ve seen after doing a lot of searching. Thank you!

  • @MargareteMiller
    @MargareteMiller Місяць тому

    Excellent video. Scott was very confusing. This description used a lot more common sense and flexibility, based on what you need it for. Thank you!

    • @HowToCode_io
      @HowToCode_io Місяць тому

      Thank you! Glad I could help :)

  • @healthylifehappywife8501
    @healthylifehappywife8501 Місяць тому

    Great video!! I have spent the last 12 hours looking for a video that makes this make sense. How would this work in the arena of fiction writing? I am halfway through a novel and am kind of stuck. Would this method help and if so, how? Thanks again! Great content!

    • @HowToCode_io
      @HowToCode_io Місяць тому

      Thank you! You should check out ua-cam.com/channels/VITWPXi9lofpewbvk2FW7Q.html her whole channel is about using a ZK for fiction writing. There is also a fiction writers group in Scott’s community that would probably be very helpful for you. I also really like www.jessicabrody.com/online-writing-courses/ her courses are fantastic!! I also highly recommend her book save the cat writes a novel. I think that book and maybe some of her courses will help you.

  • @nahidnfi57
    @nahidnfi57 2 місяці тому

    This video give me complete clarity of using this method. Thank you.

  • @tattooninja
    @tattooninja 2 місяці тому

    How do you decide what numbers to use? I get the first few main categories, 1-5000....But how do you decide what is 4100, 4257, etc ?

    • @HowToCode_io
      @HowToCode_io 2 місяці тому

      The numbers are completely arbitrary. You rely upon the index to find the locations of cards. I show how I found this in the video. I don’t use Scott’s numbering system for this very reason.

  • @agathoklesmartinios8414
    @agathoklesmartinios8414 2 місяці тому

    Thanks for this video. I've been considering if maybe an analogue Zettelkasten might be better suited for me, since with my current digital set-up I tend to collect information like there's no tomorrow but not ending up doing much with it. Doing it with actual pen and paper might force me to be more conscientious of what I actually note down, and by necessity review previous notes when looking where to classify new notes. And to future-proof against losing my physical notes in a fire or flood or something, one could then scan the notes, apply some OCR + check if OCR made any mistakes, and then put them in a digital Zettelkasten organized in the same way as the physical one and without further alteration (to avoid re-complicating things). Or maybe this part is just me overcomplicating things already before even having started (>_>) In any case, I'll definitely look into Scheper's book. Thanks again for the vid!

    • @HowToCode_io
      @HowToCode_io 2 місяці тому

      I had this exact same issue as digital tools made it too easy to collect things. I found this article very helpful called “The Collector’s fallacy” zettelkasten.de/posts/collectors-fallacy/ An an analog ZK pretty much stopped my over collecting because there is just enough friction to keep you from creating useless notes and material. You should definitely give it a try and let me know how it goes ;)

  • @fatherluke
    @fatherluke 2 місяці тому

    A concise and practical overview of Zettelkasten, with enough specifics to be a complete course in itself. After years of searching for a way of studying that made sense to me, I found the Zettelkasten methodology, which as anyone familiar with it has experienced, is overwhelming in the amount of information available on UA-cam and the internet. This brief video is organized amazingly well, and is effective in introducing Zettelkasten in a way that nothing else I have researched has been able to do, itself a demonstration of how useful Zettelkasten may be. Very nice work. And thanks.

    • @HowToCode_io
      @HowToCode_io 2 місяці тому

      Thank you! I am glad I could help ;)

  • @alejandroramos9461
    @alejandroramos9461 2 місяці тому

    Would love to see how you would use these for software development concepts / technical books.

    • @HowToCode_io
      @HowToCode_io 2 місяці тому

      It’s interesting you bring this up, because I have been wondering the same thing. I haven’t used my ZK for technical books partly because the information goes out of date so quickly. I will make a video if I do at some point

  • @katedalton2330
    @katedalton2330 2 місяці тому

    it is 5 months later, how is your system holding up?

  • @funstuff2006
    @funstuff2006 2 місяці тому

    Ohhh, Algorithm, you rascal. Just when I tap out on Commonplacing you go, "*psst* watch this video about the lovechild of a commonplace book and a card catalogue. You know you wannna try it!" 😅

  • @space_cowboy007
    @space_cowboy007 2 місяці тому

    23:47 how do you manage to find the right place when you get to the point of having hundreds of cards? it seems like the time spent filing a card would go up and up.

    • @HowToCode_io
      @HowToCode_io 2 місяці тому

      I can’t speak from experience yet, but you will have a good understanding of where things are and you can narrow it down pretty quickly I think. This is also why having a project or projects in mind is so helpful. Having a specific goal or research project will limit choices and selection.

  • @ashimov1970
    @ashimov1970 2 місяці тому

    like and subscribed! the video is concise and helpful

  • @krebidantas
    @krebidantas 2 місяці тому

    Thanks for sharing, great tutorial.

  • @ChowChow-um9tt
    @ChowChow-um9tt 3 місяці тому

    I think in webpack.dev.js file, you're missing style-loader to allow webpack to inject style into DOM

    • @ChowChow-um9tt
      @ChowChow-um9tt 3 місяці тому

      or you. can keep mini-css-extract-plugin so that we can see .css file in the dist folder (and just fyi we dont need to add hmr options since it is automatically supported in wp5) Ref: webpack.js.org/plugins/mini-css-extract-plugin/#hot-module-reloading-hmr

  • @fabsanh
    @fabsanh 3 місяці тому

    This is certainly the most straight forward to the Antinet Zettelkasten method. More straight forward than Scott himself indeed. Thanks and cheers from Chile 🇨🇱

  • @topfundus1093
    @topfundus1093 3 місяці тому

    Und, wie soll das mit 1000 oder 10000 Karteikarten gehen?

  • @dalydegagne1839
    @dalydegagne1839 3 місяці тому

    I appreciate your approach to Zettelkasten, especially analogue Zettelkasten, without getting into polemics about analogue vs digital approaches. I look forward to any future Zettelkasten videos you create.

    • @leeannclayton3718
      @leeannclayton3718 10 днів тому

      I’ve watched a dozen or so videos and looked at about that many articles… they have all been difficult to understand and impractical. This video is awesome! Very practical and easy to understand! I feel like I can start a Zettelkasten system based on this video alone! Thank you so much!

    • @HowToCode_io
      @HowToCode_io 10 днів тому

      @leeannclayton3718 glad I could help!

  • @yadirmora
    @yadirmora 4 місяці тому

    This video was super helpful

  • @mintchip7178
    @mintchip7178 4 місяці тому

    Could you send a link to the amazon box you feature in this video? I've searched and not found this exact one. Thank your for your time and this guide.

    • @HowToCode_io
      @HowToCode_io 4 місяці тому

      There are links in the video description

  • @dogyaltshering9653
    @dogyaltshering9653 4 місяці тому

    The book you recommend is not available in India. Is there a substitute?

    • @HowToCode_io
      @HowToCode_io 4 місяці тому

      Not that I know of. You might want to try finding a pdf of the book online or some digital form of it.

  • @Kinoti9
    @Kinoti9 4 місяці тому

    I have a question do you take notes as you read the book or do you finish the book then come back and take notes on what you remember?

    • @HowToCode_io
      @HowToCode_io 4 місяці тому

      I take not on an index card aka the “bib card” then after I read the book I make main cards based upon those notes on the bib card.

  • @gondala
    @gondala 4 місяці тому

    Very informative and easy to follow.. I know following Scot's book is overwhelming for beginner.. and for someone who just want to produce book or do research in certain topics, I don't need to follow some wikipedia codes or categories of discipline. I think your approach is very feasible because in the beginning we have some projects in mind that we want to research. Best of luck.. I wish you can update your video after you have couple of hundreds cards... I want to see where it goes...

    • @HowToCode_io
      @HowToCode_io 4 місяці тому

      I hope to make an updated video as well once I have outgrown the box I have now and have a significant amount of cards.