██████   ▄█████████  ██    ██
██   ██  ██   ██     ██    ██
██   ██  █████████   ██    ██
██   ██  ██   ██      ██  ██
██████   ██   ██████   ████

David Orlando Miranda — Full Stack Developer · Colombia
text-mode edition · 0 bytes of CSS · 0 bytes of JavaScript · 0 images

There is exactly one link on this page, and it is the only thing in colour: >> daev.space << — the full version, with the colours back on.


NAME

daev — David Orlando Miranda, specialized full stack developer.

SYNOPSIS

daev [--custom-websites]
     [--landing-pages]
     [--scalable-web-apps]
     [--robust-backend]
     <your-business>

DESCRIPTION

I build fast, scalable web products, from the first idea to production. I care about great user experience and shipping software that delivers real results for people and businesses.

+---------------------+---------------------+
|         15+         |         4+          |
|  years working in   |      years as a     |
|     technology      | full stack developer|
+---------------------+---------------------+
|         45+         |          6          |
| projects delivered  | sites delivered per |
| and producing value |   month in 2026     |
+---------------------+---------------------+

CLIENTS

Chez Boaz Tours · Climb Rock · Ópticas Apolo Visión · Colombian Cannabis Center · Kevin Galeano — Rescatista · and 30+ law firms and professional practices through DigitalYa

WORK

Real businesses, real deadlines, real numbers. Each window is a site that shipped; open a case to read it.

.--------------------------------------------.
| o chezboaztours.domirandar.workers.dev     |
|============================================|
| CHEZ BOAZ TOURS                            |
| Tourism · Santa Marta, Colombia · 2026     |
|                                            |
| Rebuilt with online booking and deposits:  |
| mobile load time down from 7.9 s to 1.6 s. |
'--------------------------------------------'
[+] read the case

The problem. Their WordPress site took almost 8 seconds to load on mobile, had broken buttons and sections that never rendered, and could not take a single payment online.

What I built. I rebuilt it from scratch as a static Astro site on Cloudflare Workers: 2026 tour catalogue, cart, checkout with a 30% deposit through Bold, and TravelAgency structured data.

Mobile LCP
  before    7.90 s ##########################
  after     1.62 s #####

Page weight
  before    3.1 MB ##########################
  after     499 KB ####

Blocking time
  before  2,905 ms ##########################
  after     211 ms ##

Requests
  before       102 ##########################
  after         15 ####

Role: Design & full stack · Built with Astro, TypeScript, Cloudflare Workers, D1, Bold

.--------------------------------------------.
| o o o  climbrock.domirandar.workers.dev    |
|============================================|
| CLIMB ROCK                                 |
| Industrial safety · Bogotá, Colombia ·     |
| 2026                                       |
|                                            |
| Their first website: six service lines and |
| a quote request in a single tap.           |
'--------------------------------------------'
[+] read the case

The problem. A fall-protection engineering company that manufactures its own hardware had no website at all: every quote request arrived through Facebook or word of mouth.

What I built. A server-rendered Astro site on Cloudflare Workers covering their six service lines, with real project photography, the Resolution 4272 of 2021 compliance story and one-tap WhatsApp quoting.

Role: Design & full stack · Built with Astro, SSR, Cloudflare Workers, Supabase, TypeScript

.--------------------------------------------.
| o o o  opticasapolovision.com              |
|============================================|
| ÓPTICAS APOLO VISIÓN                       |
| Optical retail · Bogotá & Girardot,        |
| Colombia · 2026                            |
|                                            |
| Online store with a searchable catalogue,  |
| nationwide shipping and eye-exam booking.  |
'--------------------------------------------'
[+] read the case

The problem. An optician with two branches and fifteen years of customers could only sell in person — there was no way to browse frames or book an eye exam online.

What I built. A custom e-commerce store with a searchable catalogue of sunglasses, frames, lenses and drops, cart and checkout, nationwide shipping and online eye-exam booking.

Role: Design & full stack · Built with Next.js, TypeScript, Tailwind CSS, E-commerce

