Rust for Solana - Basic knowledge
This article explains the basic knowledge of Rust to understand and write Solana Programs
2025, Feb 10 — 8 minute read
This article explains the basic knowledge of Rust to understand and write Solana Programs
2025, Feb 10 — 8 minute read
K-Nearest Neighbor (KNN) is a simple, non-parametric algorithm used for classification and regression, predicting from the similarity between data points.
2025, Feb 10 — 7 minute read
This article explains the difference between supervised and unsupervised learning in Machine Learning with several examples.
2025, Jan 22 — 6 minute read
Artificial Intelligence(AI) and Machine Learning Models bring with them a range of new challenges and security concerns. From the creation of realistic deepfakes to vulnerabilities like prompt injection and the use of Shadow AI systems inside an organization.
2025, Jan 22 — 9 minute read
This article provides a comprehensive overview of three foundational security models: Bell-LaPadula, Biba, and Clark-Wilson.
2025, Jan 15 — 5 minute read
DFIR stands for **Digital Forensics and Incident Response**. This field covers the collection of forensic artifacts from digital devices such as computers, media devices, and smartphones to investigate an incident.
2025, Jan 15 — 5 minute read
Non-Fungible Tokens (NFTs) enable unique, verifiable ownership of digital and real-world items on the blockchain. While ERC-721 remains the main standard to represent NFTs on Ethereum and EVM blockchains, several other standards (ERC-1155, ERC-2981, ERC-4907,...) have emerged to meet various use cases and improve functionality.
2025, Jan 14 — 55 minute read