Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
cointelegraph.com

Calls for regulation get louder as FTX contagion continues to spread
The FTX saga has made some crypto executives, researchers, analysts, and politicians more aligned on regulation than ever…
#Cryptoregulation #FTXcollapse #Coinbase #Messari #Binance #ChangpengZhao #HightowerAdvisors


dev.to

1. Lib to create docs in NextJS projects
i create a Open Source npm package for NextJS projects.
Using this package you can transform any file in /pages/docs
in a custom documentation for your code.
and he package have pre-built components for you use in your docs...

I named this package with doc_docs...

if you want see or use in your project access in:
https://github.com/hernandemonteiro/doc_docs

now i need study for create the markdowns for contributing, code_of_condute...
if you can help me, and see what i can do better, i apprec…
#javascript #nextjs #react #npm

2. 7 JavaScript Concepts You Should Be Familiar With As a Developer
As of 2022, JavaScript currently stands as the most commonly-used language in the world. It is used by 95 percent of all websites, whether small startups or giant corporations. Several of them are working on specific website or app that requires a strong understanding of this language.

There are tons of frameworks and libraries available for javascript users. If you can understand Javascript fundamentals, you can learn these frameworks and libraries easily. Several concepts are confusing and ov…
#javascript #webdev #codenewbie #programming

3. SPVM 0.9663 is released
SPVM 0.9663 is released.

New Features and Enhancement

Changes

0.9663 2022-11-29
[Changes]
* Add the following file to the MANIFEST.SKIP that is generated by the spvmdist command.

^cpanm$
* The version of the module file that is generated by the spvmdist command is not outputted
when the --only-lib-files option is specified.
[New Features]
* Added the follwoing opitonal arguments to the push method in the StringBuffer class.

[Before]
method push : void ($string : string);

[After]…
#perl #spvm #cpan #language