I've published a book about the Node.js stream module that explains how it works under the hood.
You can read the entire book for free here:
https://t.co/9gX9vLmNU3
#JavaScript#NodeJS#100DaysOfCode#code#book
Do you know how to multiply decimal numbers (i.e. 1.4 * 0.5) without using multiplication or division and ONLY by addition and/or subtraction?
Is that even possible?
#math#programming
@danielcranney Work hard on it till your project gets popular and is used by Fortune 500 and millions of users
Then remove all the source codes and be suspended from GitHub ๐
@DevDivaHacks Personally, I wish all the companies give me these kinds of tests in the interview rather than asking about a lot of technologies and tools
@eugZolotarenko One of the main reasons that I prefer to use JavaScript rather than some other programming languages (i.e. C#, Java, C++, etc.) is because of its flexibility and non-strictness
I don't want to kill this capability by using something like TS
.@nodejs is fast and easy to use. The fact that your JavaScript libraries are either 1) buggy 2) slow is not a problem of JavaScript. Simply put, those libraries are not well written.
Rewriting everything in another language is unlikely to solve either problems.
An ideal programming language is a language that you can write a novel with that.
And in that level you can understand the main purpose of a (programming) language.
#code#100DaysOfCode#programmer