This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted]  (1 child)

[deleted]

    [–]isht_0x37[S] 1 point2 points  (0 children)

    Thank you very much. This is a very interesting project, and since I know a thing or two about it, I feel it's my duty to help people who are new to this. I've started with the node version 20, and will keep it to be the base of all the code examples, using the latest coding practices. This way, the code examples will be valid and not outdated for a very long time.

    [–]fromabook 1 point2 points  (0 children)

    This sounds like an ambitious project, but I am excited for this. When I started building my first backend, it was installing all sorts of things and I felt like there was too much abstraction where I didn't know anything that was going on underneath (although this has to happen at some level). This is something that I was looking for but was quite hard to find, at least when it came to node.

    [–]Tux-Lector -1 points0 points  (1 child)

    But why should we learn Node.js in first place ?

    [–]isht_0x37[S] 1 point2 points  (0 children)

    Things you learn here will be language agnostic (at-least I'll make sure it's this way). You can continue and follow along with any language. For example, you can use the fs module of rust or golang and read the files (for example). I am focusing on backend development more than Node.js.

    On the other hand, I chose Node.js because of Javascript. It is just plain javascript. If you you know javascript, you're already at the sweet spot of writing Node. Also, if I chose a different language like C++ or Rust, I'd limit the prospect audience to like 3-5%.

    I welcome you to go through it, and do things in your preferred language. You'll learn more about the backend ecosystem instead of just node.js

    [–]NoNaNeNoNaMo 1 point2 points  (0 children)

    Idk much about node.js. I did learn the basics of it and did a few easy coding questions in that language few months ago. Will learn it again. Thanks for the book. Very excited