Skip to content

marc0olo/marc0olo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

Hello, I'm Marco 👋

Senior DevRel at DFINITY, the core contributor to the Internet Computer (ICP).

What is the Internet Computer?

The IC is a decentralized cloud infrastructure that allows developers to deploy backend services without managing a traditional IT stack. It provides a sandboxed execution environment via WebAssembly (Wasm) where compute and storage are natively unified.

  • Unified Execution: Code and state reside in the same unit (canisters). This eliminates the need for separate database servers, load balancers, or manual OS security patching.
  • Wasm-Native: Develop in Rust, TypeScript, Python, or Motoko. Any language targeting WebAssembly can be deployed to the network, providing high-performance execution.
  • Orthogonal Persistence (Motoko): When building with Motoko, your variables and data structures persist in memory automatically across upgrades. The runtime manages the state on your behalf—no serialization or external database logic required.
  • Tamper-Proof Logic: The platform uses threshold cryptography to ensure that code execution is consistently verifiable and immune to traditional single-point-of-failure attack vectors or root-access exploits.

🛠️ Developer Resources

Tool Focus
icp-cli Modern CLI for building and deploying applications on the Internet Computer.
icp.ninja Web-based IDE for rapid prototyping and exploring examples.

Links & Documentation

Official DocumentationGitHubDeveloper Forum

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published