Ronak Malani (@63-karee)

63-karee's cover image
Powered by FIFO
63-karee's image

Ronak Malani

Software Developer Intern || Building @fifo.im

Followers17
Following19
Spaces6

Roadmap for learning Node JS

media

Basics of JavaScript: To start with Node.js development, you must have a good understanding of the basics of JavaScript. This includes syntax, data types, operators, control structures, functions, and objects.

Adonis Js

AdonisJs is a Node.js framework based on Laravel. It implements similar concepts of Dependency Injection and Providers, beautiful code, and an intuitive design. AdonisJs was designed to bring developers joy and ease in their work, which is why it flouts a consistent and expressive API for full-stack web application development.

Sync vs Async

Node architecture is purely related to these two concept.

1. Sync

2. Async

Cryptography in Blockchain

Cryptography is a key component of blockchain technology. It is used to secure the transactions and ensure their authenticity. Every transaction made on a blockchain network is secured through a digital signature, which is created using a specific set of cryptographic algorithms.

What Is a Blockchain?

  • A blockchain collects information together in groups, known as blocks, that hold sets of information. Blocks have certain storage capacities and, when filled, are closed and linked to the previously filled block, forming a chain of data known as the blockchain.