[
  {
    "title": "AI Agents Workforce",
    "description": "An enterprise-grade multi-tenant SaaS platform for deploying and managing AI agents at scale. Agents execute on a durable workflow engine with long-term memory backed by knowledge graphs and vector search, connect to 900+ external tools via OAuth, and interact through voice and text across web and desktop. Full billing, analytics, and admin built in.\n\nOrchestration:\nAgents run on a durable workflow engine with priority queuing, retries, pause/resume, state recovery across failures, and idempotency on critical mutations. Each agent maintains a long-lived entity workflow that serializes incoming work by channel priority, so a live user message always preempts a background schedule. Full context awareness is injected on every interaction including agent identity, state, capabilities, and team context.\n\nOnboarding:\nConversation-first guided onboarding where the agent walks the user through goals, capabilities, tool access, and work configuration before starting. Agents can be interviewed before hiring. The same flow works by voice or text and is revisitable anytime. Agents self-configure their capabilities, tools, and persona at runtime, and can modify their own skills, duties, and tools when the work calls for it.\n\nAgent Memory:\nSix memory layers stacked from immediate to long-term: thread-scoped conversation state, a structured work journal logging every action and delegation, self-curated agent notes where agents write their own observations and preferences, a bi-temporal knowledge graph that ingests every conversation into entities and relationships with validity tracking so newer facts automatically supersede outdated ones, a company knowledge graph built from ingested documents and connected data sources, and cross-agent delegation context for team knowledge transfer. Memory is adaptive: when facts change, agents revise their understanding rather than stacking contradictions. Agents learn from their own work outcomes and carry lessons forward. Agents interact with their memory through dedicated search and recall tools, and can explicitly mark information to learn and remember.\n\nKnowledge Retrieval & Training:\nA multi-stage search pipeline enriches queries with speaker context and recent keywords, anchors results to relevant entities in the graph, and falls back to broadened queries on zero results. A training system ingests data from file uploads, shared links, and third-party platforms like document stores, knowledge bases, and messaging tools through entity extraction and embedding generation, building a tenant-isolated knowledge base across graph and vector databases. Both agent memory and trained knowledge merge into a unified context block on every interaction.\n\nWork Management:\nChat-first interface with inline file uploads. Task boards per agent for tracking work, user-assigned or agent-created during execution. Recurring schedules on any cadence, created by users or agents. Team-level goals, KPIs, and mission text that drive autonomous prioritization. Per-skill and per-tool approval gates where agents pause for human sign-off. Structured work journals where agents log what they did, learned, and plan to do.\n\nDrive:\nEvery agent has a personal drive storing all work output: reports, documents, images, spreadsheets, code, and generated artifacts. Browsable, previewable, downloadable, and editable. Work lives in the drive, not buried in chat.\n\nMulti-Agent Collaboration:\nA delegation system lets agents invoke teammates as subagents with full context transfer, and delegation results flow back into the conversation timeline. Organization-level routing directs broad requests to the right teams. Teams behave like real departments: the leader coordinates, delegates to specialists, and assembles outputs. Visual drag-and-drop org structure management. Built-in web search gives agents access to live information.\n\nSafety & Governance:\nPrompt injection detection, output evaluation, PII redaction, topic control policies, and execution guardrails with cost alerts. Human-in-the-loop approval gates let agents pause for authorization on high-risk actions. Permissions and roles with admin, manager, and viewer access levels. Agent leaderboard ranking by productivity, cost efficiency, and output. Import and export for portable agent configurations. All policies are tenant-configurable.\n\nObservability:\nReal-time activity timeline with correlation IDs across agent chains, self-hosted LLM tracing with prompt inspection and token metrics, structured work journals aggregated across teams, and email and in-app notifications when work completes or needs attention.\n\nVoice & Channels:\nFull-duplex voice streaming feeds into the same agent pipeline as text. A unified dispatcher funnels all input channels (web chat, voice, API, webhooks, scheduled triggers, Slack, WhatsApp, Telegram, email, phone/video, and cross-agent delegation) through one entry point, keeping the execution layer fully channel-agnostic. Per-agent channel configuration.\n\nOffice View:\nA 3D virtual office showing the entire organization at a glance, with a 2D fallback based on browser or device capabilities. Agents at desks, real-time status reflected visually, delegation shown as handoffs between team zones. Click any agent to jump into their workspace.\n\nDesktop Companion:\nA lightweight desktop app giving agents access to the user's browser and computer: reading screens, clicking buttons, filling forms, navigating applications, and operating software without APIs. Voice or text control.\n\nAgent Lifecycle:\nLifecycle states: onboarding, active, suspended, terminated with alumni history and re-hire capability. Operational statuses: available, working, awaiting input, error, paused.\n\nLLM Routing & Billing:\nMulti-provider model routing across three AI providers with per-agent overrides including model selection from cheaper models for routine tasks to reasoning models for complex work. Local model inference for development and end-to-end testing without external API costs. Streaming thinking tokens. Tiered credit billing consumed across LLM usage, compute runtime, workflows, tasks, and voice minutes with multi-threshold quota alerts and per-message cost breakdown. Usage-based pricing across Starter, Premium, and Enterprise tiers. Referral credit system.\n\nMarketplace:\nPlatform-curated and community-published agents, teams, and skills available for hire or cloning. Cloned configurations are independent copies with full customization. Creator incentive system with credit rewards tied to clone usage and attribution tracking.\n\nIntegrations:\nOver 850 external tool integrations via MCP with OAuth connection management, cached tool schemas, health checks, and an app recommendation engine that suggests relevant capabilities when tools are connected. Existing agents and workflows can be imported as outsourced employees or connected via MCP to collaborate with teams. The platform is accessible from web, desktop, mobile, browser extensions, and third-party platform apps (Slack, Teams, Discord, Shopify, WordPress, Zapier), with an embeddable widget, client SDKs, and a CLI for programmatic access.\n\nStorage:\nEight database layers working together in a GraphRAG architecture. Relational for transactional data, workflow state, chat history, and billing. Graph for structural context where entities and their relationships are traversed with temporal validity windows. Vector for semantic retrieval that finds relevant knowledge by meaning. In-memory for caching, session management, WebSocket channel layers, and task brokering. Columnar for high-volume LLM trace analytics. Object storage for file uploads, generated artifacts, and blob data. Time-series for cluster and application metrics. Log aggregation for centralized container log collection. Graph and vector databases index the same entities in different formats and are searched in parallel, merging results into a unified context block.\n\nArchitecture:\nPlugin-based modular codebase following ports and adapters. Each feature is an isolated module. Cross-module communication through an event bus, external services behind swappable adapter interfaces. Input and output channels use matching adapter registries, so adding a new channel requires only a new adapter with no changes to agent logic.\n\nUser Interface:\nResponsive, accessible web and mobile-first interface with a modern design system and intuitive UX. Built with React and TypeScript over a GraphQL API. WebSocket subscriptions drive token-by-token streaming, live activity feeds, status transitions, delegation visibility, and reasoning token display for chain-of-thought models. Dual streaming channels ensure resilience. Full component library with isolated visual testing. The monorepo shares packages across frontend and backend with build caching and dependency graph-aware task execution.\n\nSecurity & Testing:\nRow-level multi-tenancy enforced at the ORM, parameterized queries, CSRF protection, rate limiting, and agent-side prompt injection detection. Social OAuth sign-in, two-factor authentication, and transactional email delivery. Product analytics, error tracking, and performance monitoring across frontend and backend. Payment integration with webhook sync and subscription management. Full-stack automated testing from unit through end-to-end browser automation against real LLM responses, with explicit tenant isolation verification.\n\nInfrastructure & DevOps:\nOver 20 containerized microservices orchestrated across development, staging, and production. Entire infrastructure defined as code with automated cluster provisioning, VM image builds, and declarative release management. Five CI/CD pipelines covering linting, testing, image builds, and deployment with auto-deploy to staging on merge and manual production gates with confirmation. Autoscaling on workflow queue depth. Cloud provider is swappable: four providers supported (three cloud, one local simulation) with the ability to add more by plugging in a new module. A full local Kubernetes environment simulates production inside Docker for infrastructure testing without cloud costs. Zero-downtime rolling deployments with single-command rollback.",
    "technologies": [],
    "type": [
      "Enterprise Platform",
      "Agent Orchestration"
    ],
    "images": [
      "/images/projects/sista-ai-employes/1.png"
    ],
    "url": "https://zalt.me/projects/ai-agents-workforce"
  },
  {
    "title": "AI Utilities Suite",
    "description": "A growing collection of privacy-first AI utilities that run entirely in the browser. Every tool processes data client-side — nothing is uploaded, stored, or sent to external servers.\n\nTools include an in-browser AI chat that runs large language models locally with no API keys required, speech-to-text transcription from microphone or audio files, text-to-speech with 54 natural voices across 9 languages, image-to-text OCR supporting 100+ languages, real-time AI vision detection for faces, hands, body poses, and objects, an AI content detector that identifies AI-generated text using a RoBERTa classifier, a live Markdown previewer with GitHub Flavored Markdown support, a JSON formatter and validator with tree view exploration, a text diff tool for comparing two versions side by side, an AI token counter for estimating LLM usage, an AI text humanizer that transforms AI-generated content into natural writing, a word and character counter, and more.\n\nAll tools share a unified design system and privacy-first architecture. Processing happens client-side via WebAssembly and WebGPU, ensuring user data never leaves the device. Each tool works offline after initial load and is optimized for fast performance across desktop and mobile.",
    "technologies": [
      "TypeScript",
      "WebLLM",
      "Whisper",
      "Transformers",
      "WebAssembly",
      "WebGPU"
    ],
    "type": [
      "Web App",
      "AI Utility"
    ],
    "images": [
      "/images/projects/ai-utilities-suite/1.png",
      "/images/projects/ai-utilities-suite/2.png",
      "/images/projects/ai-utilities-suite/3.png"
    ],
    "url": "https://zalt.me/projects/ai-utilities-suite"
  },
  {
    "title": "Zaltech",
    "description": "An open-source full-stack framework for building AI-native, cross-provider applications that run across ChatGPT, OpenAI, Gemini, Claude, and future MCP-compatible platforms. It standardizes how you build tools, UI, and integrations on top of the Model Context Protocol (MCP) and ChatGPT Apps SDK / Apps SDK UI, so you stop rewriting the same glue code for every provider and every app.\n\nZaltech provides a unified, standards-aligned developer surface that eliminates fragmented provider SDKs, custom MCP servers per project, and one-off UI bridges. It features a feature-based architecture where every capability is a vertical slice (tool + logic + UI), with built-in authentication, observability, and one-command deployment.\n\nThe framework includes native AI UI system with production-grade widgets, interactive UI over MCP using React and Remote DOM, streaming-first transport with SSE, and MCP Inspector for visual testing. It enables building ChatGPT Apps, Gemini Extensions, Claude MCP Tools, and all kinds of AI Native Apps from the same codebase.",
    "technologies": [
      "Python",
      "FastMCP",
      "FastAPI",
      "Tailwind CSS",
      "Radix UI",
      "ReactJS",
      "TypeScript",
      "Vite",
      "Storybook",
      "Vitest",
      "Pytest",
      "MCP Inspector",
      "Docker",
      "Git"
    ],
    "type": [
      "Framework",
      "SDK"
    ],
    "images": [
      "/images/projects/sista-zaltech/zaltech-stack.png",
      "/images/projects/sista-zaltech/zaltech-layers.png",
      "/images/projects/sista-zaltech/1.png"
    ],
    "url": "https://zalt.me/projects/zaltech"
  },
  {
    "title": "AI Knowledge Studio",
    "description": "A natural-language analytics layer that lets teams ask questions over massive metrics data and get accurate, explainable answers in seconds.\n\n  The system queries both real-time event streams and relational metadata, generates safe queries with guardrails, and returns results with full context and summaries.\n\n  All inference runs on self-hosted fine-tuned large language models with tracing and evaluation built in. Data and models stay inside private infrastructure with no external data egress.",
    "technologies": [],
    "type": [
      "AI Utility",
      "Analytics"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/ai-knowledge-studio"
  },
  {
    "title": "AI Prompt Manager",
    "description": "An AI-native utility embedded directly inside ChatGPT that helps users turn unclear or incomplete requests into clear, structured instructions before content is generated. It operates within the conversation itself, acting as an assistive layer that guides, refines, and improves user input in real time.\n\nThe application provides interactive prompt builders and prompt enhancement tools that surface relevant options such as content type, tone, length, and structure. Users can review, edit, and adjust these inputs before submitting, giving them control over how their requests are interpreted and executed.\n\nBuilt on the Zaltech framework, this tool represents a new class of in-chat utilities that work natively inside the conversational flow rather than as external tools or separate interfaces. Detailed implementation specifics are not publicly disclosed.",
    "technologies": [
      "Python",
      "FastMCP",
      "Langfuse",
      "ClickHouse",
      "MCP Inspector",
      "FastAPI",
      "Radix UI",
      "Tailwind CSS",
      "Storybook",
      "Vite",
      "TypeScript",
      "ReactJS",
      "Vitest",
      "Pytest",
      "LangChain",
      "PineconeDB",
      "PostgreSQL",
      "OpenTelemetry",
      "Prometheus",
      "Grafana",
      "Loki",
      "Promtail",
      "Docker",
      "Git"
    ],
    "type": [
      "AI Native App",
      "Utility"
    ],
    "images": [
      "/images/projects/sista-prompt-manager/1.png"
    ],
    "url": "https://zalt.me/projects/ai-prompt-manager"
  },
  {
    "title": "AI Sales Agent for Shopify",
    "description": "An AI-native application that embeds directly into conversational AI platforms (including ChatGPT and others) and acts as a personal assistant within the conversation itself. It operates as an in-chat layer that helps users shape requests before execution by structuring intent, capturing missing context, and improving instruction quality in real time.\n\nThe application provides guided prompt builders and prompt enhancement, allowing users to review and edit key inputs such as content type, tone, length, and structure before generating. This reduces back-and-forth, improves consistency, and gives users more control over the output without requiring them to learn prompting.\n\nBuilt on the Zaltech framework, it represents a new class of AI-native applications that run inside the conversational interface rather than as separate tools. Detailed implementation specifics are not publicly disclosed at this time.",
    "technologies": [],
    "type": [
      "Shopify App"
    ],
    "images": [
      "/images/projects/sista-shopify/1.png",
      "/images/projects/sista-shopify/2.png"
    ],
    "url": "https://zalt.me/projects/ai-sales-agent-for-shopify"
  },
  {
    "title": "LLM Bench Marker",
    "description": "A benchmarking tool that runs multi‑model sweeps on curated datasets with fixed prompts to identify the best cost/quality trade‑offs.\n\n  It includes a live config editor with a read‑only YAML preview for reproducible runs, plus model toggles with pricing and throughput hints.\n\n  Runs log tokens, latency, and quality scores per prompt, compare models side‑by‑side, and highlight the most suitable option for a target budget or score.\n\n  Reports export to CSV/JSON with a table view, and a log inspector shows pretty JSON alongside parsed model response fields. A single‑model measurement mode helps quick spot checks.",
    "technologies": [
      "OpenRouter",
      "Python",
      "Hugging Face",
      "Git"
    ],
    "type": [
      "AI Utility"
    ],
    "images": [
      "/images/projects/benchmark-runner-v3/1.png",
      "/images/projects/benchmark-runner-v3/2.png"
    ],
    "url": "https://zalt.me/projects/llm-bench-marker"
  },
  {
    "title": "AI Browsing Assistant",
    "description": "A browser extension that brings voice control and AI-powered assistance to your web browsing experience. This tool transforms how you interact with websites by enabling natural language commands and automation.\n\nThe extension provides a direct way to navigate websites, fill forms, extract information, and perform complex tasks through simple voice commands. It understands context and intent, allowing you to accomplish tasks that would normally require multiple clicks and manual input.\n\nKey features include automated form filling, automated data extraction, smart navigation controls, and context-aware assistance. The extension can understand complex instructions, adapt to different website layouts, and provide real-time feedback through voice responses.\n\nIt includes customizable settings for voice recognition sensitivity, command preferences, and privacy controls.",
    "technologies": [],
    "type": [
      "Browser Extension"
    ],
    "images": [
      "/images/projects/sista-extension/1.png",
      "/images/projects/sista-extension/2.png"
    ],
    "url": "https://zalt.me/projects/ai-browsing-assistant"
  },
  {
    "title": "AI Voice Agents Platform",
    "description": "A plug-and-play platform for integrating an AI-powered voice user interface (VUI) directly on top of existing applications. It is designed to be embedded in minutes, providing AI-driven control for web, mobile, and e-commerce platforms.\n\n    The core capability allows the agent to understand on-screen context and DOM structure, enabling it to execute user-facing actions like clicking, typing, and navigating. This allows for the automation of complex user tasks and workflows through natural language commands.\n\n    The platform can connect to an application's data sources to provide context-aware and accurate responses. It is built for multi-platform deployment and can be integrated via simple copy-paste snippets, platform-specific plugins, or a developer SDK.\n\n    A live demo of this agent is embedded on this portfolio. Feel free to interact with it by clicking the icon in the bottom-right corner.",
    "technologies": [],
    "type": [
      "Web App",
      "SDK",
      "API",
      "Website",
      "Docs"
    ],
    "images": [
      "/images/projects/sista-smart/1.png",
      "/images/projects/sista-smart/2.png",
      "/images/projects/sista-smart/3.png"
    ],
    "url": "https://zalt.me/projects/ai-voice-agents-platform"
  },
  {
    "title": "AI Coaching Chatbots",
    "description": "This is a personalized coaching service through WhatsApp, transforming how individuals receive guidance and support. By leveraging AI and machine learning, Sista AI delivers expert advice tailored to individual needs in various aspects of life, ensuring users can achieve their goals efficiently.\n\nKey features include personalized coaching sessions from experienced AI coaches specializing in life, fitness, career, relationships, language learning, and finance. Each coach offers customized advice, strategies, and support, making users feel understood and empowered. Additionally, Sista AI's 24/7 availability ensures continuous motivation and guidance, accessible anytime and anywhere for ultimate convenience.\n\nThe service integrates easily into users' daily routines with a simple WhatsApp setup. Sista AI prioritizes user privacy with encryption and customizable settings, ensuring a secure and personalized experience. With its interactive and engaging conversational AI, Sista AI enhances user engagement and overall satisfaction, making it an invaluable tool for personal growth and development.",
    "technologies": [],
    "type": [
      "AI Chatbots"
    ],
    "images": [
      "/images/projects/sista-chatbot/1.png",
      "/images/projects/sista-chatbot/2.png",
      "/images/projects/sista-chatbot/3.png"
    ],
    "url": "https://zalt.me/projects/ai-coaching-chatbots"
  },
  {
    "title": "Sista Website v1",
    "description": "Sista (Tech Consulting) is a professional website designed for a technology consulting agency specializing in digital transformation and enterprise solutions.\n\nThe website features a modern, responsive design with a focus on showcasing the agency's expertise, services, and case studies. It includes sections for team profiles, service offerings, and client testimonials.\n\nKey features include an interactive service portfolio, detailed case studies, and a blog section for sharing industry insights. The site also includes a contact form and scheduling system for client consultations.\n\nThe website is built with performance and SEO in mind, ensuring fast loading times and optimal search engine visibility. It includes analytics integration for tracking visitor behavior and conversion rates.\n\nSista represents the agency's commitment to innovation and excellence in technology consulting, providing a platform to connect with potential clients and showcase their expertise in the industry.",
    "technologies": [
      "NextJS",
      "Tailwind CSS",
      "ReactJS",
      "TypeScript",
      "NodeJS",
      "HTML",
      "AWS",
      "Git",
      "PostHog"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/sista-consultancy/v1/1.png"
    ],
    "url": "https://zalt.me/projects/sista-website-v1"
  },
  {
    "title": "Sista Website v2",
    "description": "A complete rebuild of the Sista website with a modern, production-ready architecture and enhanced features. This version represents a significant upgrade in technology stack, developer experience, and user capabilities.\n\nThe website maintains the same professional focus on showcasing the agency's expertise, services, and case studies, but now includes advanced features such as multi-language support (i18n), user authentication, database integration, and comprehensive monitoring and analytics.\n\nKey improvements include a fully internationalized experience supporting multiple languages, secure user authentication and authorization, database-driven content management, real-time error tracking and performance monitoring, and enhanced security with rate limiting and bot protection. The site also features improved SEO capabilities, static site generation for optimal performance, and end-to-end testing infrastructure.\n\nBuilt with the latest Next.js and React, the website leverages modern development practices including type-safe forms, comprehensive testing with Vitest and Playwright, component documentation with Storybook, and automated deployment pipelines. The architecture ensures scalability, maintainability, and optimal user experience across all devices and regions.",
    "technologies": [
      "NextJS",
      "ReactJS",
      "TypeScript",
      "Tailwind CSS",
      "PostHog",
      "Vitest",
      "Playwright",
      "Storybook",
      "AWS",
      "CloudFront",
      "Git"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/sista-consultancy/v2/1.png"
    ],
    "url": "https://zalt.me/projects/sista-website-v2"
  },
  {
    "title": "Piso Tech Website",
    "description": "Piso.tech is a professional website built for a technology agency offering custom software development, consulting, and digital solutions to businesses.\n\nThe site features a clean, modern design with sections highlighting the agency's services, past projects, and team expertise. It includes detailed service pages covering web development, mobile apps, cloud solutions, and technical consulting.\n\nKey features include a portfolio showcase with case studies, client testimonials, and a contact form for inquiries and consultations. The website is fully responsive, designed for fast performance, and designed to attract potential clients seeking reliable technology partners.\n\nBuilt with SEO best practices, the site ensures strong search visibility and includes analytics to track visitor engagement and conversion metrics. Piso.tech serves as the agency's digital presence, reflecting its commitment to delivering high-quality, technology solutions.",
    "technologies": [
      "PHP",
      "JavaScript",
      "Laravel",
      "Bootstrap",
      "Gulp",
      "jQuery",
      "HTML",
      "CSS",
      "MySQL",
      "AWS",
      "Git",
      "NGINX",
      "Google Analytics"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/piso-tech/1.png"
    ],
    "url": "https://zalt.me/projects/piso-tech-website"
  },
  {
    "title": "Laradock",
    "description": "Laradock.io is a widely adopted open-source PHP development environment built on Docker. It provides a fully-featured stack with pre-configured services like Nginx, MySQL, Redis, and more; allowing developers to spin up a complete PHP environment in seconds.\n\n\t\tWith over 1 million downloads and more than 12,000 stars on GitHub, Laradock has become a trusted tool for PHP developers around the world. After its release, it trended on GitHub for seven straight months and now benefits from contributions by over 400 engineers globally.\n\n\t\tLaradock is praised for its ease of use, modularity, and flexibility. Whether you're working on a Laravel project or any PHP-based application, Laradock simplifies local development, accelerates onboarding, and ensures consistent environments across teams and machines.\n\n\t\tIf you're looking for a reliable, battle-tested, and community-driven solution for PHP development, Laradock.io is a top-tier choice.",
    "technologies": [
      "PHP",
      "Shell",
      "Docker",
      "Docusaurus",
      "Travis CI",
      "ReactJS",
      "TypeScript",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "DevOps Tool",
      "Docs"
    ],
    "images": [
      "/images/projects/laradock/1.png",
      "/images/projects/laradock/2.png"
    ],
    "url": "https://zalt.me/projects/laradock"
  },
  {
    "title": "Apiato",
    "description": "Apiato.io is an elegant open-source framework for developing testable API-centric applications with PHP.\n\n\t  One of the core strengths of Apiato.io is its development experience. Whether you're building a simple API or a complex application, Apiato.io provides a framework that can help you create maintainable code quickly. With a range of features, this framework can help you achieve faster development times, reduce costs, and deliver high-quality APIs.\n\n\t  The flexibility and versatility of Apiato.io make it an ideal choice for developers looking to build testable APIs. The framework is designed to be super customizable, allowing developers to tailor its functionality to meet their specific needs. Whether you're working on a small project or a large-scale enterprise application, Apiato.io provides you with the tools and resources you need to deliver high-quality APIs quickly and efficiently.\n\n\t  Ultimately, Apiato.io is a framework that is perfect for developers who want to build easily testable API-centric applications with PHP. With its interface, development process, and features, Apiato.io provides developers with the tools they need to create APIs quickly and efficiently.",
    "technologies": [
      "Laravel",
      "Docusaurus",
      "ReactJS",
      "PHP",
      "CircleCI",
      "TypeScript",
      "NodeJS",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "API Framework",
      "Docs"
    ],
    "images": [
      "/images/projects/apiato/1.png",
      "/images/projects/apiato/2.png",
      "/images/projects/apiato/3.jpg"
    ],
    "url": "https://zalt.me/projects/apiato"
  },
  {
    "title": "Porto SAP",
    "description": "Porto SAP is a modern Software Architectural Pattern, designed to help developers organize their Code in a super maintainable way. It is very helpful for big and long term projects, as they tend to have higher complexity with time.\n\n  In Porto, the Interfaces (WEB, API, CLI) are appendices to the Application Logic, while the Actions (Features) are the central organizing principle. At its core it consists of 2 layers (Containers & Ship), in addition to a set of Components with predefined responsibilities, living inside the Containers and powered by the Ship.\n\n  Porto was inspired by the DDD (Domain Driven Design) and the MVC (Model View Controller) patterns. And it adapts techniques from multiple architectures (Layered, Clean, Task Oriented and Modular). As well as it adheres to the most convenient design principles (SOLID, LIFT, Generalization, GRASP and more).",
    "technologies": [
      "Docusaurus",
      "ReactJS",
      "Markdown",
      "TypeScript",
      "Git"
    ],
    "type": [
      "Software Architectural Pattern"
    ],
    "images": [
      "/images/projects/porto/1.png",
      "/images/projects/porto/2.png",
      "/images/projects/porto/3.png"
    ],
    "url": "https://zalt.me/projects/porto-sap"
  },
  {
    "title": "MG LinkBox",
    "description": "A modern URL shortening service built with TypeScript, React, NestJS, and PostgreSQL. It allows users to create short, unique links instantly and provides redirection to original URLs through a clean interface.\n\nThe platform features visit tracking, a full analytics dashboard and URL validation. It also handles custom 404 pages for invalid slugs and offers instant link management.\n\nDeveloped with a clean architecture approach, containerized using Docker and Docker Compose for deployment, and designed with future improvements in mind, including user authentication, custom slugs, rate limiting and much more.\n\nFocused on delivering a reliable, fast, and maintainable URL management solution with a smooth development workflow and a production-ready infrastructure.",
    "technologies": [
      "ReactJS",
      "Chakra UI",
      "NestJS",
      "TypeScript",
      "PostgreSQL",
      "Docker",
      "GraphQL",
      "NodeJS",
      "HTML",
      "Git"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/url-shortener/1.png",
      "/images/projects/url-shortener/2.png"
    ],
    "url": "https://zalt.me/projects/mg-linkbox"
  },
  {
    "title": "Flix Stream",
    "description": "Flix Stream is a web application designed to provide users with an effortless experience in discovering and exploring TV shows. Utilizing the open TV shows API, Flix Stream categorizes shows into various genres such as drama, comedy, and sports, offering users a platform to browse and find popular TV shows based on ratings and preferences.\n\nThe project was built with a focus on modern web development practices, leveraging technologies such as VueJS for its component-driven architecture and Vite for its fast development environment. TypeScript ensures type safety, while Tailwind CSS provides a sleek and responsive design.\n\nOn the user interface side, Flix Stream displays a dashboard with top-rated TV shows, allowing users to access detailed information including ratings, cast, and episode guides. The app also features a search function for finding specific shows quickly.\n\nOverall, Flix Stream is a project that showcases the best practices in modern web development while delivering an enjoyable experience for TV show enthusiasts.",
    "technologies": [
      "VueJS",
      "Tailwind CSS",
      "PostgreSQL",
      "Vite",
      "TypeScript",
      "NodeJS",
      "Storybook",
      "BrowserStack",
      "HTML",
      "Azure",
      "Git"
    ],
    "type": [
      "Video Streaming Platform",
      "CMS"
    ],
    "images": [
      "/images/projects/mega-flix/1.png",
      "/images/projects/mega-flix/2.png",
      "/images/projects/mega-flix/3.png",
      "/images/projects/mega-flix/4.png",
      "/images/projects/mega-flix/5.png"
    ],
    "url": "https://zalt.me/projects/flix-stream"
  },
  {
    "title": "MG Snap",
    "description": "MG SnapDiff is a small but powerful visual regression testing tool that helps frontend teams catch unintended UI changes before they reach production.\n\n  The tool captures before-and-after screenshots of pages and components, then highlights pixel-level differences in an interactive diff viewer. Developers can quickly review, approve, or reject visual changes as part of their pull request workflow.\n\n  SnapDiff exposes both a lightweight web dashboard and a CLI, making it easy to plug into existing CI pipelines. It is optimized for fast local runs and repeatable test suites, so teams can confidently refactor layouts, upgrade component libraries, or tweak design systems without breaking the UI.",
    "technologies": [
      "ReactJS",
      "TypeScript",
      "NodeJS",
      "Playwright",
      "PostgreSQL",
      "Docker",
      "Git"
    ],
    "type": [
      "Developer Utility",
      "Web App",
      "CLI"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mg-snap"
  },
  {
    "title": "ML Data Analytics",
    "description": "A data aggregation API built for enterprise use. Provides real-time data synchronization capabilities and transforms raw inputs into structured analytics layers.\n\n  Enables operational reporting, pattern recognition, and metric tracking across multiple data sources. Supports filtering, segmentation, and export functionality for integration with business intelligence tools.\n\n  Architected for high availability with distributed processing, automated scheduling, and data consistency guarantees. Handles backfilling and incremental updates efficiently.\n\n  The screenshots display a developer utility built for one connector within this microservice, an internal tool to simplify onboarding and system interaction during development.",
    "technologies": [],
    "type": [
      "Backend Service",
      "API"
    ],
    "images": [
      "/images/projects/whatsapp-analytics/1.png",
      "/images/projects/whatsapp-analytics/2.png"
    ],
    "url": "https://zalt.me/projects/ml-data-analytics"
  },
  {
    "title": "Moubarmij",
    "description": "Moubarmij.com is an e-learning platform that offers high-quality programming courses in the Arabic language. The platform aims to bridge the gap for Arabic-speaking learners by providing professional technical education in their native tongue.\n\n  Moubarmij features a wide variety of courses covering topics such as web development, mobile app development, software engineering, databases, and more. Each course is structured into modules with video lectures, written tutorials, assignments, and quizzes to help learners gain both theoretical knowledge and practical experience.\n\n  The platform includes personalized learning paths, progress tracking, certification upon course completion, and a supportive community forum where students can ask questions and engage with instructors.\n\n  Designed with a clean and responsive interface, Moubarmij ensures an accessible and smooth learning experience across all devices.\n\n  Whether you are a beginner looking to start your coding journey or an experienced developer aiming to expand your skills, Moubarmij.com provides all the tools you need to succeed, fully delivered in Arabic.",
    "technologies": [
      "AngularJS",
      "Materialize CSS",
      "Laravel",
      "MySQL",
      "JavaScript",
      "PHP",
      "HTML",
      "AWS",
      "Git",
      "Apache"
    ],
    "type": [
      "E-learning Platform",
      "CMS"
    ],
    "images": [
      "/images/projects/moubarmij/1.png",
      "/images/projects/moubarmij/2.png",
      "/images/projects/moubarmij/3.png",
      "/images/projects/moubarmij/4.png",
      "/images/projects/moubarmij/5.png",
      "/images/projects/moubarmij/6.png"
    ],
    "url": "https://zalt.me/projects/moubarmij"
  },
  {
    "title": "Awesome Topics Repo",
    "description": "A curated list of software engineering topics explained concisely for all levels. Covers core CS, backend, frontend, infrastructure, data, and more. Open to community contributions.\n\n  I share this to lower the barrier to learning and create a single, skimmable reference that helps engineers quickly build mental models, discover gaps, and dive deeper with confidence. The goal is to grow a living knowledge base shaped by the community.\n\n  It might feel late for this kind of knowledge in a post‑AGI world, but this started as an early draft, a seed meant to become a community‑driven resource.",
    "technologies": [
      "Markdown",
      "Git"
    ],
    "type": [
      "Knowledge Base Repository"
    ],
    "images": [
      "/images/projects/awesome-topics/1.png"
    ],
    "url": "https://zalt.me/projects/awesome-topics-repo"
  },
  {
    "title": "VS Frauds Detector",
    "description": "The VS Frauds Detector is a fraud screening system that offers a range of features designed to protect online marketers and improve the effectiveness of e-commerce campaigns.\n\n  With its link protection service, this system enables users to gain complete control over their campaigns and minimize the risk of fraud.\n\n  With its ability to employ a range of algorithms and data analysis techniques, the VS Frauds Detector is highly effective at identifying and preventing fraudulent activities.\n\n  By screening IP addresses and other data points, this system helps users safeguard their campaigns and minimize the risk of financial loss.\n\n  The link protection service offered by the VS Frauds Detector is another valuable feature.\n\n  This service enables users to protect their links from unauthorized access and manipulation, ensuring that their campaigns remain secure and effective.\n\n  With this feature, users can gain complete control over their campaigns, keeping them secure and effective.",
    "technologies": [
      "Laravel",
      "MySQL",
      "jQuery",
      "Bootstrap",
      "PHP",
      "HTML",
      "CSS",
      "GCP",
      "Git",
      "NGINX"
    ],
    "type": [
      "API"
    ],
    "images": [
      "/images/projects/ip-fraud-detector/1.png",
      "/images/projects/ip-fraud-detector/2.png",
      "/images/projects/ip-fraud-detector/3.png",
      "/images/projects/ip-fraud-detector/4.png",
      "/images/projects/ip-fraud-detector/5.png"
    ],
    "url": "https://zalt.me/projects/vs-frauds-detector"
  },
  {
    "title": "RewardFox",
    "description": "RewardFox is an API for a mobile app that offers a range of features and a full admin dashboard for easy management.\n\n  This API is built on top of Apiato using the Porto software architectural pattern, providing businesses with a reliable and efficient solution for mobile app management.\n\n  With R.F., businesses can easily manage their mobile app using the admin dashboard, which offers a range of features for customization and control.\n\n  The API is designed to integrate with a range of mobile apps, making it easy to manage data, users, and other key aspects of mobile app management.\n\n  R.F. offers a range of features, including security measures to protect user data and prevent unauthorized access.\n\n  The API also offers analytics capabilities, allowing businesses to monitor app usage, track user behavior, and identify trends and patterns.\n\n  The API is built with scalability and flexibility in mind, making it the ideal solution for businesses of all sizes.\n\n  With R.F., businesses can easily manage their mobile app and streamline their operations, allowing them to focus on growing their business and reaching new audiences.",
    "technologies": [
      "PHP",
      "Apiato",
      "Porto",
      "jQuery",
      "Bootstrap",
      "HTML",
      "CSS",
      "AWS",
      "Git"
    ],
    "type": [
      "API",
      "CMS"
    ],
    "images": [
      "/images/projects/rf/1.png",
      "/images/projects/rf/2.png",
      "/images/projects/rf/3.png",
      "/images/projects/rf/4.png"
    ],
    "url": "https://zalt.me/projects/rewardfox"
  },
  {
    "title": "Foot Golf Finder",
    "description": "The FootGolfFinder is a website designed to help foot golf enthusiasts find courses in their local area and gain access to all the information they need about each course.\n\n  With FootGolfFinder, users can easily search for courses near them and view important details such as course ratings, comments, and contact information.\n\n  In addition to providing users with valuable information about each course, FootGolfFinder also offers them the ability to rate and comment on courses they have played.\n\n  This feature allows users to share their experiences and insights with other members of the community, helping to create a valuable resource for all foot golf enthusiasts.\n\n  On the other side of the platform, course owners can easily add and manage their courses, providing them with a tool for promoting their businesses and reaching new customers.\n\n  With FootGolfFinder, course owners can easily update course details, post photos and videos, and engage with members of the community.",
    "technologies": [
      "Laravel",
      "MySQL",
      "Redis",
      "PHP",
      "jQuery",
      "JavaScript",
      "Bootstrap",
      "HTML",
      "CSS",
      "Git",
      "Apache"
    ],
    "type": [
      "Website",
      "CMS"
    ],
    "images": [
      "/images/projects/fgf/1.png",
      "/images/projects/fgf/2.png",
      "/images/projects/fgf/3.png",
      "/images/projects/fgf/4.png",
      "/images/projects/fgf/5.png",
      "/images/projects/fgf/6.png"
    ],
    "url": "https://zalt.me/projects/foot-golf-finder"
  },
  {
    "title": "OMG Games",
    "description": "OMG Games is an platform designed to bring fun and engagement to the workplace by offering a wide range of flash games for employees to play and enjoy.\n\n  With OMG Games, employees can earn points by gaining higher scores in these games, making it an exciting way to promote friendly competition and boost morale.\n\n  The platform offers two modes of operation to meet the unique needs of different companies.\n\n  In automatic mode, a new game is selected every week for all employees to play.\n\n  In manual mode, an admin selects the game, and every employee can play it once after activation.\n\n  OMG Games promotes fair play by ensuring that employees can only play each game once a week in automatic mode or once after activation in manual mode.\n\n  This approach not only encourages healthy competition but also ensures that everyone has an equal opportunity to earn points and have fun.\n\n  Consequently, OMG Games is a valuable tool for companies seeking to boost employee morale and promote engagement in the workplace.\n\n  Its easy-to-use interface and features make it the perfect platform for companies of all sizes and industries, and its fair play policy ensures that everyone has an equal opportunity to participate and succeed.",
    "technologies": [
      "ActionScript",
      "Laravel",
      "MySQL",
      "PHP",
      "jQuery",
      "Bootstrap",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Web App",
      "CMS",
      "Game"
    ],
    "images": [
      "/images/projects/omg/1.png",
      "/images/projects/omg/2.png",
      "/images/projects/omg/3.png",
      "/images/projects/omg/4.png",
      "/images/projects/omg/5.png",
      "/images/projects/omg/6.png",
      "/images/projects/omg/7.png",
      "/images/projects/omg/8.png"
    ],
    "url": "https://zalt.me/projects/omg-games"
  },
  {
    "title": "VSX Crypto Notify",
    "description": "VSX Crypto Notify is a system designed to help cryptocurrency traders spot arbitrage opportunities in real-time.\n\n  With its algorithms and data analysis techniques, this system scans multiple cryptocurrency markets and immediately alerts users whenever it detects a significant price difference.\n\n  Crypto Notify can spot and capitalize on arbitrage opportunities quickly.\n\n  By analyzing data from multiple markets in real-time, this system is able to identify opportunities that may be missed by other traders.\n\n  With its immediate notifications, Crypto Notify enables users to stay on top of market trends and make timely, informed decisions.\n\n  Another valuable feature of Crypto Notify is its design.\n\n  With a simple and clean interface, users can easily access the data and insights they need to make smart trading decisions.\n\n  Whether you are a seasoned cryptocurrency trader or a novice, Crypto Notify is a valuable resource that can help you stay ahead of the competition and maximize your returns.",
    "technologies": [
      "Ruby on Rails",
      "MariaDB",
      "Sidekiq",
      "jQuery",
      "Ruby",
      "Redis",
      "Bootstrap",
      "HTML",
      "CSS",
      "Git",
      "GCP"
    ],
    "type": [
      "Backend Service",
      "CMS"
    ],
    "images": [
      "/images/projects/crypto-notify/1.png",
      "/images/projects/crypto-notify/2.png",
      "/images/projects/crypto-notify/3.png"
    ],
    "url": "https://zalt.me/projects/vsx-crypto-notify"
  },
  {
    "title": "Karmit",
    "description": "Karmit is a unique platform that offers users rewards for their social activities.\n\n  For example, when you check in at Starbucks, you may receive 30% off your next cup, or if you tweet about #RunForPeace, you may receive 10% off your next shoe order from Zappos.\n\n  The platform provides users with a fun and engaging way to earn rewards for their daily activities throughout the year.\n\n  With Karmit, users can enjoy a rewarding experience every day, making it feel like they have their very own secret Santa for the entire year.\n\n  The platform is easy to use and offers a variety of rewards for different social activities, providing users with an exciting way to engage with the brands and products they love.\n\n  The platform provides users with a fun and engaging way to earn rewards for their daily social activities.\n\n  Whether you are checking in at your favorite coffee shop or sharing your experiences on social media, Karmit offers a range of exciting rewards that make every day feel like a special occasion.",
    "technologies": [
      "AngularJS",
      "Laravel",
      "MySQL",
      "PHP",
      "Memcached",
      "HTML",
      "CSS",
      "Bootstrap",
      "AWS",
      "Git",
      "Apache"
    ],
    "type": [
      "Website",
      "Web App"
    ],
    "images": [
      "/images/projects/karmit/1.png"
    ],
    "url": "https://zalt.me/projects/karmit"
  },
  {
    "title": "Sprint.do v1",
    "description": "Sprint.do is an all-in-one productivity tool that combines calendar management, to-do lists, project management, and life organization into a single, unified platform.\n\n  Designed for both web and mobile, Sprint.do empowers users to efficiently plan, track, and manage their personal and professional lives from anywhere.\n\n  With Sprint.do, users can easily organize their schedules, set priorities, and break down tasks into manageable sprints. The tool's interface allows for effortless integration of calendar events with to-do lists and project timelines, ensuring that nothing falls through the cracks.\n\n  Additionally, Sprint.do offers features like smart reminders, progress tracking, and collaborative project spaces, making it ideal for both individual use and team projects.\n\n  Sprint.do is designed with flexibility and customization in mind, allowing users to tailor the tool to fit their unique workflow and lifestyle.\n\n  Whether you're managing a complex project, keeping track of daily tasks, or planning long-term goals, Sprint.do provides the tools and insights needed to stay organized and productive.\n\n  Ultimately, Sprint.do is a productivity companion, offering a solution for managing all aspects of your life, from daily tasks to long-term projects, in one cohesive platform.",
    "technologies": [
      "Tailwind CSS",
      "PostgreSQL",
      "NodeJS",
      "ExpressJS",
      "TypeScript",
      "Storybook",
      "Elasticsearch",
      "DigitalOcean",
      "Git"
    ],
    "type": [
      "Web App",
      "Mobile App"
    ],
    "images": [
      "/images/projects/sprint-do/1.png"
    ],
    "url": "https://zalt.me/projects/sprint.do-v1"
  },
  {
    "title": "MEGA Pro",
    "description": "MEGA Pro is a CMS template designed specifically for use by frontend teams.\n\n  This template is designed to offer businesses a range of features and tools for managing their digital content and assets with ease.\n\n  The project comes equipped with an API designed for use by developers, offering businesses an easy way to interact with data and automate various processes.\n\n  The API is built with flexibility and scalability in mind, allowing businesses to easily adapt to changing needs and requirements.\n\n  The CMS template offers businesses an interface for managing website content and other digital assets.\n\n  The template is highly customizable, allowing businesses to create a unique and engaging online presence for their specific needs.\n\n  In essence, MEGA Pro is a project that offers businesses a range of features and tools for managing their digital operations.\n\n  Its CMS template and API are designed to work together, offering businesses a complete solution for managing data, content, and other key aspects of their digital operations.\n\n  With MEGA Pro, businesses can streamline their workflows, improve efficiency, and stay ahead of the curve in the competitive world of digital business.",
    "technologies": [
      "ReactJS",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Frontend Template"
    ],
    "images": [
      "/images/projects/mnp/1.png"
    ],
    "url": "https://zalt.me/projects/mega-pro"
  },
  {
    "title": "Web Apps Center",
    "description": "Web Apps Center is an online store dedicated exclusively to web applications that run in a browser.\n\n  The platform provides users with a simple and convenient way to discover and access a wide variety of web applications, similar to other popular app stores such as Google Play, Apple App Store, and Windows Store.\n\n  One of the key benefits of the Web Apps Center is that it offers developers and companies a tool for distributing and showcasing their web applications across the web.\n\n  With a range of features and tools, the platform enables developers and companies to promote their applications and reach a wider audience than ever before.\n\n  Web Apps Center is an invaluable resource for anyone seeking to discover, access, or promote web applications online.\n\n  Its interface and features make it the ideal platform for both users and developers, while its focus on web applications ensures that users can access a diverse range of applications from any device with a browser.",
    "technologies": [
      "AngularJS",
      "Symfony",
      "MariaDB",
      "PHP",
      "Memcached",
      "HTML",
      "CSS",
      "AWS",
      "Git"
    ],
    "type": [
      "Website",
      "CMS"
    ],
    "images": [
      "/images/projects/web-apps-center/1.png",
      "/images/projects/web-apps-center/2.png"
    ],
    "url": "https://zalt.me/projects/web-apps-center"
  },
  {
    "title": "VL MediaHub",
    "description": "VL MediaHub offers businesses a CMS and API for managing their digital content and assets with ease.\n\n  The CMS is equipped with an Arabic interface, making it easy for content editors to manage Arabic sites and post articles, photo albums, and video albums while controlling the publishing state of each content.\n\n  In addition to these basic CMS functionalities, VL MediaHub's CMS allows editors to automatically collect videos from YouTube channels or playlists.\n\n  This feature streamlines content management processes, ensuring that businesses' online presence is always up-to-date and engaging.\n\n  The VL MediaHub API is designed to serve data to both mobile devices and websites, providing businesses with an easy way to interact with data and automate various processes.\n\n  The API is built with flexibility and scalability in mind, allowing businesses to easily adapt to changing needs and requirements.\n\n  Lastly, the project is a solution for businesses seeking a CMS and API for managing their digital content and assets.\n\n  With its features and interface, VL MediaHub offers businesses the tools they need to streamline their workflows, improve efficiency, and stay ahead of the curve in the competitive world of digital business.",
    "technologies": [
      "PHP",
      "BackboneJS",
      "MySQL",
      "Redis",
      "Laravel",
      "HTML",
      "CSS",
      "Git",
      "Apache"
    ],
    "type": [
      "API",
      "CMS",
      "Web App"
    ],
    "images": [
      "/images/projects/a-f-custom-arabic-cms/1.png",
      "/images/projects/a-f-custom-arabic-cms/2.png",
      "/images/projects/a-f-custom-arabic-cms/3.png"
    ],
    "url": "https://zalt.me/projects/vl-mediahub"
  },
  {
    "title": "VL Sigma",
    "description": "VL Sigma is a platform designed to help developers generate API documentation and share it with other developers.\n\n  This platform streamlines the API development process, making it easy for developers to test their apps and get real responses.\n\n  With Sigma, developers can easily generate API documentation, providing an overview of the API's endpoints, parameters, and responses.\n\n  The platform allows developers to share this documentation with other developers, ensuring that everyone involved in the API development process is on the same page.\n\n  In addition to documentation, Sigma also allows developers to test their apps by making requests to the documented endpoints and receiving real responses.\n\n  This feature helps developers ensure their apps work correctly and receive proper data and responses from the API.\n\n  Sigma streamlines the API development process for developers.\n\n  Its interface and features make it the go-to platform for developers seeking to share APIs documentation and test their apps with ease and precision.",
    "technologies": [
      "Symfony",
      "PostgreSQL",
      "JavaScript",
      "jQuery",
      "PHP",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Developer Tool"
    ],
    "images": [
      "/images/projects/sigma/1.png"
    ],
    "url": "https://zalt.me/projects/vl-sigma"
  },
  {
    "title": "iTunes DMG",
    "description": "The iTunes Distribution Metadata Generator is a web interface that allows users to input their iTunes Package details and convert them into an iTunes XML formatted file for distribution.\n\n  An iTunes Package is a directory that contains all the necessary data to describe a product, including individual audio files, album artwork, and metadata detailing how to put it all together.\n\n  Each package represents a single audio or music video product within the iTunes Store.\n\n  With the iTunes DMG, users can easily input their iTunes Package details, and the web interface will automatically convert it into the required iTunes XML format.\n\n  This process eliminates the need for manual conversion, saving users time and effort.\n\n  In essence, the iTunes DMG is a valuable tool for anyone looking to distribute audio or music video products through the iTunes Store.\n\n  With its web interface and XML conversion process, this tool simplifies the distribution process, allowing users to focus on creating high-quality content.",
    "technologies": [
      "Laravel",
      "MySQL",
      "Bootstrap",
      "HTML",
      "CSS",
      "JavaScript",
      "PHP",
      "Git",
      "Apache"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/itunes-xml/1.png"
    ],
    "url": "https://zalt.me/projects/itunes-dmg"
  },
  {
    "title": "CDN Assets Manager",
    "description": "Laravel CDN Assets Manager is a Content Delivery Network package designed specifically for Laravel 4.\n\n  With this package, developers can easily upload static assets of their choice to a CDN and automatically replace the file paths with full URLs.\n\n  Using a CDN can significantly improve the performance and speed of web applications by reducing the time it takes to load content.\n\n  By leveraging this package, developers can easily integrate a CDN into their Laravel 4 projects, making it simple to manage and optimize the delivery of static assets.\n\n  The Laravel CDN Assets Manager package is highly customizable, allowing developers to choose which assets to upload to the CDN and specify the configuration settings for their CDN provider.\n\n  This level of customization ensures that developers can tailor the package to meet their specific needs, ensuring optimal performance and reliability.\n\n  The Laravel CDN Assets Manager enables developers to upload and manage static assets on a CDN, improving web application performance and speed.\n\n  With its customizable configuration options, it is an ideal choice for Laravel 4 projects of all sizes and complexity levels.",
    "technologies": [
      "Laravel",
      "PHP",
      "Git"
    ],
    "type": [
      "Laravel Package",
      "CLI"
    ],
    "images": [
      "/images/projects/cdn/1.png"
    ],
    "url": "https://zalt.me/projects/cdn-assets-manager"
  },
  {
    "title": "BC-Store",
    "description": "Beirut Curtains Store is a sleek and contemporary single-page website that is designed specifically for selling curtains.\n\n  With its modern and elegant design, the website offers a visually stunning way for users to browse and purchase curtains online.\n\n  The website provides a seamless shopping experience, with all relevant information about the curtains and purchasing process easily accessible from a single page.\n\n  Users can browse through a variety of curtains, select the ones they like, and easily make a purchase through the website's secure payment system.\n\n  In addition to its design and interface, the Beirut Curtains Store website offers a range of customization options to help users find the perfect curtains for their home or business.\n\n  With its rich imagery and detailed product descriptions, the website allows users to make informed decisions and select the curtains that best fit their needs.",
    "technologies": [
      "HTML",
      "CSS",
      "JavaScript",
      "AWS",
      "Git"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/beirut-curtains/1.png",
      "/images/projects/beirut-curtains/2.png",
      "/images/projects/beirut-curtains/3.png",
      "/images/projects/beirut-curtains/4.png",
      "/images/projects/beirut-curtains/5.png"
    ],
    "url": "https://zalt.me/projects/bc-store"
  },
  {
    "title": "Sociatag Mobile",
    "description": "The Sociatag Mobile app is a cross-platform mobile application designed specifically for Sociatag users.\n\n  This app is the mobile version of the Sociatag.com web portal, providing users with a range of features and functionalities.\n\n  With the Sociatag Mobile app, users can easily scan QR codes and tap NFC tags to perform social actions, making it easier than ever to stay connected with friends and colleagues on the go.\n\n  The app also offers all the features of the Sociatag web portal, including search functionality, user profiles, and much more.\n\n  As the lead developer on this project, I was responsible for building the app's back-end restful web services, as well as integrating key plugins such as the QR scanner, Facebook login, and NFC reader into the PhoneGap framework.\n\n  This was accomplished using the jQuery Mobile UI, which helped to ensure a consistent user experience across all devices.\n\n  The Mobile app represents a major step forward in mobile social networking, providing users with a tool for staying connected and engaging with others on the go.\n\n  Whether you're looking to share information, network with colleagues, or simply stay connected with friends and family, the Sociatag Mobile app is the perfect choice for today's mobile social media landscape.",
    "technologies": [
      "PhoneGap",
      "jQuery Mobile",
      "HTML",
      "CSS",
      "JavaScript",
      "Git"
    ],
    "type": [
      "Mobile App"
    ],
    "images": [
      "/images/projects/sociatag-mobile/1.png",
      "/images/projects/sociatag-mobile/2.png",
      "/images/projects/sociatag-mobile/3.png",
      "/images/projects/sociatag-mobile/4.png",
      "/images/projects/sociatag-mobile/5.png"
    ],
    "url": "https://zalt.me/projects/sociatag-mobile"
  },
  {
    "title": "MEGA-PASS",
    "description": "The MEGA-Pass is a web-based tool designed to help users organize and track their account credentials, including usernames and passwords.\n\n  With its interface and design, the app provides a simple and effective way for users to keep track of their login details and maintain strong online security.\n\n  The app is fully responsive, making it accessible from any device with a web browser.\n\n  Users can easily create and manage their accounts, with the option to generate complex, secure passwords that are automatically encrypted before being stored in their database.\n\n  With its security features, MEGA-Pass protects sensitive data, giving users peace of mind.\n\n  The app's encryption ensures that passwords and credentials are securely stored and remain inaccessible to unauthorized users.\n\n  Therefore, MEGA-Pass is an essential tool for anyone seeking to maintain strong online security and keep their account credentials organized and easily accessible.\n\n  Its interface and security features make it the go-to app for anyone looking to enhance their online privacy and security.\n\n  And, because it is secure to host a clone of the project on your server, users can enjoy the convenience and security of the app without compromising their data privacy.",
    "technologies": [
      "Laravel",
      "AngularJS",
      "MySQL",
      "JavaScript",
      "PHP",
      "HTML",
      "CSS",
      "AWS",
      "Git"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/mega-pass/1.png",
      "/images/projects/mega-pass/2.png",
      "/images/projects/mega-pass/3.png"
    ],
    "url": "https://zalt.me/projects/mega-pass"
  },
  {
    "title": "Nextpack",
    "description": "NextPack is a PHP & Laravel Packages Starter that is designed to accelerate the development of high-quality PHP packages.\n\n  This package starter provides developers with a solid foundation for building PHP packages quickly and efficiently, without compromising on quality.\n\n  By cloning NextPack, developers can easily create open-source packages on top of a reliable framework.\n\n  NextPack is designed to simplify and streamline the package development process, making it easier for developers to produce high-quality, framework-agnostic packages in less time.\n\n  NextPack is highly customizable, allowing developers to tailor its functionality to meet their specific needs.\n\n  It is designed to be highly flexible, with features that can be easily integrated into a wide range of PHP projects.\n\n  With NextPack, developers can produce open-source composer packages with the least amount of time, freeing up time to focus on other critical aspects of their projects.\n\n  Whether you are an experienced PHP developer or just starting, NextPack provides you with the tools and resources you need to produce top-quality packages efficiently.\n\n  To sum up, NextPack is an invaluable tool for developers who want to create high-quality PHP packages quickly and efficiently.\n\n  With its interface and customizable features, this package starter is an ideal choice for any developer who wants to streamline their development process and produce top-quality packages.",
    "technologies": [
      "PHP",
      "AWS",
      "Git"
    ],
    "type": [
      "PHP Package"
    ],
    "images": [
      "/images/projects/nextpack/1.png"
    ],
    "url": "https://zalt.me/projects/nextpack"
  },
  {
    "title": "Sociatag Web Portal",
    "description": "The Sociatag web portal is a social platform designed specifically for Sociatag users, providing a range of features and functionalities to help users stay connected, manage their social tags, and connect with their favorite social networks.\n\n  As a key member of the Sociatag developer's team, my role involved implementing new features and functionalities to the platform on a daily basis.\n\n  I was responsible for designing and building entire sections of the web, including the Insights dashboard, unit management tools, and many other key features.\n\n  One of my major contributions to the project was the integration of the LinkedIn and X (formerly Twitter) APIs, which helped to provide users with access to their favorite social networks directly from the Sociatag web portal.\n\n  In addition, the Sociatag web portal also contains a management tool for Sociatag clients, providing them with full control over their pages, promotions, and Sociatag units.\n\n  This allows clients to create and assign actions to their units, helping to streamline their social media marketing efforts and maximize their impact.\n\n  The Sociatag web portal is a social platform that offers a set of tools for users and clients to manage their social tags, stay connected with friends and family, and engage with their favorite social networks.\n\n  With features like the Insights dashboard and unit management, the platform provides an efficient and way for clients to manage their promotions and pages.",
    "technologies": [
      "Yii",
      "Cordova",
      "MySQL",
      "PHP",
      "HTML",
      "CSS",
      "JavaScript",
      "Git"
    ],
    "type": [
      "Website",
      "Web App"
    ],
    "images": [
      "/images/projects/sociatag-web/1.png",
      "/images/projects/sociatag-web/2.png",
      "/images/projects/sociatag-web/3.png",
      "/images/projects/sociatag-web/4.png",
      "/images/projects/sociatag-web/5.png"
    ],
    "url": "https://zalt.me/projects/sociatag-web-portal"
  },
  {
    "title": "SUS 3",
    "description": "The SUS 3 is a system that operates on a single-board computer, providing users with the ability to receive, manipulate, and send data from attached hardware sensors to online web services.\n\n  The system is easy to configure and can be set up using any wireless device, thanks to its built-in hotspot network and embedded web app configuration tool.\n\n  I played a key role in the development of the SUS 3 system, having researched, designed, built, and tested the software side of the system.\n\n  Working alongside two experienced hardware engineers, I helped to set up the hardware side of the system and wrote documentation on how to prepare, configure, and use the system for both technical and non-technical users.\n\n  The SUS 3 system runs on a single-board computer, specifically the RaspberryPi, which runs a lightweight Debian-based Linux OS.\n\n  The software was developed using Java SE and utilizes SQLite for data storage.\n\n  The system also includes a PHP web app that is hosted on its Lighttpd web server.\n\n  Additionally, the SUS 3 system involves a significant amount of shell scripting, including for the WIFI broadcasting, as well as various Java libraries for GPIO control.\n\n  In essence, the SUS 3 system represents a major leap forward in data collection and management technology, providing users with a highly configurable system that is easy to use and reliable.\n\n  Whether for industrial, scientific, or personal use, the SUS 3 system offers a solution for all your data management needs.",
    "technologies": [
      "C++",
      "RaspberryPi",
      "SQLite",
      "PHP",
      "HTML",
      "CSS",
      "Java SE",
      "JavaScript",
      "Lighttpd",
      "Arduino",
      "SVN"
    ],
    "type": [
      "Computer System",
      "IoT System",
      "CLI"
    ],
    "images": [
      "/images/projects/sus-3/1.jpg",
      "/images/projects/sus-3/2.jpg",
      "/images/projects/sus-3/3.jpg"
    ],
    "url": "https://zalt.me/projects/sus-3"
  },
  {
    "title": "Cinezza",
    "description": "Cinezza is a hybrid mobile app designed to bring people together for a fun and enjoyable movie-watching experience.\n\n  With Cinezza, users can easily organize movie nights with their friends and acquaintances by specifying their availability and movie preferences.\n\n  The app allows users to create movie events, specifying the date, time, and location of the movie screening.\n\n  Other users can then join the event, indicating their own availability and movie preferences.\n\n  Cinezza then matches everyone together, making it easy for users to find movie buddies and book tickets for their preferred showtime.\n\n  With its interface, Cinezza offers a convenient and hassle-free way for users to organize movie nights and enjoy their favorite films with others.\n\n  The app makes it easy to find new friends with similar interests and provides a platform for users to connect and share their love of cinema.",
    "technologies": [
      "Ionic",
      "JavaScript",
      "Cordova",
      "HTML",
      "CSS",
      "PhoneGap",
      "NGINX"
    ],
    "type": [
      "Mobile App"
    ],
    "images": [
      "/images/projects/cinezza/1.png",
      "/images/projects/cinezza/2.png",
      "/images/projects/cinezza/3.png"
    ],
    "url": "https://zalt.me/projects/cinezza"
  },
  {
    "title": "HRMS",
    "description": "The HRMS is a web app designed to streamline human resources management and empower company section supervisors to effectively organize employee requests.\n\n  The system operates under the supervision of the human resources department, ensuring that all requests are properly processed and managed in accordance with company policies.\n\n  The system offers a range of features, including the ability to track and manage employee attendance, leave requests, and performance reviews.\n\n  The system also enables supervisors to monitor employee progress and provide ongoing support and feedback as needed, helping to promote a positive and productive work environment.\n\n  With its interface and functionality, the HRMS system is an essential tool for any company looking to improve its human resources management capabilities.\n\n  Whether you are a small business or a large corporation, the HRMS system can help you to better manage your employees, reduce administrative workload, and improve overall productivity and efficiency.",
    "technologies": [
      "Laravel",
      "MySQL",
      "BackboneJS",
      "JavaScript",
      "PHP",
      "HTML",
      "CSS",
      "Bootstrap",
      "NGINX"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/hrms/1.jpg"
    ],
    "url": "https://zalt.me/projects/hrms"
  },
  {
    "title": "Sociatag Connector",
    "description": "The Sociatag Connector is a desktop application that simplifies the process of setting up and configuring Sociatag Units.\n\n  With the application, users can easily send inputs as serial data via a USB cable to the Unit, which stores the data in its local database as configuration settings.\n\n  The Connector was designed, built, and tested on various operating systems of different versions, ensuring its compatibility across a wide range of devices.\n\n  To make the application accessible for non-technical users, documentation was created to provide step-by-step instructions on how to use the tool.\n\n  In the development process, the Java SE programming language and serial port programming libraries were utilized to ensure its efficiency and reliability.\n\n  With the Sociatag Connector, the configuration process is made easy, as the product is a zero-configuration system, complete with its embedded runtime environment (JRE), database engine, and hardware drivers.",
    "technologies": [
      "Java SE",
      "SVN",
      "SQLite"
    ],
    "type": [
      "Computer System"
    ],
    "images": [
      "/images/projects/sociatag-connector/1.jpg"
    ],
    "url": "https://zalt.me/projects/sociatag-connector"
  },
  {
    "title": "PRINT-N",
    "description": "PRINT-N is a hybrid mobile app that provides users with the ability to print their custom designs on a variety of items, including mugs, shirts, CDs, and more.\n\n  The app is designed to offer a simple and convenient way for users to bring their creative ideas to life and create unique, personalized items.\n\n  With PRINT-N, users can easily select the item they wish to print on, upload their design, and preview the final product before printing.\n\n  The app offers a range of customization options to help users achieve their desired results, such as selecting the color of the item and adjusting the size and position of the design.\n\n  Whether users are looking to create custom gifts for friends and family or promote their brand with unique merchandise, PRINT-N offers a platform to help them achieve their goals.\n\n  With its interface and customization options, PRINT-N is the go-to app for anyone seeking to create high-quality, personalized items on the go.",
    "technologies": [
      "Ionic",
      "JavaScript",
      "Cordova",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Mobile App"
    ],
    "images": [
      "/images/projects/printn/1.png",
      "/images/projects/printn/2.png",
      "/images/projects/printn/3.png",
      "/images/projects/printn/4.png",
      "/images/projects/printn/5.png",
      "/images/projects/printn/6.png"
    ],
    "url": "https://zalt.me/projects/print-n"
  },
  {
    "title": "Sociatag Manager",
    "description": "The Sociatag Units Manager is a computer system consisting of a desktop application and hardware devices, specifically XBee radio devices, which are attached to the system via USB port.\n\n  Its main function is to act as a hub between various hardware devices and the cloud via XBee signals.\n\n  The system is responsible for connecting, managing, monitoring, and controlling these devices, thereby ensuring an effective flow of data.\n\n  I was responsible for researching, designing, and building the entire software system from scratch in collaboration with a team of highly skilled electrical and networking engineers.\n\n  The product is a zero-configuration system, which means it is designed to work out of the box, with minimal setup required by the user.\n\n  It includes an embedded runtime environment (JRE), database engine, and hardware drivers, which makes it highly efficient and easy to use.\n\n  The system is highly reliable and secure, as it has been designed with the latest security protocols and technologies in mind.\n\n  In order to create this system, I utilized my expertise in Java programming, as well as my knowledge of serial port programming libraries.\n\n  Additionally, I wrote a user documentation guide that outlines how to use the system, making it accessible for both technical and non-technical users.\n\n  The Sociatag Units Manager is a highly valuable tool for companies and individuals who need to manage multiple hardware devices efficiently.\n\n  It has been tested extensively and has received highly positive feedback from users.",
    "technologies": [
      "Java SE",
      "SQLite",
      "SVN"
    ],
    "type": [
      "Desktop App",
      "Computer System"
    ],
    "images": [
      "/images/projects/sociatag-unit-manager/1.jpg"
    ],
    "url": "https://zalt.me/projects/sociatag-manager"
  },
  {
    "title": "MG Config-waiter",
    "description": "MG Config-waiter is a tool designed to simplify the process of integrating new services with the WSO2 Enterprise Service Bus.\n\n  This tool, offered as a service (API), serves stored configurations for systems in the XML format.\n\n  Config-waiter's compatibility with XSD schemas is a significant advantage, as it ensures served configurations are fully compatible with the integrated system.\n\n  By checking configurations against XSD schemas, this tool simplifies the integration of new services, making it possible to add them with just a click of a button.\n\n  It is designed to be highly and .\n\n  With its interface, users can easily access the stored configurations and integrate new services with ease.\n\n  This tool is a valuable resource for businesses looking to streamline their integration process and achieve greater efficiency in their operations.\n\n  Overall, Config-waiter is a tool that simplifies the process of integrating new services with the WSO2 Enterprise Service Bus.\n\n  With its compatibility with XSD schemas and design, Config-waiter is a valuable resource for businesses looking to improve their efficiency and streamline their operations.",
    "technologies": [
      "PHP",
      "Lumen",
      "WSO2",
      "Git"
    ],
    "type": [
      "API",
      "DevOps Tool"
    ],
    "images": [
      "/images/projects/config-waiter/1.jpg"
    ],
    "url": "https://zalt.me/projects/mg-config-waiter"
  },
  {
    "title": "ST Booking Manager",
    "description": "An internal employee-only workspace reservation system for booking desks and meeting rooms across multiple office locations.\n\nThe application provides a visual floor plan where employees can browse available spots and reserve workstations or meeting rooms with minimal clicks.\n\nDesigned with a basic, minimal UI to match other internal tools, it displays real-time availability and prevents double-booking.\n\nThe system is optimized for wall-mounted devices in meeting rooms and offices, providing quick access for on-the-spot bookings. It also works seamlessly on employee mobile devices and computers.\n\nSupports multiple office locations, date navigation, and provides users with a clear overview of their reservations, streamlining workspace coordination across the organization.",
    "technologies": [
      "ReactJS",
      "Radix UI",
      "Tailwind CSS",
      "TypeScript",
      "NodeJS",
      "MongoDB",
      "HTML",
      "CSS",
      "GCP",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/st-bms/1.png",
      "/images/projects/st-bms/2.png"
    ],
    "url": "https://zalt.me/projects/st-booking-manager"
  },
  {
    "title": "Multi Pinger",
    "description": "The Multi Pinger is a Windows batch system that enables users to ping multiple pre-defined IP addresses in one terminal.\n\n  With its colorful interface, this simple yet effective tool immediately detects offline servers and devices on a network, allowing for quick and efficient troubleshooting.\n\n  The system generates detailed log files that provide the ping results and dates, allowing for easy tracking of network issues over time.\n\n  Designed with ease of use in mind, the Multi Pinger is an invaluable tool for IT professionals and network administrators tasked with monitoring the status of numerous servers and devices.\n\n  With its interface, users can quickly and easily identify and diagnose issues, minimizing downtime and ensuring that network resources remain accessible and available.\n\n  As the developer of the Multi Pinger, I focused on creating a reliable and efficient tool that streamlines the network monitoring process.\n\n  By leveraging the power of batch scripting and incorporating logging capabilities, this tool provides a solution for managing complex networks and ensuring that all systems are operating at peak performance.\n\n  Whether used in a small office or large enterprise environment, the Multi Pinger is an essential tool for maintaining network uptime and maximizing productivity.",
    "technologies": [
      "Batch Scripting"
    ],
    "type": [
      "Computer System",
      "CLI"
    ],
    "images": [
      "/images/projects/pinger/1.jpg"
    ],
    "url": "https://zalt.me/projects/multi-pinger"
  },
  {
    "title": "Fyber PHP SDK",
    "description": "The fyber-php-sdk is a PHP software development kit that is designed to work with Fyber.com, the leading developer-friendly ad monetization platform.\n\n  As a framework-agnostic package, this SDK can be easily integrated into any PHP project, including Laravel 5.\n\n  The fyber-php-sdk package is highly customizable, allowing developers to tailor its functionality to meet their specific needs.\n\n  With this SDK, developers can quickly and easily access Fyber.com's ad monetization tools and integrate them into their PHP projects.\n\n  This SDK provides developers with access to a range of features, including user authentication, ad serving, and tracking analytics.\n\n  With its easy-to-use interface and features, the fyber-php-sdk is an ideal choice for developers who want to take advantage of Fyber.com's monetization platform while leveraging the power and flexibility of PHP.\n\n  Overall, the fyber-php-sdk is a valuable tool for PHP developers who are looking to monetize their applications through Fyber.com.\n\n  With its ease of integration and feature set, this SDK is a must-have for any developer who wants to take their applications to the next level.",
    "technologies": [
      "Laravel",
      "PHP",
      "Git"
    ],
    "type": [
      "PHP Package"
    ],
    "images": [
      "/images/projects/fyber-sdk/1.png",
      "/images/projects/fyber-sdk/2.jpg"
    ],
    "url": "https://zalt.me/projects/fyber-php-sdk"
  },
  {
    "title": "API Manager",
    "description": "The API Manager is a response formatter and handler designed specifically for Laravel.\n\n  With this package, developers can easily and quickly beautify and unify API responses with minimal effort.\n\n  The API Manager is designed to be highly customizable, allowing developers to tailor the API response formatting to meet their specific needs.\n\n  It supports a range of popular data formats, including JSON and XML, and provides an interface for handling API requests and responses.\n\n  This package is designed to simplify the process of managing API responses, allowing developers to focus on other critical aspects of their projects.\n\n  With its interface and features, the API Manager is an excellent choice for developers who want to streamline the API response formatting process.\n\n  To conclude, the API Manager is a package that provides Laravel developers with a simple yet effective way to manage API responses.\n\n  With its customizable features, interface, and support for various data formats, the API Manager is an ideal choice for developers who want to streamline their API response management process with minimal effort.",
    "technologies": [
      "Laravel",
      "PHP",
      "Git"
    ],
    "type": [
      "Laravel Package"
    ],
    "images": [
      "/images/projects/api-manager/1.png"
    ],
    "url": "https://zalt.me/projects/api-manager"
  },
  {
    "title": "Transaction Manager",
    "description": "A desktop application for tracking revenue, managing cashier transactions, and generating financial reports.\n\nBuilt using C# and .NET, the system uses local object serialization to store financial data, making it a standalone solution that doesn't require a database server.\n\nThe application provides administrators with tools to monitor daily payments, calculate income between specific date ranges, track cashier activity, and generate detailed financial reports. It includes functionality for grouping data by month, exporting reports, and managing transaction logs.\n\nDesigned for small businesses, this system streamlines financial tracking with quick insights into payment status, revenue patterns, and cashier performance, helping businesses maintain accurate financial records.",
    "technologies": [
      "C#",
      ".NET",
      "SVN"
    ],
    "type": [
      "Desktop App"
    ],
    "images": [
      "/images/projects/memberships-manager/1.jpg"
    ],
    "url": "https://zalt.me/projects/transaction-manager"
  },
  {
    "title": "Gym Manager",
    "description": "A comprehensive multi-branch gym management system for handling memberships, facility access, reservations, and financial operations.\n\nThe system enables gym administrators and cashiers to register new members, manage active memberships, process payments, and track financial data across all locations.\n\nMembers control facility access by entering their unique ID code at the entrance gate. The system includes a display screen that shows membership status reminders, alerting members if their membership has expired.\n\nAdministrative features include user management with payment tracking, financial reporting per branch, membership plan customization, and attendance analytics across locations.\n\nThe platform also handles facility reservations with support for booking specific resources. For example, pool lane reservations where each lane can be assigned to an instructor, allowing customers to book specific time slots for their preferred lane.\n\nBuilt with Java SE and MySQL database, the application provides a complete solution for managing all aspects of multi-branch gym operations from membership access to booking management and financial reporting.",
    "technologies": [
      "Java SE",
      "MySQL",
      "Swing",
      "SVN"
    ],
    "type": [
      "Desktop App"
    ],
    "images": [
      "/images/projects/gym-manager/1.png",
      "/images/projects/gym-manager/2.jpg",
      "/images/projects/gym-manager/3.png",
      "/images/projects/gym-manager/4.png",
      "/images/projects/gym-manager/5.png",
      "/images/projects/gym-manager/6.png"
    ],
    "url": "https://zalt.me/projects/gym-manager"
  },
  {
    "title": "Press Me",
    "description": "A challenging chasing game featuring a red button that actively runs away from the mouse cursor.\n\nThe objective is simple: click the button, but the game makes it increasingly difficult. Each click causes the button to move to a new random position, and the gameplay evolves with various obstacles.\n\nThe button accelerates as you track it, sometimes disappearing off-screen and only reappearing for brief moments. In the most challenging mode, the button goes completely invisible, forcing players to click blindly to hunt for it.\n\nA playful test of mouse tracking skills and reflexes, where the button becomes progressively harder to catch, creating an entertaining and addictive challenge.",
    "technologies": [
      "Java SE"
    ],
    "type": [
      "Desktop App",
      "Game"
    ],
    "images": [
      "/images/projects/smart-button/1.jpg"
    ],
    "url": "https://zalt.me/projects/press-me"
  },
  {
    "title": "The Greener",
    "description": "The Greener is a prank desktop application designed to simulate a catastrophic system failure, mimicking the behavior of a destructive threat.\n\n\tThe app launches a full-screen green alert with intimidating messages about deleting files, erasing the hard drive, complete with countdown timers and fake error logs.\n\n\tWhile harmless in its default mode (only scaring users), it also features an optional real disk-wipe function if intentionally enabled (but it requires a unique password to be activated), making it a testing tool.\n\n\tWindow Cleaner was created purely for fun, showcasing creativity in software simulation, user experience manipulation, and system-level programming tricks to prank friends.",
    "technologies": [
      "Java SE",
      "Batch Scripting"
    ],
    "type": [
      "Desktop App"
    ],
    "images": [
      "/images/projects/greener/1.jpg"
    ],
    "url": "https://zalt.me/projects/the-greener"
  },
  {
    "title": "DOS Restarter",
    "description": "The DOS Restarter is a simple desktop application designed purely for fun and shock value.\n\n\tOnce launched, the app tricks the user with a scary warning and initiates a system restart.\n\n\tUpon reboot, the prank app runs again automatically (via startup settings), causing the computer to restart endlessly after short intervals, until the user cleans up the startup settings.\n\n\tThe application mimics a real threat with intense visual warnings, but it does not cause any real damage to the system. And can be deactivated with a password in hidden field.\n\n\tIt is mainly intended as a harmless prank for friends or internal jokes, emphasizing a fake sense of urgency.",
    "technologies": [
      "C++",
      "WinAPI",
      "Batch Scripting"
    ],
    "type": [
      "Desktop App"
    ],
    "images": [
      "/images/projects/restarter/1.jpg"
    ],
    "url": "https://zalt.me/projects/dos-restarter"
  },
  {
    "title": "GPA Calculator",
    "description": "GPA Calculator is a lightweight Java desktop application built to help students easily calculate their Grade Point Average (GPA).\n\n\tThe application provides a simple, intuitive interface where users can input their course grades and corresponding credit hours to compute both semester and cumulative GPA.\n\n\tIt supports multiple grading scales, real-time GPA calculation, and easy editing of course entries, ensuring students can quickly adjust and monitor their academic performance.\n\n\tGPA Calculator was designed to be fast and reliable, making it a useful tool for students at all educational levels looking to track their academic progress accurately.",
    "technologies": [
      "Java SE"
    ],
    "type": [
      "Desktop App"
    ],
    "images": [
      "/images/projects/gpa-calc/1.png",
      "/images/projects/gpa-calc/2.png"
    ],
    "url": "https://zalt.me/projects/gpa-calculator"
  },
  {
    "title": "MEGA Term",
    "description": "A collection of terminal configurations, utilities, and dotfiles designed to create a visually appealing development environment with minimal setup.\n\nMEGA Term includes configurations for tmux, tmuxinator, Zsh, and other command-line tools, bundled into a single repository that can be installed with one command. It transforms a basic terminal into a feature-rich, hacker-style interface for programming workflows.\n\nKey features include a Powerline-inspired tmux theme with mouse support, window and pane management, custom key bindings for navigation and splitting, battery status indicators, and clipboard integration for copy-paste between tmux and the system.\n\nThe setup provides pre-configured tmux sessions for different workflows, such as running tests, development servers, and monitoring logs, all accessible through simple commands. It also integrates tools like Urlview and Facebook PathPicker for productivity.\n\nCustomization is straightforward through a local configuration file, allowing developers to tweak themes, key bindings, and behaviors without modifying the core setup. The project is designed to work across macOS, Linux, and Cygwin environments, providing a consistent terminal experience regardless of platform.",
    "technologies": [
      "Tmux",
      "Zsh",
      "Shell",
      "Git",
      "Vim"
    ],
    "type": [
      "Developer Tool",
      "CLI"
    ],
    "images": [
      "/images/projects/mega-terminal/1.jpeg"
    ],
    "url": "https://zalt.me/projects/mega-term"
  },
  {
    "title": "MEGA USB-Locker",
    "description": "MEGA USB-Locker is a lightweight Windows batch utility designed to protect sensitive files on USB drives at a time when losing a USB stick at university or elsewhere meant exposing personal data.\n\nThe tool creates a password-protected folder on the USB drive and disguises it as a Windows Control Panel system folder using a special CLSID. When locked, the folder is renamed and marked with hidden and system attributes, making it invisible to casual browsing.\n\nUsers run the batch script to lock or unlock the folder by entering a password. Failed attempts trigger warnings, and after multiple failures, the script can lock out further access. The entire tool is portable, running directly from the USB without installation.\n\nBuilt during the pre-cloud era when USB drives were essential for carrying files between home and school, MEGA USB-Locker provided a simple yet effective way to secure documents, projects, and personal data against unauthorized access if the drive was lost or borrowed.",
    "technologies": [
      "Batch Scripting"
    ],
    "type": [
      "Security Tool"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mega-usb-locker"
  },
  {
    "title": "K.V. Mocka",
    "description": "K.V. Mocka is a system for creating and managing virtualized service environments for testing and development purposes.\n\nThe tool allows teams to simulate complex service interactions, including third-party APIs, databases, and microservices, without requiring the actual services to be available. It supports both synchronous and asynchronous communication patterns.\n\nKey features include response generation, request/response recording, and traffic simulation. The system also provides tools for creating complex service scenarios and managing service dependencies.\n\nK.V. Mocka includes a rule engine for creating responses based on request patterns, and it supports various protocols including HTTP, gRPC, and WebSocket. The system also provides monitoring and analytics capabilities.\n\nThe tool is designed to integrate with existing CI/CD pipelines and testing frameworks, providing a consistent environment for development and testing across the entire software lifecycle.",
    "technologies": [
      "ExpressJS",
      "MongoDB",
      "Redis",
      "NodeJS",
      "RabbitMQ"
    ],
    "type": [
      "Developer Tool"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/k.v.-mocka"
  },
  {
    "title": "RSA Detector",
    "description": "A reseller abuse prevention system for e-commerce platforms that detects unauthorized resale activities through address clustering, bulk purchase analysis, and order pattern recognition. Implements automated purchase limits and manual review workflows.\n\nThe system analyzes purchasing patterns, shipping addresses, and order histories to identify potential reseller activities using algorithms. It can detect bulk purchases, address clustering, and unusual order patterns in real-time.\n\nKey features include automated intervention capabilities that flag suspicious orders, implement purchase limits, and trigger manual review processes. The system provides tools for managing reseller relationships and setting custom rules for different product categories.\n\nBuilt with scalability in mind, RSA includes APIs for integration with other fraud prevention systems and generates detailed reports on reseller activities to help businesses maintain fair access to products while preventing unauthorized resale.",
    "technologies": [
      "NodeJS",
      "PostgreSQL",
      "Elasticsearch",
      "Redis",
      "ExpressJS",
      "Azure",
      "Git"
    ],
    "type": [
      "Backend Service"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/rsa-detector"
  },
  {
    "title": "SK Advertisement",
    "description": "SK Advertisement is a web application designed to streamline the process of booking and reserving billboard spaces for advertisements.\n\n  This platform allows businesses, marketers, and advertisers to easily browse, select, and book billboard locations across multiple cities and regions, all from the convenience of a single online platform.\n\n  With SK Advertisement, users can access a database of available billboard spaces, complete with detailed information about location, traffic statistics, visibility, and pricing.\n\n  The platform offers an interface that simplifies the reservation process, allowing users to filter options based on criteria such as location, budget, and advertisement duration.\n\n  In addition to the booking functionality, SK Advertisement also provides tools for designing and previewing advertisements, ensuring that the final product meets the desired specifications.\n\n  Users can manage their advertising campaigns through a centralized dashboard, with features for tracking campaign performance, scheduling future reservations, and making payments.",
    "technologies": [
      "Symfony",
      "PostgreSQL",
      "ReactJS",
      "RabbitMQ",
      "PHP",
      "Elasticsearch",
      "NodeJS",
      "HTML",
      "CSS",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/sk-advertisement"
  },
  {
    "title": "ST Lux",
    "description": "ST Lux is an exclusive e-commerce platform (for a mall) tailored for the discerning customer, specializing in the sale of luxury clothing, jewelry, and high-end accessories. The platform is uniquely positioned to serve both online shoppers and in-person clients through its network of luxury malls. This dual approach allows ST Lux to offer integration between digital and physical shopping experiences, providing customers with the option to have items delivered to their homes or picked up in-store, ensuring a personal touch that is essential for luxury brands.\n\nThe complexity of operating ST Lux lies in its strict adherence to the rigorous standards and regulations demanded by top-tier luxury brands. Each product listing is carefully curated to comply with brand guidelines, including specific requirements for imagery, typography, and overall design aesthetics. These stringent standards ensure that ST Lux maintains the exclusivity and prestige associated with the brands it represents.\n\nST Lux also navigates the intricate logistics of managing both online and offline sales, which includes coordinating inventory across multiple physical locations and ensuring consistency in customer service. The platform's backend systems are designed to handle the complexities of luxury retail, including special packaging, customized delivery options, and adherence to brand-specific requirements for in-store displays and online presentation.\n\nFinally, ST Lux is committed to offering an exceptional customer experience. This commitment is reflected not only in the high-quality products available but also in the platform's attention to detail in every aspect of the shopping process. From the ease of browsing luxury items online to the convenience of in-store pickup, ST Lux ensures that customers receive a level of service befitting the luxury market.",
    "technologies": [
      "Python",
      "PostgreSQL",
      "NextJS",
      "FastAPI",
      "Prometheus",
      "Grafana",
      "RabbitMQ",
      "Elasticsearch",
      "NodeJS",
      "ReactJS",
      "Loki",
      "HTML",
      "CSS",
      "GCP",
      "Git",
      "Docker"
    ],
    "type": [
      "E-commerce Platform"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/st-lux"
  },
  {
    "title": "Fitchen P.",
    "description": "Fitchen P. is an online web application that enables users to discover, save, and organize recipes with ease.\n\n  With a vast library of recipe alternatives, this app offers users the flexibility to create meal plans that suit their individual preferences and dietary needs.\n\n  In addition to recipe discovery, Fitchen P. allows users to effortlessly plan and arrange their meals. The app provides users with a range of meal planning tools, including the ability to generate grocery lists and plan meals for specific days or weeks. With these features, users can save time and streamline their meal planning process.\n\n  The primary goal of Fitchen P. is to help users improve their meal planning by providing them with a set of tools and resources.\n\n  The app is designed to be user-friendly, making it easy for users to find, save, and organize recipes.\n\n  With Fitchen P., users can take control of their meal planning and achieve their dietary goals.\n\n  In essence, Fitchen P. is a feature-rich web application that offers users a range of tools for finding, saving, and organizing recipes. With its design and functionality, this app is an excellent resource for anyone looking to improve their meal planning and achieve their dietary objectives.",
    "technologies": [
      "ExpressJS",
      "PostgreSQL",
      "RabbitMQ",
      "ReactJS",
      "NodeJS",
      "Elasticsearch",
      "HTML",
      "CSS",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/fitchen-p."
  },
  {
    "title": "Cal-Rails Extension",
    "description": "Cal-Rails Extension is a browser extension that protects users from bad meetings and overcommitment. Instead of only checking free time, it evaluates the quality and impact of a meeting before you accept it.\n\nThe extension analyzes meeting invites and scheduling emails directly inside Gmail, Outlook Web, and calendar pages. It looks for missing agendas, oversized attendee lists, unrealistic durations, and existing workload on the same day. Users see a simple risk score and practical alternatives such as proposing a shorter meeting, requesting an agenda, or suggesting an async update.\n\nCal-Rails Extension acts as a decision layer on top of existing calendars rather than replacing them. It does not attempt to resync providers; instead it helps users make smarter choices with the time they already have.\n\nFor busy professionals drowning in invitations, Cal-Rails Extension turns “Accept / Maybe / Decline” into an informed decision based on workload, meeting structure, and real cost.",
    "technologies": [
      "CRXJS",
      "ReactJS",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Browser Extension"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/cal-rails-extension"
  },
  {
    "title": "Finance S.V.T.",
    "description": "Finance S.V.T. is a SaaS backend service for financial data processing and analytics.\n\n  Built as a microservices architecture, the system handles real-time transaction processing, automated categorization, and financial insights generation for enterprise clients.\n\n  The platform processes millions of financial transactions daily through Kafka streams, stores data in Cassandra for high availability, and provides REST APIs for client applications.\n\n  Key features include automated transaction categorization using ML algorithms, real-time budget monitoring, financial reporting APIs, and multi-tenant data isolation for enterprise customers.\n\n  The system is deployed on Kubernetes with Terraform infrastructure management, ensuring high scalability and reliability for financial institutions and fintech companies.\n\n  Finance S.V.T. serves as the backend engine powering financial applications, providing secure APIs for transaction analysis, spending pattern detection, and automated financial reporting.",
    "technologies": [
      "Django",
      "Cassandra",
      "Python",
      "Kafka",
      "Kubernetes",
      "Terraform",
      "Azure",
      "Git",
      "Etcd",
      "Helm",
      "Terragrunt",
      "Cilium",
      "K6",
      "WireMock"
    ],
    "type": [
      "Backend Service",
      "API",
      "CLI"
    ],
    "images": [
      "/images/projects/z-finance-svt/1.png"
    ],
    "url": "https://zalt.me/projects/finance-s.v.t."
  },
  {
    "title": "Digi-Deli",
    "description": "Digi-Deli is a system designed to streamline the purchasing and delivery of digital products from multiple suppliers.\n\n  With a range of features, this system enables clients to access digital products on demand and with ease.\n\n  Digi-Deli's stock management system stands out as a valuable feature for suppliers. It enables them to manage inventory effectively, ensuring products are available for purchase at all times.\n\n  Additionally, the system's smart pricing sub-system maximizes profits and ensures competitive pricing in the market.\n\n  Designed with efficiency in mind, Digi-Deli streamlines the entire purchasing and delivery process, enabling clients to access digital products quickly and easily.\n\n  The system is efficient, making it easy for clients to find and purchase the products they need.",
    "technologies": [
      "Django",
      "Redis",
      "MongoDB",
      "Python",
      "ReactJS",
      "RabbitMQ",
      "Elasticsearch",
      "HTML",
      "CSS",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/digi-deli"
  },
  {
    "title": "NG Commerce",
    "description": "NG is an e-commerce platform focused on selling a wide range of car parts and offering repair services.\n\n  The platform is designed for vehicle owners and repair shops, providing easy access to quality parts for various makes and models.\n\n  The website features a catalog where users can search for and purchase essential car components, from brake pads to engine parts. Each item is accompanied by detailed descriptions to help customers make informed decisions.\n\n  In addition to parts, NG allows users to book repair services directly through the platform. Customers can schedule appointments with certified mechanics, ensuring that their purchased parts are professionally installed.\n\n  Overall, NG simplifies the car maintenance process by combining parts sales with repair services in a single platform.",
    "technologies": [
      "FastAPI",
      "ReactJS",
      "PostgreSQL",
      "Kafka",
      "Python",
      "Elasticsearch",
      "HTML",
      "CSS",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "E-commerce Platform"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/ng-commerce"
  },
  {
    "title": "S.G.P",
    "description": "S.G.P is an Internet of Things-enabled gardening system designed to help customers remotely monitor and operate their home gardens.\n\n  The device provides real-time data on soil moisture, temperature, sunshine levels, and more, giving users a complete understanding of their garden's health and needs.\n\n  In addition to its monitoring capabilities, the S.G.P also offers the ability to water and feed plants autonomously, ensuring that plants receive the care they need even when users are away.\n\n  The system was built using a mix of hardware and software components, including a microcontroller, sensors, and actuators.\n\n  On the software front, we created a PHP web app that enables users to examine data and remotely operate the device.\n\n  The app's interface makes it easy for users to monitor their garden's health and make adjustments as needed, while its smart platform provides features such as data storage and interpretation.\n\n  In addition to its monitoring and automation capabilities, the S.G.P also employs algorithms to anticipate the best conditions for popular plants, ensuring that users can achieve optimal growth and yields.\n\n  With its features and design, the S.G.P represents a major leap forward in home gardening technology, making it easier and more convenient than ever before to grow healthy, vibrant plants in the comfort of your own home.",
    "technologies": [
      "PHP",
      "Laravel",
      "PostgreSQL",
      "Kafka",
      "GCP",
      "Git",
      "NGINX"
    ],
    "type": [
      "IoT System",
      "Web App",
      "API"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/s.g.p"
  },
  {
    "title": "VIVA RDP",
    "description": "VIVA RDP is a high-performance system designed for processing and analyzing large streams of real-time data.\n\nThe system is built to handle millions of events per second, with features for real-time aggregation, pattern detection, and anomaly identification. It supports various data sources including IoT devices, web applications, and enterprise systems.\n\nKey features include stream processing, complex event processing, and real-time analytics. The system provides tools for data enrichment, transformation, and routing to various destinations.\n\nVIVA implements a distributed architecture to ensure high availability and horizontal scalability. It includes features like automatic load balancing, data partitioning, and fault tolerance.\n\nThe system is designed with monitoring and observability in mind, providing metrics, logging, and tracing capabilities. It also includes tools for managing data retention and archival.",
    "technologies": [
      "Python",
      "FastAPI",
      "Grafana",
      "PostgreSQL",
      "Kafka",
      "Prometheus",
      "Kubernetes",
      "AWS",
      "Loki",
      "Git",
      "Docker",
      "k3d",
      "Helm",
      "Terraform",
      "Terragrunt",
      "Cilium",
      "KEDA",
      "Longhorn",
      "Celery",
      "K6"
    ],
    "type": [
      "Backend Service",
      "API"
    ],
    "images": [
      "/images/projects/z-viva-rp/1.png"
    ],
    "url": "https://zalt.me/projects/viva-rdp"
  },
  {
    "title": "Fashion CS",
    "description": "Fashion CS is an e-commerce platform exclusively focused on selling women's accessories.\n\n  The platform offers a wide array of stylish and high-quality accessories, including jewelry, handbags, scarves, belts, hats, and more, catering to diverse tastes and preferences.\n\n  The website is designed to provide a shopping experience, allowing users to easily browse through various categories, filter products by type, color, and style, and view detailed descriptions.\n\n  Each item is meticulously curated to ensure it meets the highest standards of fashion and quality.\n\n  Fashion CS offers a personalized shopping experience, where users can create profiles, receive recommendations based on their unique style, and keep track of their favorite items.\n\n  The platform also features regular promotions and exclusive deals, making it a popular choice for women seeking the latest in fashion accessories.\n\n  Beyond its product selection, Fashion CS is dedicated to excellent customer service.\n\n  The platform provides fast and reliable shipping, easy returns, and responsive customer support, ensuring a smooth and enjoyable shopping experience from start to finish.",
    "technologies": [
      "Python",
      "Django",
      "VueJS",
      "PostgreSQL",
      "TypeScript",
      "HTML",
      "CSS",
      "GCP",
      "Git",
      "Docker",
      "OpenTelemetry",
      "Grafana",
      "Loki",
      "Prometheus",
      "Tempo"
    ],
    "type": [
      "E-commerce Platform"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/fashion-cs"
  },
  {
    "title": "MG MARK-UP",
    "description": "MG MARK-UP (Documentation Generator) is a system that automatically generates API documentation by analyzing source code.\n\nThe system uses static code analysis and runtime inspection to extract API endpoints, parameters, request/response schemas, and authentication requirements. It supports multiple programming languages and frameworks.\n\nKey features include automatic endpoint discovery, schema extraction, and example generation. The system can generate documentation in various formats including OpenAPI/Swagger, Markdown, and HTML.\n\nMARK-UP includes tools for maintaining documentation consistency, tracking API changes, and generating version-specific documentation. It also provides integration with CI/CD pipelines for automated documentation updates.\n\nThe system is designed to reduce the manual effort required for maintaining API documentation while ensuring accuracy and completeness. It helps development teams keep documentation in sync with code changes.",
    "technologies": [
      "TypeScript",
      "NodeJS",
      "Grafana",
      "Loki",
      "Prometheus",
      "AWS",
      "Git",
      "RabbitMQ"
    ],
    "type": [
      "Backend Service"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mg-mark-up"
  },
  {
    "title": "VS Warehouse",
    "description": "VS Warehouse is a production management system designed to optimize and streamline the operations within a warehouse setting.\n\n  This system provides tools for managing the entire production line, from raw materials to finished products, ensuring that all processes are efficient, organized, and trackable.\n\n  The system includes features such as real-time inventory tracking, automated order processing, and production scheduling.\n\n  It allows warehouse managers to monitor the flow of goods through every stage of the production line, ensuring that resources are used efficiently and that production timelines are met.\n\n  VS Warehouse also integrates with other business systems, providing communication between production, inventory management, and order fulfillment.\n\n  With its dashboard, VS Warehouse enables users to oversee multiple aspects of warehouse operations, including resource allocation, workforce management, and quality control.\n\n  The system's analytics and reporting tools provide insights into production performance, helping managers make data-driven decisions to improve efficiency and reduce costs.\n\n  Overall, VS Warehouse is a tool for any business looking to enhance their warehouse operations, offering a complete solution for managing the production line from start to finish.",
    "technologies": [
      "Ruby",
      "Elasticsearch",
      "PostgreSQL",
      "Ruby on Rails",
      "Sidekiq",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vs-warehouse"
  },
  {
    "title": "MG Sync",
    "description": "MG Sync (Configuration Synchronization) is a system for managing and synchronizing configurations across multiple environments and services.\n\nThe tool provides a centralized platform for managing configuration changes, with features for version control, environment-specific overrides, and automated deployment. It supports various configuration formats and integrates with existing infrastructure.\n\nKey features include configuration validation, dependency management, and change tracking. The system also provides tools for managing secrets, environment variables, and service-specific configurations.\n\nMG Sync includes an API for programmatic access to configurations, as well as a web interface for manual management. It supports various deployment strategies and provides tools for rollback and recovery.\n\nThe system is designed with security in mind, implementing encryption for sensitive data and providing access control mechanisms. It also includes audit logging and compliance reporting capabilities.",
    "technologies": [
      "ExpressJS",
      "PostgreSQL",
      "AWS",
      "TypeScript",
      "NodeJS",
      "Etcd",
      "Git",
      "Docker"
    ],
    "type": [
      "Backend Service",
      "API"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mg-sync"
  },
  {
    "title": "VS Shop",
    "description": "VS Shop is an e-commerce platform that specializes in custom-printed merchandise.\n\n  This web and mobile application allows designers to create and upload their designs, which can then be printed on various products such as t-shirts, mugs, phone cases, and more.\n\n  Users can browse through a wide range of unique designs, customize products to their liking, and purchase them directly through the platform.\n\n  The platform is designed to cater to both creators and consumers.\n\n  Designers can easily upload their artwork, choose the products they want to feature, and set their own prices.\n\n  VS Shop handles the production, shipping, and customer service, allowing designers to focus on their creativity while earning from their work.\n\n  For customers, VS Shop offers a shopping experience with an extensive catalog of customizable products.\n\n  The platform includes features like product previews, design customization tools, and secure payment options, making it easy for users to create and order personalized items.\n\n  VS Shop also includes a marketplace where users can buy and sell custom-designed products, enabling designers to reach a broader audience and customers to discover unique and personalized items.\n\n  The platform's community-driven approach fosters creativity and collaboration, making it a go-to destination for custom merchandise.",
    "technologies": [
      "Symfony",
      "ReactJS",
      "Kubernetes",
      "PostgreSQL",
      "PHP",
      "TypeScript",
      "Kafka",
      "HTML",
      "CSS",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "E-commerce Platform"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vs-shop"
  },
  {
    "title": "SOSI Mobile",
    "description": "SOSI is a hybrid mobile app designed to help users in emergency situations.\n\n  Some of the app's key features include location tracking, SMS and email alerts, and contact management.\n\n  With SOSI, users can easily track their location, making it easier for emergency responders to find them in the event of an emergency.\n\n  The app also allows users to send SMS and email alerts to their contacts, letting them know that they are in trouble and require assistance.\n\n  In addition to emergency features, SOSI also offers contact management capabilities, making it easy for users to keep track of important contacts and organize them in a way that makes sense for their needs.\n\n  SOSI is a reliable and efficient solution for users seeking a mobile app to help them in emergency situations.\n\n  Its interface and features make it the go-to app for users seeking peace of mind and added security while on-the-go.",
    "technologies": [
      "PhoneGap",
      "Cordova",
      "JavaScript",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Mobile App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/sosi-mobile"
  },
  {
    "title": "CG Digital",
    "description": "CG Digital is an e-commerce platform tailored for buying and selling digital products.\n\n  Available as both a web and mobile application, CG Digital offers a secure environment for digital transactions. The platform is designed to simplify the process for creators to upload, manage, and sell their digital goods, while providing buyers with an interface to browse, purchase, and instantly access their acquisitions.\n\n  CG Digital also features search capabilities, secure payment processing, and a checkout experience. Users can manage their purchases through a personalized dashboard, ensuring easy access to their digital libraries.\n\n  Additionally, the platform includes tools for creators to track sales and analyze performance, helping them optimize their offerings and reach a broader audience.\n\n  The app's integration with various payment gateways and its focus on user security make it a reliable choice for both sellers and buyers in the digital marketplace.\n\n  CG Digital aims to empower creators and provide customers with a hassle-free, enjoyable shopping experience for all their digital needs.",
    "technologies": [
      "Zend",
      "Neo4j",
      "Elasticsearch",
      "RabbitMQ",
      "Grafana",
      "Prometheus",
      "Loki",
      "AWS",
      "Git",
      "Docker"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/cg-digital"
  },
  {
    "title": "VS Marketplacer",
    "description": "VS Marketplacer is a unique service that offers a simple and efficient way to manage your products across multiple marketplaces.\n\n  By interacting with its API, you can accomplish two primary tasks with ease.\n\n  The first task is creating products on multiple marketplaces simultaneously.\n\n  All you need to do is make an API call with the necessary product information and indicate the marketplaces you wish to target (Amazon, eBay, Shopify, Alibaba, and Teespring) as well as specific details such as your Amazon store name.\n\n  Our service will handle the rest, creating your products on all the relevant marketplace sites quickly and efficiently.\n\n  The second task involves pulling all orders of your products from the various marketplace databases and sending them to another system, POMS.\n\n  This feature is especially useful for several reasons, such as streamlining the order fulfillment process and ensuring that all order data is collected in one central location for easy management.\n\n  With Marketplace Hub, managing your products across multiple marketplaces has never been simpler.\n\n  Our API allows you to easily create products on all your desired marketplaces and centralize your order data, enabling you to focus on growing your business without worrying about the intricacies of marketplace management.\n\n  Overall, Marketplace Hub is a reliable and effective solution for businesses seeking to expand their reach across multiple marketplaces while simplifying their operational processes.",
    "technologies": [
      "Laravel",
      "MongoDB",
      "GraphQL",
      "ReactJS",
      "Git",
      "RabbitMQ",
      "PHP",
      "CSS",
      "AWS",
      "Docker",
      "HTML",
      "NGINX"
    ],
    "type": [
      "Website",
      "CMS",
      "API"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vs-marketplacer"
  },
  {
    "title": "VS POMS",
    "description": "VS POMS is an orders management system that offers a range of features for manufacturing and shipping custom products.\n\n  This unique system is API-based, with a large public API available for easy access, as well as admin and production dashboards served by a private API.\n\n  POMS is designed to integrate with multiple services, including some that were built specifically for it, and also offers tens of integrations with third-party services via their APIs.\n\n  The system's main tasks include receiving orders, creating XYZ-jobs for manufacturing order products, combining similar jobs to reduce manufacturing costs, tracking the time taken to produce each product, and collecting all the order products once manufacturing is complete and fitting them into boxes based on size for maximum efficiency.\n\n  In addition to order management, POMS also provides inventory management, customer billing, analytics, and more.\n\n  The system is designed to streamline the entire process of managing custom products, from initial order placement to shipment and delivery.\n\n  POMS offers features for validating client addresses, tracking shipments, and keeping clients up-to-date on the status of their orders.\n\n  With POMS, businesses can streamline their manufacturing and shipping processes, reduce costs, and improve overall efficiency.\n\n  The system's features and functionality make it the go-to solution for businesses seeking to streamline their operations and improve their bottom line.\n\n  Overall, POMS is a reliable and efficient solution for businesses seeking to manage custom products and orders with ease and precision.",
    "technologies": [
      "Laravel",
      "VueJS",
      "Kafka",
      "PostgreSQL",
      "TypeScript",
      "Docker",
      "HTML",
      "PHP",
      "CSS",
      "AWS",
      "Git",
      "NGINX"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vs-poms"
  },
  {
    "title": "PDS-Scanner",
    "description": "PDS-Scanner is a system designed to automate product sourcing and pricing optimization for e-commerce platforms.\n\nThe system continuously monitors multiple supplier APIs and marketplaces to track product availability and pricing changes. It implements algorithms to identify the best deals, considering factors like price, shipping costs, delivery times, and supplier reliability.\n\nKey features include real-time price comparison, automated supplier selection, and pricing adjustments. The system also provides tools for managing supplier relationships, tracking inventory levels, and optimizing profit margins.\n\nPDS-Scanner includes a rule engine that allows businesses to set custom pricing strategies and supplier selection criteria. It also features automated reporting and analytics to track performance metrics and identify optimization opportunities.\n\nThe system is designed with scalability in mind, capable of processing thousands of products and price updates per minute while maintaining high accuracy and reliability.",
    "technologies": [
      "Symfony",
      "MongoDB",
      "Kafka",
      "AWS",
      "PHP",
      "Git",
      "Docker"
    ],
    "type": [
      "Backend Service"
    ],
    "images": [
      "/images/projects/z-pds/1.png"
    ],
    "url": "https://zalt.me/projects/pds-scanner"
  },
  {
    "title": "VL Showtime",
    "description": "VL Showtime is a web and mobile application created to enhance the fan experience for talent-based TV shows.\n\n  This platform goes beyond traditional viewing, offering fans the chance to interact directly with their favorite shows through various features.\n\n  At its core, VL Showtime allows users to cast votes for their favorite artists in real-time, influencing the outcome of each episode.\n\n  Beyond voting, fans can dive into exclusive content, including interviews, behind-the-scenes footage, and contestant profiles, keeping them engaged even when the show isn't on air.\n\n  The platform also serves as a news and updates hub, with a constantly refreshed feed of articles, video clips, and social media highlights related to the show and its contestants.\n\n  Fans can stay connected to the latest developments and immerse themselves in the ongoing narratives of their favorite stars.\n\n  VL Showtime also fosters community interaction, providing spaces for fans to discuss episodes, share their opinions, and connect with other viewers.\n\n  Whether through forums, comment sections, or live chat features during broadcasts, VL Showtime creates a vibrant online community where fans can participate actively in the entertainment experience.",
    "technologies": [
      "Laravel",
      "Bootstrap",
      "Docker",
      "MySQL",
      "PHP",
      "JavaScript",
      "jQuery",
      "HTML",
      "CSS",
      "AWS",
      "Git",
      "Apache"
    ],
    "type": [
      "Web App",
      "Mobile App",
      "API"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vl-showtime"
  },
  {
    "title": "NSS Multi-VP",
    "description": "A payment distribution system that handles complex multi-vendor payment splitting and reconciliation for enterprise B2B marketplaces. Processes thousands of transactions hourly with automated settlement, multi-currency support, and vendor dispute resolution workflows.\n\nThe system implements a microservices architecture with circuit breakers and rate limiting to ensure high availability and scalability. It includes audit logging, PCI compliance, and access control mechanisms.\n\nKey features include real-time transaction monitoring, automated settlement processing, and detailed analytics for financial reconciliation. The platform supports multiple payment methods including credit cards, bank transfers, and digital wallets.\n\nBuilt with security as a top priority, NSS Multi-VP provides end-to-end encryption and monitoring capabilities to maintain system stability under high load while ensuring secure payment distribution across multiple vendors.",
    "technologies": [
      "ExpressJS",
      "MongoDB",
      "RabbitMQ",
      "Prometheus",
      "Grafana",
      "AWS",
      "Git",
      "NodeJS",
      "K6"
    ],
    "type": [
      "Backend Service"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/nss-multi-vp"
  },
  {
    "title": "MG-AVT",
    "description": "AVT (API Versioning) is a system designed to manage and automate API versioning across multiple services in a microservices architecture.\n\nThe tool provides version control for APIs, including automatic documentation generation, version deprecation management, and backward compatibility testing. It integrates with existing CI/CD pipelines to ensure smooth version transitions.\n\nKey features include automated version detection, dependency mapping, and impact analysis for breaking changes. The system also provides tools for managing API contracts, generating SDKs, and monitoring API usage patterns.\n\nAVT includes a dashboard for visualizing API relationships, version adoption rates, and potential breaking changes. It also features automated testing tools to ensure backward compatibility and smooth version transitions.\n\nThe system is designed to work with multiple API specifications (OpenAPI, GraphQL, etc.) and provides tools for automatic schema validation and documentation generation.",
    "technologies": [
      "GoLang",
      "MongoDB",
      "Git"
    ],
    "type": [
      "DevOps Tool",
      "CLI"
    ],
    "images": [
      "/images/projects/z-avt/1.png"
    ],
    "url": "https://zalt.me/projects/mg-avt"
  },
  {
    "title": "VS ShopRing",
    "description": "VS ShopRing is a tool that simplifies the process of importing products from one marketplace to another.\n\n  With just one click, users can easily import products from marketplace site X to site Y with all their respective variants.\n\n  The tool works by allowing users to navigate to their desired marketplace site and copy the URL of any product while selecting a specific variant.\n\n  Once the URL is copied, users can paste it into the tool and click a single button.\n\n  From there, the tool will extract all the necessary product details from site X and create an exact replica of the product, including all its variants.\n\n  It then proceeds to import those products to site Y using the marketplace's API.\n\n  In addition to the URL method, ShopRing also allows users to upload a ZIP file containing the relevant product information and images of each product variant.\n\n  The file must be in a specific format, but once uploaded, the tool will automatically perform the same job, creating and importing the products to site Y with ease.\n\n  With ShopRing, the process of importing products from one marketplace to another has never been simpler.",
    "technologies": [
      "Ruby",
      "Ruby on Rails",
      "Sidekiq",
      "MySQL",
      "Elasticsearch",
      "AWS",
      "Git"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/vs-shopring"
  },
  {
    "title": "MG EXCELerator",
    "description": "MG EXCELerator is a tool designed to streamline the process of converting Excel order files to PDFs for printing.\n\n  With this tool, businesses can easily combine similar orders (based on the product in that order) into a single PDF file to reduce paper usage, saving both time and resources.\n\n  It offers processing features for images in the PDFs, including cropping and centering, to ensure they meet specific criteria.\n\n  These features are designed to help businesses meet their unique needs and ensure the highest-quality output possible.\n\n  Furthermore, EXCELerator provides options for ordering PDFs based on the quantity of orders in the file, making it easy to manage large volumes of orders and streamline the printing process.\n\n  Whether you're a small business or a large enterprise, this tool is designed to help you increase productivity and efficiency while reducing costs.",
    "technologies": [
      "PHP",
      "Lumen",
      "jQuery",
      "JavaScript",
      "Bootstrap",
      "HTML",
      "CSS",
      "Git"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mg-excelerator"
  },
  {
    "title": "SKN GO",
    "description": "SKN GO is a platform designed specifically for Steam gamers.\n\n  This platform allows gamers to exchange in-game weapons and rewards for real money, making it easier than ever to monetize their gaming skills.\n\n  SKN is an API-centric application built on top of Apiato using the Software Architectural Pattern (Porto), offering businesses a reliable and efficient solution for gaming platform management.\n\n  The SKN platform utilizes over six external APIs and four payment gateways, making it easy for gamers to exchange in-game rewards and receive real money with ease.\n\n  The platform is designed to offer security measures, ensuring that all transactions are secure and protected against unauthorized access.\n\n  With SKN, gamers can easily manage their in-game rewards and exchange them for real money, all within a safe and secure platform.\n\n  The platform offers a range of features, including analytics and reporting capabilities, to help gamers stay on top of their gaming earnings and track their progress.\n\n  Finally, SKN is a reliable and efficient solution for Steam gamers seeking to monetize their gaming skills.\n\n  Its features, security measures, and functionality make it the go-to platform for gamers looking to exchange in-game rewards for real money.",
    "technologies": [
      "PHP",
      "Apiato",
      "Terraform",
      "MySQL",
      "Bootstrap",
      "HTML",
      "CSS",
      "JavaScript",
      "AWS",
      "Git",
      "Porto"
    ],
    "type": [
      "Web App"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/skn-go"
  },
  {
    "title": "ML Froda",
    "description": "An AI-powered fraud detection system using machine learning algorithms to analyze transaction patterns and user behavior in real-time. Features adaptive learning, behavioral analysis, and sub-100ms risk scoring for high-volume e-commerce platforms.\n\nThe system employs machine learning models to detect various types of fraud including stolen credit card usage, account takeovers, and reseller abuse. It maintains a global database of suspicious activities and implements adaptive learning to improve detection accuracy over time.\n\nKey features include real-time transaction scoring, behavioral analysis, and pattern recognition capabilities. The system provides a rule engine that allows businesses to define custom fraud detection rules and thresholds.\n\nBuilt with performance in mind, ML Froda includes tools for manual review, case management, and automated response actions. The system is designed to minimize false positives while maintaining high detection rates, helping businesses reduce fraud-related losses and maintain customer trust.",
    "technologies": [
      "FastAPI",
      "GCP",
      "Kafka",
      "PostgreSQL",
      "Python",
      "Git"
    ],
    "type": [
      "Backend Service"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/ml-froda"
  },
  {
    "title": "Sista Blog",
    "description": "A fully automated blog platform leveraging content automation and workflow orchestration.\n\nThe entire content pipeline is automated, from drafting and AI processing to publishing, creating a seamless, hands-off approach to blog management.\n\nHosted on Google Blogger with a custom design and optimized for performance, all assets and media are efficiently managed and served from CDN, ensuring scalability and reliability.\n\nThe platform demonstrates practical AI implementation in content creation, featuring automated article generation, image processing, and SEO optimization workflows.",
    "technologies": [
      "Google Blogger",
      "Perplexity",
      "OpenAI",
      "AWS",
      "Make Automation"
    ],
    "type": [
      "Website",
      "Blog"
    ],
    "images": [
      "/images/projects/sista-blog/1.png"
    ],
    "url": "https://zalt.me/projects/sista-blog"
  },
  {
    "title": "Zalt Blog v1",
    "description": "My first personal blog. A WordPress-based platform for sharing insights, tutorials, and thoughts on software engineering and technology.\n\nThis initial version was built with WordPress to quickly establish an online presence for writing about technical topics, coding tutorials, and industry insights.\n\nThe blog featured basic content organization and standard blogging functionality, serving as the foundation for my future blog iterations.\n\nSelf-hosted within my infrastructure, ensuring full ownership over content.",
    "technologies": [
      "WordPress",
      "PHP",
      "MySQL",
      "Nginx",
      "JavaScript",
      "Git",
      "AWS"
    ],
    "type": [
      "Website",
      "Blog"
    ],
    "images": [
      "/images/projects/zalt-blog/v1/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-blog-v1"
  },
  {
    "title": "Zalt Blog v2",
    "description": "A fully custom blog platform, representing a complete rebuild from the ground up.\n\nThis version features a minimalist theme, responsive layouts, tagging and categories, code syntax highlighting, search functionality, and advanced SEO optimization with structured data and social previews.\n\nOne of the standout features is the AI-assisted content workflow powered by n8n. I draft articles and provide resources that are automatically picked up and processed by a series of AI agents, creating a collaborative content creation pipeline that streamlines the writing process.\n\nSelf-hosted within the same infrastructure as my portfolio, ensuring full ownership over content, design, and functionality, with modern development practices and automated workflows.",
    "technologies": [
      "NextJS",
      "ReactJS",
      "n8n",
      "TypeScript",
      "Markdown",
      "Git",
      "AWS",
      "CloudFlare",
      "OpenAI",
      "Perplexity"
    ],
    "type": [
      "Website",
      "Blog"
    ],
    "images": [
      "/images/projects/zalt-blog/current/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-blog-v2"
  },
  {
    "title": "Zalt Portfolio v1",
    "description": "My first personal website, a basic HTML page that marked my initial foray into web development. This simple site served as my first online presence, featuring basic navigation and contact information.\n\nThe site was built with fundamental web technologies, representing my first steps into creating content for the web and establishing my digital identity.",
    "technologies": [
      "HTML",
      "CSS"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v1"
  },
  {
    "title": "Zalt Portfolio v2",
    "description": "A significant improvement over v1, introducing JavaScript functionality and interactive elements. This version brought dynamic behavior to the site with smooth transitions, hover effects, and enhanced user interactions.\n\nThe site showcased a major leap in development capabilities, moving from static content to an engaging, interactive web experience that responded to user actions.",
    "technologies": [
      "HTML",
      "CSS",
      "JavaScript"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/zalt-site/v2/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v2"
  },
  {
    "title": "MEGA File-Box",
    "description": "A personal desktop utility built to organize my own files and keep my directories structured. The tool automatically organizes files by extension, creation date, or custom rules I defined, helping me maintain order across my download folders and project directories.\n\nThe application provides batch renaming capabilities for renaming multiple files at once with customizable patterns. It can move files into organized folders based on file type or date, and includes duplicate detection to help me identify and remove redundant files.\n\nBuilt to solve my own organizational needs, this tool streamlined my file management workflow and helped me maintain a clean, structured directory system for my personal projects and files.",
    "technologies": [
      "Batch Scripting"
    ],
    "type": [
      "Desktop App",
      "Utility"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/mega-file-box"
  },
  {
    "title": "Zalt Portfolio v3",
    "description": "A modernized portfolio featuring responsive design and mobile compatibility. This version introduced adaptive layouts that worked across different screen sizes, marking the transition to mobile-friendly web development.\n\nThe site leveraged popular frameworks for better development efficiency and introduced professional design patterns that enhanced both aesthetics and functionality.",
    "technologies": [
      "JavaScript",
      "Bootstrap",
      "jQuery",
      "HTML",
      "CSS",
      "iPage",
      "Grunt"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/zalt-site/v3/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v3"
  },
  {
    "title": "Zalt Portfolio v4",
    "description": "An advanced portfolio featuring sophisticated styling and complex animations. This version introduced advanced CSS preprocessing, custom animations, and enhanced visual effects that created a more immersive user experience.\n\nThe site showcased improved development workflows with better build processes and more maintainable code architecture, while delivering stunning visual presentations.",
    "technologies": [
      "JavaScript",
      "Semantic UI",
      "Bower",
      "Sass",
      "Git",
      "DigitalOcean",
      "HTML",
      "CSS"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/zalt-site/v4/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v4"
  },
  {
    "title": "Zalt Portfolio v5",
    "description": "A modern portfolio featuring component-based architecture and Material Design principles. This version introduced dynamic content rendering, advanced state management, and sophisticated user interface components with improved performance.\n\nThe site delivered smooth animations, interactive elements, and a cohesive design system that provided exceptional user experience across all devices, showcasing the power of modern JavaScript frameworks.",
    "technologies": [
      "JavaScript",
      "ReactJS",
      "Material-UI",
      "Gulp",
      "Git",
      "GitHub Pages"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/zalt-site/v5/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v5"
  },
  {
    "title": "Zalt Portfolio v6",
    "description": "A minimalist, high-performance portfolio featuring server-side rendering and optimized loading speeds. This version introduced advanced caching strategies, automated deployment pipelines, and enhanced SEO capabilities with a clean, focused design approach.\n\nThe site delivered lightning-fast page loads, seamless navigation, and sophisticated animations while maintaining a minimalist aesthetic that prioritized content and performance over visual complexity.",
    "technologies": [
      "NextJS",
      "Chakra UI",
      "TypeScript",
      "ReactJS",
      "Git",
      "AWS",
      "GitHub Actions"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/default-modern-image-unavailable.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v6"
  },
  {
    "title": "Zalt Portfolio v7",
    "description": "The current iteration of the personal portfolio, built around a central technology-inspired aesthetic. The design focuses on a refined user experience, featuring entirely custom-invented UI components to visualize data (such as the technology stacks) in a way that fits a cohesive theme reminiscent of code editors and terminals.\n\n    The site is built with a mobile-first, fully responsive layout for consistency across all screen sizes and browsers. It includes a dual light/dark theme (defaulting to dark).\n\n    Core priorities included high performance and broad accessibility. The site is highly optimized to achieve near-perfect benchmark scores and fast load times, providing a smooth, uninterrupted browsing experience. It adheres to accessibility standards (WCAG). The structure is super optimized for SEO and discoverability by crawlers and AI agents.",
    "technologies": [
      "ReactJS",
      "NextJS",
      "Tailwind CSS",
      "TypeScript",
      "CloudFlare",
      "AWS",
      "GitHub Actions",
      "Git"
    ],
    "type": [
      "Website"
    ],
    "images": [
      "/images/projects/zalt-site/v7/2.png",
      "/images/projects/zalt-site/v7/1.png"
    ],
    "url": "https://zalt.me/projects/zalt-portfolio-v7"
  }
]
