How much storage will a web development learner need?

Page 1 of 2 12 LastLast

  1. Posts : 18
    microsoft windows
       #1

    How much storage will a web development learner need?


    I'm planning to learn web development, make projects so that I can apply for jobs.

    I currently have a 1 TB hard drive. I still have 650-700 GB of space left on hard drive. I've used it for more than 10000 hrs and the disk health isn't looking great either.

    So, I'm switching to SSD.

    Every penny counts because we don't make that much income. Thus, we can't be extravagant. While buying 1TB SSD would still be utilized in some way or other, but I need higher return of what I pay(ie utilize sufficiently for web development purposes) Companies give a new laptop if you start working in them (Not to interns). After getting a job, buying laptops won't be that hard although a laptop that serves my purpose will cost 7 months of new dev's salary here.

    Here's my software requirements. The storage are just my guesses, your insights would be valuable here.

    1) Windows 10/11. It'll take maximum 64 GB.
    2) Microsoft Office Professional containing word,doc, ppt, excel. 4 GB
    3) Brave browser (Not considering downloads for browser. Downloads can go to hard disk)
    4) Chrome browser 100 MB for install, ? for cache?...etc please tell
    5) Firefox browser 100MB for install
    6) images2pdf softwares At most 1GB size(estimate)
    7) cold turkey type softwar/ org emacs (only one) At most 1GB size(estimate)
    8) IDE(probably VScode or pycharm whatever supports web development and is easy to use for beginners)
    9) Web development installations (for 1 stack like MERN, MEAN etc) Not sure about it
    10) Viber/Telegram Downloads (Can be removed regularly on unwanted basis) 2GB but most of it can always be deleted or transferred back to hard drive if they're really important. Or at all install viber outside of SSD.
    11) Save codes and notes on Joplin while learning. Notes will contain images+codes+text. Not sure about estimate? They can be printed after some time and delete from laptop.
    12) Note taking app on Joplin

    My files storage requirements (of current):

    1) Important docs 34.7MB
    2) Study materials that needs to be saved forever 41.5 GB ( I can instead just keep a name of the book and download it later as they're all downloaded from online. Almost/More than 85% storage can be freed up here)
    3) Very important courses downloads 103.16 GB
    4) Unimportant courses 206.1 GB (I downloaded them online, It's very less likely that I'm going to use them. They're not very important. But I could need them if a course is really good or if the topic is really tough and I need multiple insights)

    In my region, If 1 TB hard drive costs x, then 128GB pen drive costs 0.307x and 256GB SSD 0.538x and 512GB SSD costs 1.153x.

    Can you share your ideas about what should I do?

    My view:
    1) Get 128GB pen drive to store 103.16GB Very Important Courses
    2) Buy 256GB SSD. 64GB for OS and 192GB for files.

    Would this plan work? Is there better approach to this?Remind of the things that I'm letting go unnoticed at the momet as well.

    - - - Updated - - -

    I should tell that it's full stack web development i.e frontend+backend (With more focus on backend). I'd be learning stacks like MEAN/MERN/Django+sql+react etc.
      My Computer


  2. Posts : 15,497
    Windows10
       #2

    How long is a piece of string?

    Also 256 GB SSD is pretty small these days. I would not assign OS plus programs less that 128 GB. You will run out of space on 64 GB in no time. That is the bare minimum space required for W11 fir example).

    One thing is for sure, relying on flash drives to store data is a really bad plan as flash drives are not that reliable and prone to failure (and easily lost).

    Also, the moment you start doing serious learning/development, you really have to think about backups, particularly of data. Drives fail, users make mistakes etc. With data on a single drive, you risk losing the lot. As a minimum you need a 1TB HDD external usb drive for backup. The cloud is also a good place e.g. onedrive. Even the free 5GB space will store a lot of material.
      My Computer


  3. Posts : 18
    microsoft windows
    Thread Starter
       #3

    cereberus said:
    How long is a piece of string?

    Also 256 GB SSD is pretty small these days. I would not assign OS plus programs less that 128 GB. You will run out of space on 64 GB in no time. That is the bare minimum space required for W11 fir example).

    One thing is for sure, relying on flash drives to store data is a really bad plan as flash drives are not that reliable and prone to failure (and easily lost).

    Also, the moment you start doing serious learning/development, you really have to think about backups, particularly of data. Drives fail, users make mistakes etc. With data on a single drive, you risk losing the lot. As a minimum you need a 1TB HDD external usb drive for backup. The cloud is also a good place e.g. onedrive. Even the free 5GB space will store a lot of material.
    Can you tell me why it'd take 128GB for OS programs? Can you tell the programs name and their size?

    My friend has learnt all web and app dev in 128GB SSD and 512 or 1TB hard disk. So, I'm wondering why you think it's not enough? So that I can plan properly.

    For backups, github is there. Nobody will use my apps. It's just for project to show case. I'm not interested in making money or sth. heroku can host projects for it.

    What backups do you think are important?
      My Computer


  4. Posts : 15,497
    Windows10
       #4

    miroplesko said:
    Can you tell me why it'd take 128GB for OS programs? Can you tell the programs name and their size?

    My friend has learnt all web and app dev in 128GB SSD and 512 or 1TB hard disk. So, I'm wondering why you think it's not enough? So that I can plan properly.

    For backups, github is there. Nobody will use my apps. It's just for project to show case. I'm not interested in making money or sth. heroku can host projects for it.

    What backups do you think are important?
    As I said - how long is a piece of string?

    Only you can judge how much you need but always better to err on safe side.

    Well backups - anything that is important not to be lost.
      My Computer


  5. Posts : 31,803
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #5

    miroplesko said:
    I'm planning to learn web development.....
    ... The storage are just my guesses, your insights would be valuable here.....

    I did the website development for a club that I'm a member of. I used WampServer as the local web server for that. I currently have half a dozen BBPress and PhpBB websites there, some are alternative clones of the original club site. This is the space required for the whole local webserver including the sites, and that for just the WWW sites themselves.

    How much storage will a web development learner need?-image.png
      My Computers


  6. Posts : 2,800
    Windows 7 Pro
       #6

    I would go with a 1TB SSD with 256 go for OS and the rest for DATA and at least 2 TB external HDD to image OS and backup DATA.

    When you do development, you want to have multiple backups of your project during it's evolution, a lot of them. it enables you to step back easily in case of major problems.
      My Computers


  7. Posts : 18
    microsoft windows
    Thread Starter
       #7

    cereberus said:
    As I said - how long is a piece of string?

    Only you can judge how much you need but always better to err on safe side.

    Well backups - anything that is important not to be lost.
    What's piece of string? I didn't get it.

    - - - Updated - - -

    Thank you. So, what's the space required for the applications? i.e VS code, django framework, python download etc etc? I want an overview of it.

    - - - Updated - - -

    MaloK said:
    I would go with a 1TB SSD with 256 go for OS and the rest for DATA and at least 2 TB external HDD to image OS and backup DATA.

    When you do development, you want to have multiple backups of your project during it's evolution, a lot of them. it enables you to step back easily in case of major problems.
    1TB SSD here costs 1 month income. If I really need it, I would take a look at it. But I'm trying to figure out if I actually need it. So, I want exact estimations. I think a programming forum would be more appropriate for it.

    Plus I'm not professional. I'm learning to get a job. So, are backups really that important? I'll put the end project files on github. I don't think I'm making more than 2 projects either.

    My main caution is how much applications and tools used to build software will require space be it IDE, framework, database software etc.

    If I can get accurate measurment of it, I'd be more confident in purchasing rather than closing my eyes and getting 1TB or 2TB SSD. If I was too rich, I'd do it.
      My Computer


  8. Posts : 23,414
    Win 10 Home ♦♦♦19045.4412 (x64) [22H2]
       #8

    @miroplesko

    No matter how much storage you have, you'll need more, down the road.
      My Computer


  9. Posts : 18
    microsoft windows
    Thread Starter
       #9

    Ghot said:
    @miroplesko

    No matter how much storage you have, you'll need more, down the road.
    Oh yes. But resources is not infinite that's why we want to optimize it. But that's a good view.
      My Computer


  10. Posts : 23,414
    Win 10 Home ♦♦♦19045.4412 (x64) [22H2]
       #10

    miroplesko said:
    Oh yes. But resources is not infinite that's why we want to optimize it. But that's a good view.


    Get a 500GB SSD. Change to your country at the top right of this web page.
    This site will help you find the best price. I would get one of these...

    Samsung 870 Evo 500 GB 2.5" Solid State Drive (MZ-77E500B/AM) - PCPartPicker

    Samsung 870 Evo 1 TB 2.5" Solid State Drive (MZ-77E1T0B/AM) - PCPartPicker


    I'm just GUESSING, that your laptop takes a 2.5" drive.


    It would really help us with the recommendations if we knew the make and model of the laptop, and what country you will be buying the parts in.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:53.
Find Us




Windows 10 Forums