I would say you don't even need to code it - most of that code is now commoiditised, and so somewhat 'boilerplate'.
The point of coding it yourself is to learn how it works.
From what little recent data is available, the COVID19 variants circulating now are at least in the same ballpark of mortality rate as all those that have been circulating since early 2022, although data from India suggests that variants circulating this year may have mortality closer to the early-pandemic peaks:
https://ourworldindata.org/mor...
https://ourworldindata.org/cov...
Also it's significantly higher than the mortality rate of the flu, so if your vaccination choices are based on the danger of contracting the disease, that would make you a dumbass without a logical brain:
There's no way you've had covid. It's not "the sniffles," it's the worst goddamn flu you can imagine. I've also had dengue fever and it felt pretty similar to that. And as someone who's lost some friends and family to it, including an uncle who didn't get vaccinated, fuck you. I hope you get long covid.
Factually incorrect, the maximum sentence for blackmail in England is 14 years in prison.
Many want to use rust.
Oh yeah? How many? You lack the ability to quantify it, but you pretend that you have the ability.
As an exercise, just try to develop your own code to support https fully and correctly - including common add-ons as Digest and OAuth security - you must depend upon a library to do that.
OAuth isn't an HTTP extension, it's an OSI application level protocol. Also, of all the protocols you could have picked, OAuth is a really simple one. You could code a custom implementation in an afternoon. HTTP isn't even so bad, even with the HTTP/2 modifications, you could definitely do it yourself, depending on your reading comprehension ability (reading code standards is not a skill every programmer has).
The built-in functions for Javascript (and their typical runtime environment - the browser) are minimal leading to a lot of dependence upon 3rd-party libraries.
Ever since most of JQuery functionality got added to the Javascript standard library, you mostly don't need third party libraries. Something like React can be useful if you are working on a web app with a large team because it gives you encapsulation, but even then, the number of third party library dependencies is small enough that a security team can review them all, which some companies do.
The rate at which a disease spreads through a corn field is a precise measurement of the speed of blight.