41 items with this tag.
Lolita Pank Web development project for Lolita Pank: a cultural platform with historical archive, editorial blog, and e-commerce for courses/workshops.
Workshop DAI Hands-on workshop on the persistence layer in modern web development, using PostgreSQL and Supabase.
Explanation of multi-container patterns in Kubernetes (Sidecar, Ambassador) using simple analogies.
A public architecture note for monitoring laundromat gas and water levels with sensors, alerts, and reusable operator workflows.
Challenges in Structuring a Decentralized Stock Exchange Decentralized stock exchanges have become more popular in recent years, with the promise of greater transparency and greater security compared to traditional exchanges.
Code What does the code do? Source: Derivatives Market Trading a financial asset involves at least four discrete steps: A buyer and a seller must locate each other and agree on a price The trade must be cleared (the obligations of each party are specified) The trade must be settled (the buyer and se...
Decentralized Financial Markets v.0 Introduction There is a technology, Web 3, that enables the transfer of value between users of a network in a secure, decentralized, and private manner, with the power to modernize financial markets.
Decentralized Financial Markets v.1 Introduction There is a set of technologies grouped under the term Web 3 that enables the transfer of value between internet users in a secure, decentralized, and private manner, with the power to modernize financial markets.
EPIC Plus: Installation and Update Guide Guide November 2023 by Diego Jimenez Introduction The EPIC+ platform was developed in 2022 with the goal of being a resource hub for entrepreneurs, including talks, tutorials, interviews, articles, and more.
EPIC Technology Introduction EPIC Lab uses different projects and technologies to offer digital services ranging from downloading and consulting the annual report to booking and purchasing tickets for spaces and events.
Friends Network The friends network project consists of developing a platform that functions as a directory and classification of friends and entrepreneurs by their industry, activities they have participated in, or any other relevant classification category.
Mentors Network The mentors network project consists of developing a platform that functions as a directory and classification of mentors by their industry, activities they have participated in, or any other relevant classification category.
SSL Guide Guide for Updating the SSL Certificate on EPIC+ Companion guide to EPIC Plus: Installation and Update Guide.
Unified User Registration Unified registration project for epiclab.itam.mx, documented in epic-technology.
EIN: Decentralized Inference Network with X402 Core Concept Infernet = Infrastructure + Inference + Network A peer-to-peer network where anyone can: Provide inference capacity (run AI models) Consume inferences paying per request with X402 Compete on price, quality, and speed Problem It Solves Curre...
Project Architecture embeds.onemodel.app/d/notion/6I5apZyLdmS7jUTmFurpKAmoyv8lCRCYMeTD2vBWOQQIAIcCO5HBnrmxvI3Q.
Project Short description A P2P network for AI inference with a free market for prices and per-request payments via X402 micropayments Description A P2P (peer-to-peer) network for AI inference creates a free and open market to solve these problems.
MAIN ein-cli Project Documentation Project Overview ein-cli is a dual-interface Infernet CLI/TUI application that provides both command-line automation and interactive terminal interfaces for decentralized AI inference through the Infernet Network.
ein-cli Project Structure This document provides a comprehensive overview of the ein-cli project structure, explaining the purpose and functionality of each component.
Infernet CLI/TUI Implementation Plan 🧠 Core Concept: Infernet Infrastructure + Inference + Network A peer-to-peer network where anyone can provide inference capacity and consume AI services with X402 micropayments.
LolitaPank Tech Stack - Lolita Pank Headless Architecture: Next.js + WordPress + Vercel Overview This solution implements a headless CMS architecture that separates the backend (WordPress) from the frontend (Next.js), offering significant advantages over the traditional WordPress approach: Greater s...
Powerlifting 2.0 - Application Specification This document details the specifications for the “Powerlifting 2.0” training program for its implementation in the application.
Ultramar Dual financial project under the 0disea organization. Related to Optimizer Finance and Financial Contracts. Components 1.
Dashboard Application Part of the whatlet project. Partners and Prizes.
FICO Score API API for the whatlet project to query a wallet’s credit score. Integrates with the WhatsApp Chatbot and the Dashboard Application.
GraphAPI The Graph resource for on-chain queries in the whatlet project. Used to feed the credit score and the Dashboard Application.
Whatlet GENERAL INFO & LINKS github.com/D9J9V/Whatllet Dashboard Application Pitch Deck Related projects: ETH Global NYC | Optimizer Finance General Description Whatlet is a WhatsApp-integrated interface that enables users to interact with their crypto wallets through text messages.
WhatsApp Chatbot Core component of the whatlet project that allows users to interact with their crypto wallets via WhatsApp.
Slides Transcript [SLIDE 1: Title Slide] Mastering the Persistent Layer From Data Storage to Strategic Architecture A Practical Workshop for Modern Web Development [SLIDE 2: Section Header] Understanding the Persistent Layer Foundations of Data Management in Modern Applications [SLIDE 3: CRUD Operat...
Workshop DAI - EN Links www.geeksforgeeks.org/linux-vs-windows-commands/ Pages Workshop Hands-on Slides Transcript Contact me: Telegram @d9j9v or jimenezvdiego@hotmail.com Workshop DAI - ES.
Workshop DAI - ES This file contains the complete Spanish translation of the workshop slides.
Workshop Hands-on Let’s Set Up the Accounts Tienes Github? Tienes Vercel? Tienes Supabase? Getting Started Go to Database.new and configure your instance.
What is Geppetto? Problem We are handling accounting for modern enterprises — it is something they have to do every day.
Submission Description: Go in as much detail as you can about what this project is.
Architecture decisions and lessons learned scaling AI agentic systems on GCP with Kubernetes, Helm, and Secret Manager.
Architecture decisions and lessons learned scaling AI agentic systems on GCP with Kubernetes, Helm, and Secret Manager.
Architecture decisions and lessons learned scaling AI agentic systems on GCP with Kubernetes, Helm, and Secret Manager.
Critical Path 1.
Technical Specifications Created by: Antonio Tellez Creation date: July 2, 2024 11:17 AM Last edited by: Antonio Tellez Last edit: July 2, 2024 11:17 AM Tags: Development Problem Statement What problem are you trying to solve? If there is a PRD (see PRD), it can be a synchronized block from the PRD.
MVP Trivia Proposal Implemented on the VARA Network Overview We developed a smart contract on the VARA network to create and manage interactive trivia games on the blockchain.
Smart Contract Rust #![no_std] use gstd::{ async_main, debug, exec, msg, prelude::*, ActorId, Encode, Decode, TypeInfo }; use codec::{Encode, Decode}; use gmeta::{Metadata, InOut, Out}; // Constants for clarity const OK_REPLY: &[u8] = b"Trivia created successfully"; const ERROR_REPLY: ...