.--------------------------------------------.
| o o o  private platform                    |
|============================================|
| AGRO LEDGER                                |
| Agritech · Traceability & compliance ·     |
| 2025 – 2026                                |
|                                            |
| Plant-to-batch traceability platform for a |
| regulated crop, built for audits.          |
'--------------------------------------------'
[+] read the case

The problem. Regulated cannabis cultivation has to prove the traceability of every plant, and the operation was tracking it on spreadsheets that no audit would accept.

What I built. I led the development of the agricultural management and traceability platform: batch tracking, roles and auditing, aligned with Colombian regulation and international standards.

Role: Tech lead & full stack · Built with Next.js, NestJS, PostgreSQL, Docker, TypeScript · Client: Colombian Cannabis Center

.--------------------------------------------.
| o o o  rescatista.vercel.app               |
|============================================|
| KEVIN GALEANO — RESCATISTA                 |
| Personal brand · Rescue & training · 2026  |
|                                            |
| Personal brand with a gallery of real      |
| operations and every channel in one place. |
'--------------------------------------------'
[+] read the case

The problem. A firefighter and vertical-rescue instructor with fifteen years in the field had his whole portfolio scattered across social media, with nowhere to send a prospective client.

What I built. A personal site with a Cloudinary-backed photo gallery of real operations, his service lines and direct contact through every channel he already used.

Role: Design & front end · Built with Next.js, Tailwind CSS, Cloudinary

BACKEND

A backend has no screen, so here is the part that matters. Buying a raffle ticket, in one transaction with a row lock, so two buyers can never take the same number:

sequelize.transaction(async (tx) => {
  // lock the row: nobody else can touch it
  const raffle = await Raffle.findByPk(id, {
    lock: Transaction.LOCK.UPDATE,
    transaction: tx,
  });
  if (raffle.status !== 'active')
    throw new BadRequest('not active');
  if (raffle.tickets[number])
    throw new BadRequest(`${number} is sold`);
  // mark it sold + create the ticket, same tx
});

SERVICES

[1] Landing Pages
    Fast, conversion-optimized landing pages
    that turn visitors into customers.

[2] Custom Websites
    Bespoke corporate sites and portfolios —
    responsive and SEO-ready.

[3] E-commerce
    Online stores with payment gateways, cart
    and product management.

[4] Educational Platforms (LMS)
    Learning platforms with courses, roles,
    progress tracking and assessments.

[5] Custom Software
    Tailored applications that automate and
    solve your business's specific needs.

[6] SaaS Products
    Scalable SaaS products with subscriptions,
    multi-tenant and dashboards.

Fixed scope, fixed price, a date. Pricing lives at daev.space/en/pricing.


JOURNEY

Fifteen years in technology: from keeping networks and servers running to building web products end to end.

o--- May 2026 – present  <- now
|    Web & SEO Developer
|    @ DigitalYa
|    Full cycle of websites for law firms and
|    professional practices at a digital
|    marketing agency: design, development,
|    technical and local SEO, deployment, DNS
|    and domain. 30 sites delivered in five
|    months.
|
o--- 2023 – present
|    Freelance Full Stack Developer
|    @ Daev · freelance
|    Websites, stores and platforms for my
|    own clients, from the first call to
|    their domain: Chez Boaz Tours, Ópticas
|    Apolo Visión, Climb Rock and more.
|
o--- Sep 2024 – May 2026
|    Technical Lead
|    @ Colombian Cannabis Center
|    Led the Agro Ledger traceability
|    platform: backend design, a frontend
|    team and the quality and information-
|    security practices of a regulated
|    operation.
|
o--- Jul 2023 – Aug 2024
|    Full Stack Developer
|    @ AppTender
|    Migrated the legacy backend from Express
|    to NestJS and built integrations with
|    Meta, Brevo and OpenAI.
|
*--- Dec 2022 – Jul 2023  (education)
|    Full Stack Bootcamp · 800 h
|    @ Henry
|    The turn from infrastructure to
|    software: JavaScript, React, Node.js and
|    SQL, followed by 300 h of Java.
|
o--- 2008 – 2022
|    IT Support & Infrastructure Technician
|    @ Freelance IT
|    Fourteen years keeping hardware,
|    networks, operating systems and servers
|    running for businesses and households,
|    plus management apps on SQL Server and
|    Access.

