Gilbert Orlands Sambow — Full Stack Software Engineer & Founder of Evelant
about

I'm Gilbert Orlands Sambow, usually just Gilbert Sambow, a Full Stack Software Engineer who enjoys learning new things. I love making projects that combine a real problem with room for craft, imagination, and something useful.
Also, I'm the CEO and Founder of Evelant. I also build side projects end-to-end, handling design, backend, and deployment. I love to collaborate and work with a team to solve problems, brainstorm ideas, build real solutions. and pay attention to details and simplicity.
“We are stuck with technology when what we really want is just stuff that works.”
skills
Languages
The core scripting language of the web — dynamically typed and event-driven, and the only language every browser understands natively. It also runs outside the browser via Node.js, which is why it ends up underpinning nearly everything interactive on the modern web, front and back.
A typed superset of JavaScript that adds static type-checking on top of the language, catching a whole class of bugs before the code ever runs. It compiles down to plain JavaScript, so it works anywhere JS does, while giving editors far richer autocomplete and safer refactoring.
A readable, general-purpose language known for clean syntax and a huge ecosystem spanning web backends, automation, data science, and machine learning. Its emphasis on simplicity makes it a common first choice for prototyping an idea quickly before hardening it.
A server-side scripting language built specifically for the web, still quietly powering a huge share of the internet, WordPress included. Modern PHP, especially paired with a framework like Laravel, is far more structured and pleasant than its old reputation suggests.
The standard language for querying and manipulating relational databases — selecting, joining, filtering, and aggregating rows of structured data. Almost every backend that stores data in tables eventually speaks some dialect of it, MySQL and Postgres included.
Web & Frameworks
A React framework that adds server-side rendering, file-based routing, and full-stack capabilities like API routes and server actions on top of React itself. It's become the default choice for production React apps because it settles most infrastructure decisions upfront.
A JavaScript library for building user interfaces out of reusable components, using a declarative model where the UI is just a function of state. It popularized the component-based approach that most modern frontend tooling is now built around.
A JavaScript runtime built on Chrome's V8 engine that lets JavaScript run outside the browser — on servers, in CLIs, anywhere. It's what made it possible to use one language across an entire stack, frontend and backend alike.
A structured, opinionated Node.js framework for backend services, heavily inspired by Angular's architecture — modules, dependency injection, decorators. It trades away some of Node's raw flexibility in exchange for consistency on larger codebases.
A PHP framework that brings modern conventions — an expressive ORM, routing, queues, authentication scaffolding — to server-side web development. It's a big part of why PHP still holds up as a productive choice for full applications, not just scripts.
A lightweight Python web framework that gives you just the essentials — routing and request handling — and lets you add everything else yourself. A common pick for small APIs or services where a heavier framework would be overkill.
A framework purpose-built for developing browser extensions with React, handling the boilerplate of manifest files, hot-reloading, and packaging across Chrome, Firefox, and other browsers.
A utility-first CSS framework where styling happens through small, composable classes directly in markup instead of separate stylesheets. It trades some separation-of-concerns purism for speed and visual consistency across a codebase.
A library of low-level, unstyled UI primitives — dialogs, dropdowns, tooltips — that handle accessibility and keyboard interaction correctly out of the box, leaving all of the visual styling up to you.
A collection of copy-into-your-project React components built on Radix and Tailwind, rather than an installed dependency — you own the actual component code and can freely modify it.
AI / ML
An open-source computer vision library used for tasks like image processing, face detection, and object tracking. It's the toolkit most classic, non-deep-learning vision projects reach for first.
An open-source machine learning framework developed by Google for building and training neural networks, spanning everything from research experiments to production deployment.
A JavaScript library for building and training simple neural networks directly in the browser or in Node, without needing Python or a heavier ML stack — well suited to lightweight classification tasks.
Google's API for accessing its Gemini family of large language models — text generation, reasoning, and multimodal tasks — from any application.
A family of machine learning models loosely inspired by the brain's structure — layers of connected nodes that learn patterns from data through training rather than explicit hand-written rules.
An open-source, self-improving AI agent (Nous Research) with a built-in learning loop — it creates and refines its own skills from experience, persists what it learns across sessions, and builds a growing model of the person it's working with.
An MIT-licensed, self-hosted AI agent framework — a personal assistant that runs on any major LLM (Claude, GPT, Gemini) and connects straight into Telegram, Discord, and WhatsApp rather than living behind a single chat window.
The practice of integrating large language models into real applications — prompt design, context management, tool/function calling, and handling a model's output reliably inside an actual product.
CI/CD & DevOps
A containerization platform that packages an application together with everything it needs to run — dependencies, runtime, configuration — into one portable image, so it behaves identically across machines.
A widely used open-source automation server for building CI/CD pipelines — running tests, builds, and deployments automatically whenever code changes.
GitHub's built-in CI/CD platform, letting you define workflows directly in a repository that run on events like pushes or pull requests — tests, builds, and deployments as YAML config living alongside the code.
3D & Animation
A JavaScript library that wraps WebGL, making it far more approachable to build interactive 3D scenes, cameras, lighting, and materials for the web without writing raw graphics/shader code by hand.
A React renderer for Three.js, letting 3D scenes be built declaratively as React components instead of imperative Three.js calls — bringing the same component and state model used for regular UI into 3D graphics.
A high-performance JavaScript animation library that can tween almost any property on almost any object, with tight scroll-linked and timeline-sequencing tools — the industry standard for precisely-timed, polished web animation.
The low-level browser API for rendering hardware-accelerated 2D and 3D graphics directly on the GPU, and the foundation that higher-level libraries like Three.js are built on top of.
Backend & Data
One of the most widely used open-source relational database systems, storing data in structured tables and queried with SQL — a common default for web application backends.
An advanced open-source relational database known for strict standards compliance, powerful querying features, and strong support for complex data types — often preferred over MySQL for more demanding applications.
A Node.js library for building bots and integrations on Discord's API — handling gateway events, slash commands, and message interactions.
An architectural style for designing web APIs around resources and standard HTTP verbs — GET, POST, PUT, DELETE — making them predictable and easy for any client to consume.
Tools & Platforms
A distributed version control system that tracks every change to a codebase over time, letting multiple people branch, merge, and collaborate without stepping on each other's work.
A hosting platform for Git repositories that adds collaboration tooling on top — pull requests, issues, code review, and CI/CD via Actions — and is the de facto home for most open-source code.
A platform-as-a-service that deploys applications straight from a Git push, handling servers, scaling, and infrastructure so you don't have to manage them directly.
A global edge network providing CDN, DNS, DDoS protection, and serverless compute via Workers — often the layer sitting in front of a site before a request even reaches its origin server.
An open-source backend-as-a-service built around Postgres, providing a database, authentication, storage, and realtime subscriptions out of the box — commonly described as an open alternative to Firebase.
A collaborative, browser-based design tool for interface design and prototyping, where multiple people can work in the same file at the same time in real time.
project
evelant
I'm building Evelant, an AI assistant that lives on top of any webpage.
It pairs a browser extension with a web dashboard, so you can talk to an assistant that understands the page you're actually looking at and can take action on it for you, whatever site you're on. I lead product, engineering, and everything in between.
Visit evelant.aievelant.ai
