spartanatreyu

joined 2 years ago
[–] spartanatreyu@programming.dev 9 points 2 years ago (1 children)

Deno basically did this by including a standard library that removes the need for the most popular modules. It's the best js/ts experience I've ever had.

[–] spartanatreyu@programming.dev 3 points 2 years ago* (last edited 2 years ago)

console.log("Hola World");

Bird's don't eat worms, they charge off secret buried worm-textured USB cables.

The CommunityFactory is coming next week, and the CommunityFactoryFactory the following week :p

[–] spartanatreyu@programming.dev 1 points 2 years ago (1 children)

The good thing about the JS ecosystem is that almost everything in the last few years is written in typescript.

Just by typing in the name of the function and opening the first parenthesis, you're getting type information right there.

For example, typing:

globalTestSetup(

Presents a modal showing:

globalTestSetup(options: { page: Page, slow?: boolean, locale?: string } );
[–] spartanatreyu@programming.dev 32 points 2 years ago

cURL was one of these for a while (according to my limited understanding)

It was made in the 90s and it didn't get commercial support until a few years ago.

Oh damn, you're right. It's sending an outdated certificate.

Here's a secure link: https://web.archive.org/web/20230607041256/http://antirez.com/news/124

Samwho has great interactive articles, his recent article on memory allocation and slightly older article on load balancing are great for beginners just starting to explore those areas.

If anyone is interested in other interactive articles that aren't necessarily about coding, Ciechanowski's are the best. He hand-codes each interactive example and each article is so full that they could easily be entire chapters of textbooks.

view more: ‹ prev next ›