o--- 2005
     first line of code: a website for a
     rock band, built in Dreamweaver

ABOUT

==+++++++++++++::---=+++==-*=...............
-========----==..:-+*#%%%%%%#-:     ... ..::
--==---=-------.=#%@@@@@@@@@@@+=-     ..:-:.
--------------+###******###%%@%#++- .:::.
-----------:-*#+====++====---+%@#-++.
-------::::-*--=+++++++===--:-+#@#:*-
-------::::#=.=++++++++**+=---=%@%%%#:
:--:::::::=@.:=++++**#%##*+=--+@%%#%#-.
:::::::::.*%-*%##*++*####*++=-+@@%%%%-.
::::::::::+%*+#%#+==++**+++=--=%@@@%%#:
::::::::::+%%:+*+-+--+++++==-=*%@@@@*-
::::::::::#@@==++=**#****++==**##@@%-
::::::::::-*%%+**#%%%##%%#*****#=++:.   ...-
:::::::::::::--*%#*##***#%*####*==#*- :++=+*
:::::::::::::. -#%*#%#**#%%%%#**####*+=**+++
:::::::::::::. .:+#%%%%%%@@%###%#####@%####*
::::::::.::::. .. .-#%%%%%##%%%#%%#%@@%@@%%%
:::::::::::::. ... =@#+***#%%#%%%%@@@@@@@%%%
:::::::::::::. .. +@@@#+#%@@%%@%%@@@@@@@@@@%
:::::::....::  . :#@@@@#@@@@@@@@@@@@@@@@@%%%
::.........::   =#*#%%@@@@@@@@@@@@@@@@@%%@%%
............: .*@#***#@%@@@@@@%%%%%%@%%@@@@%
...........:: =@%****%@#%%%%%%%%%%%@%#%@@@@%
............: +%***#%@%#%%%#####%@@%#%@@@@%@

fig. 1 — the author, at work, rendered with 10 characters: @%#*+=-:.

I live in Colombia. Before code there were hardware, networks and servers; around it all, mountains, tour guiding and a bass guitar. All of it shows up in how I build: I care about the people who will use the thing.

BLOG

I write in Spanish, at daev.space/blog. The latest:

2026-07-31
  Chucula de los 7 granos: la receta ancestral
  que queremos revivir
  (A seven-grain cacao drink we want to bring
  back)

2026-07-30
  Proksanty: un viaje al origen del cacao en
  Nilo, Cundinamarca
  (A trip to the origin of cacao)

2026-07-03
  Chilcuague: la Raíz de Oro de México, su
  historia y sus propiedades
  (The golden root of Mexico)

2026-06-28
  El mundo se llenó de agentes Smith
  (The world filled up with Agent Smiths)

2026-06-23
  Recalculando rumbo
  (How I started programming)

FAQ

Who am I?

I'm David Orlando Miranda, a Full Stack Developer based in Colombia. I build fast, scalable web products end to end —from the idea to production— with React, Next.js, Astro, Node.js, NestJS and TypeScript. I work under my personal brand, DÆV.

What can I build for you or your company?

Landing pages, custom websites, e-commerce stores, educational platforms (LMS), custom software and full SaaS products. I work with both companies and individuals, and I can take a project from design through deployment and maintenance.

Am I available for new projects?

Yes. I'm open to freelance projects and full-time roles, working remotely with teams across Latin America, the US and Europe. The fastest way to reach me is WhatsApp or email; tell me about your project and I'll get back to you shortly.

Where am I based and what languages do I work in?

I’m based in Colombia and I work in both Spanish and English, collaborating comfortably across time zones in the Americas and Europe.


CONTACT

email      domirandar@gmail.com
whatsapp   +573015740156
github     github.com/Davidongo93
linkedin   www.linkedin.com/in/domirandar/
x          x.com/domirandar

Are you a recruiter? My one-page CV is at daev.space/cv/david-miranda-cv-en.pdf — type it, it is short.


SEE ALSO

Scroll back up. The only link is there.

  (c) 2026 David Orlando Miranda
  hand-drawn in a text editor
  best viewed in any browser since 1995