Agam More

Agam More

0x010 - Low Code 🧩

Problem: No-code solutions are bad at handling edge cases, but we still want a fast development cycle. Solution: Take the best aspects of no-code, and sprinkle code where needed to address edge cases and complex needs.

0x00F - WebGPU 🌌

Problem: WebGL (JS API for rendering graphics in browsers) is outdated, not performant, and lacks low-level API access. Solution: Use modern graphic APIs built from the ground up with performance in mind.

0x00D - Open-source Business Models 💸

Problem: Developers easily adopt open-source, but it’s unclear how to monetize an open-sourced solution. Solution: Using an open-source business model and keeping it sustainable while maintaining high developer adoption.

0x00C - eBPF 🐝

Problem: Extending the kernel safely and easily is hard. Solution: eBPF lets you safely execute bytecode in the Linux kernel without changing the kernel source code or creating a kernel module.