
AES encryption in CBC mode with Node.js
Learn how to encrypt and decrypt data using AES encryption in CBC mode with Node.js
Insights and tutorials about backend development, system architecture, and more.
Learn how to encrypt and decrypt data using AES encryption in CBC mode with Node.js
Learn about monkey patching in Node.js, a technique to modify or extend the behavior of existing modules or objects at runtime.
Learn about the architecture of Large Language Models (LLMs), including context windows, contextual awareness, and conditional probability.
Solving systems of linear equations is a fundamental skill in mathematics. In this blog post, we explore the process of solving these systems using matrix operations, Gaussian elimination, and identifying free variables.
I have been working on a project that requires me to create a smart contract in web3. I have been using web3.js to interact with the NEAR protocol and create a smart contract. In this blog post, I will share my experience of creating a smart contract in web3.