first commit
This commit is contained in:
@@ -0,0 +1,291 @@
|
||||
{
|
||||
"nav": {
|
||||
"services": "Services",
|
||||
"work": "Work",
|
||||
"process": "Process",
|
||||
"blog": "Blog",
|
||||
"faq": "FAQ",
|
||||
"quote": "Get a Quote",
|
||||
"admin": "Admin",
|
||||
"partners": "Partners",
|
||||
"brandName": "Ayris",
|
||||
"brandSub": "Tech"
|
||||
},
|
||||
"hero": {
|
||||
"badge": "Ayris Tech — Peak of Engineering",
|
||||
"titleLine1": "Forging the",
|
||||
"titleLine2": "Digital Future",
|
||||
"desc": "Ayris Tech engineered high-performance digital transformation. We build the impossible for the next generation of business using AI, Blockchain, and modern web architectures.",
|
||||
"ctaQuote": "Get a Quote",
|
||||
"ctaWork": "Proven Work"
|
||||
},
|
||||
"stats": {
|
||||
"deliveries": "Shipped Deliveries",
|
||||
"retention": "Client Retentiveness",
|
||||
"regions": "Global Regions Served"
|
||||
},
|
||||
"services": {
|
||||
"badge": "Capability Spectrum",
|
||||
"title": "OUR SERVICES",
|
||||
"desc": "We engineer highly technical deliverables tailored for next-generation enterprise scalability.",
|
||||
"deliverablesLabel": "Execution Deliverables",
|
||||
"items": {
|
||||
"ai": {
|
||||
"title": "AI Solutions",
|
||||
"desc": "Architecting custom machine learning models, semantic NLP pipelines, and enterprise LLM integrations tailored for structural scale."
|
||||
},
|
||||
"blockchain": {
|
||||
"title": "Blockchain Dev",
|
||||
"desc": "Engineering highly secure smart contracts, custom decentralized applications (dApps), and sovereign private blockchain ecosystems."
|
||||
},
|
||||
"mobile": {
|
||||
"title": "Mobile Apps",
|
||||
"desc": "Crafting beautiful, fluid multi-platform mobile applications using Flutter and React Native, prioritizing pure speed and native UX."
|
||||
},
|
||||
"web": {
|
||||
"title": "Web Platforms",
|
||||
"desc": "Developing ultra-fast, SEO-optimized web systems utilizing Next.js and server-side configurations built to convert at scale."
|
||||
}
|
||||
}
|
||||
},
|
||||
"work": {
|
||||
"badge": "Selected Blueprints",
|
||||
"title": "PROVEN WORK",
|
||||
"desc": "Data-backed, highly optimized operational case studies with custom deliverables.",
|
||||
"specsLabel": "Performance Matrix",
|
||||
"analyzeBtn": "Analyze Specs",
|
||||
"galleryTitle": "Application Blueprints",
|
||||
"items": [
|
||||
{
|
||||
"num": "01",
|
||||
"slug": "financeai-dashboard",
|
||||
"title": "FinanceAI Dashboard",
|
||||
"tag": "AI · Fintech",
|
||||
"desc": "A custom portfolio management suite analyzing over 2,000,000 transactions daily with automated deep anomaly detection.",
|
||||
"spec": "Real-time stream, sub-10ms response lag.",
|
||||
"year": "2024",
|
||||
"client": "Confidential — Series B Fintech",
|
||||
"duration": "14 weeks",
|
||||
"tech": ["Python", "TensorFlow", "Next.js", "PostgreSQL", "Redis", "Kafka"],
|
||||
"challenge": "The client needed to process and flag anomalies across 2M+ daily financial transactions in near-real-time. Their legacy batch system introduced 40-minute detection delays, causing significant financial exposure.",
|
||||
"solution": "We architected a streaming ML pipeline using Apache Kafka for event ingestion and a fine-tuned TensorFlow anomaly detection model served via FastAPI. The frontend dashboard was built on Next.js with server-sent events for live feed updates.",
|
||||
"results": [
|
||||
"Sub-10ms average anomaly detection latency",
|
||||
"99.97% uptime across 6 months of production",
|
||||
"$2.4M in prevented fraudulent transactions in first quarter",
|
||||
"40-minute detection lag reduced to under 10 seconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "02",
|
||||
"slug": "chainsupply-network",
|
||||
"title": "ChainSupply Network",
|
||||
"tag": "Web3 · Logistics",
|
||||
"desc": "Transforming transparency paths for global logistics. Let enterprise clients track $800M+ worth of inventory in real time.",
|
||||
"spec": "Ethereum EVM, gas-optimized contracts.",
|
||||
"year": "2024",
|
||||
"client": "Pan-European Logistics Consortium",
|
||||
"duration": "20 weeks",
|
||||
"tech": ["Solidity", "React", "IPFS", "Node.js", "Hardhat", "The Graph"],
|
||||
"challenge": "A consortium of 12 European logistics companies had zero shared visibility into cross-border shipments. Disputes over cargo handoffs cost the group €3M annually in manual reconciliation.",
|
||||
"solution": "We built a permissioned Ethereum-compatible chain with gas-optimized smart contracts for cargo handoff events. IPFS stores shipment documents immutably, while a React dashboard with The Graph subgraph provides real-time tracking.",
|
||||
"results": [
|
||||
"$800M+ inventory value tracked in real time",
|
||||
"Dispute resolution time cut from 18 days to 4 hours",
|
||||
"Gas costs reduced by 64% via batching and proxy patterns",
|
||||
"Zero data integrity incidents since launch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "03",
|
||||
"slug": "meditrack-mobile",
|
||||
"title": "MediTrack Mobile",
|
||||
"tag": "Mobile · Healthcare",
|
||||
"desc": "A beautiful, HIPAA-compliant platform deployed across 120+ clinical nodes in Turkey, serving 50k+ active users monthly.",
|
||||
"spec": "Symmetric encryption, biometrics.",
|
||||
"year": "2023",
|
||||
"client": "Ministry-affiliated Healthcare Network",
|
||||
"duration": "18 weeks",
|
||||
"tech": ["Flutter", "Firebase", "Django", "AWS", "AES-256", "Face ID / Touch ID"],
|
||||
"challenge": "120 clinics across Turkey operated on disconnected paper-based patient intake systems. Staff needed a unified, secure mobile platform meeting strict HIPAA and Turkish KVKK data regulations.",
|
||||
"solution": "We delivered a cross-platform Flutter app with biometric auth, AES-256 encrypted local storage, and a Django REST backend on AWS. Offline-first architecture ensures continuity in low-connectivity rural clinics.",
|
||||
"results": [
|
||||
"50,000+ active monthly users across 120 clinical nodes",
|
||||
"Patient intake time reduced by 73%",
|
||||
"Full HIPAA + KVKK compliance audit passed",
|
||||
"99.9% uptime with offline-first resilience"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "04",
|
||||
"slug": "novamart-platform",
|
||||
"title": "NovaMart Platform",
|
||||
"tag": "Web · E-commerce",
|
||||
"desc": "Headless e-commerce system built for modular scale. Fully optimized bundle handles 15k daily purchases seamlessly.",
|
||||
"spec": "99/100 Lighthouse performance grade.",
|
||||
"year": "2023",
|
||||
"client": "NovaMart — Regional Retail Brand",
|
||||
"duration": "12 weeks",
|
||||
"tech": ["Next.js", "GraphQL", "Stripe", "Redis", "Vercel", "Algolia"],
|
||||
"challenge": "NovaMart's monolithic Magento store was collapsing under 8k daily orders, with page load times exceeding 6 seconds and a 74% cart abandonment rate on mobile.",
|
||||
"solution": "We rebuilt the platform as a headless Next.js storefront backed by a GraphQL API gateway, Stripe for payments, Redis for session caching, and Algolia for instant product search. Deployed globally on Vercel's edge network.",
|
||||
"results": [
|
||||
"Page load time: 6.2s → 0.9s (85% reduction)",
|
||||
"Lighthouse performance score: 38 → 99",
|
||||
"Cart abandonment rate dropped from 74% to 31%",
|
||||
"15,000 daily orders handled without infrastructure changes"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"process": {
|
||||
"badge": "Execution Paths",
|
||||
"title": "OUR PROCESS",
|
||||
"desc": "Meticulous technical progression from system architectures to stable production scale.",
|
||||
"items": [
|
||||
{
|
||||
"num": "01",
|
||||
"title": "Discovery & Blueprinting",
|
||||
"desc": "We align deeply on business goals, product strategies, architectural limits, and target scopes. You receive a complete technical blueprint before any code is written.",
|
||||
"timeframe": "Week 1"
|
||||
},
|
||||
{
|
||||
"num": "02",
|
||||
"title": "System Architecture",
|
||||
"desc": "We design clean schemas, select modern protocols, and configure databases. We establish automated pipelines and telemetry registries to ensure high speed.",
|
||||
"timeframe": "Week 2"
|
||||
},
|
||||
{
|
||||
"num": "03",
|
||||
"title": "Symmetric Sprint Cycles",
|
||||
"desc": "Rapid iterative development. Every single Friday, you receive a fully compiled, working demo build. Continuous feedback loops eliminate deployment delays.",
|
||||
"timeframe": "Weeks 3 - 6"
|
||||
},
|
||||
{
|
||||
"num": "04",
|
||||
"title": "Launch & Autopilot",
|
||||
"desc": "Deploying via Docker and Kubernetes. We initialize telemetry registers (Jaeger, Prometheus) and configure automated scaling rules so the product scales.",
|
||||
"timeframe": "Week 7+"
|
||||
}
|
||||
]
|
||||
},
|
||||
"blog": {
|
||||
"badge": "Knowledge Registry",
|
||||
"title": "TECHNICAL BLOCK",
|
||||
"desc": "In-depth technological research, robust architectures, and elite engineering paradigms.",
|
||||
"viewAll": "Explore All Registry",
|
||||
"readMore": "Read Article",
|
||||
"back": "Return to Registry"
|
||||
},
|
||||
"faq": {
|
||||
"badge": "Telemetry Registry",
|
||||
"title": "FAQ",
|
||||
"desc": "Frequently asked questions regarding our engineering lifecycle, security, and engagement models.",
|
||||
"items": [
|
||||
{
|
||||
"q": "What is your typical engagement lifecycle?",
|
||||
"a": "Most focused MVPs ship fully in 4–8 weeks. Enterprise-scale platforms generally cycle within 3–6 months from blueprinting to production launch."
|
||||
},
|
||||
{
|
||||
"q": "Do you collaborate with early-stage ventures?",
|
||||
"a": "Yes, we partner with promising founders. We support cash + equity setups for companies with strong product fit."
|
||||
},
|
||||
{
|
||||
"q": "How are project updates handled?",
|
||||
"a": "We operate on tight weekly sprints. Every Friday you receive an interactive demo build, not just a static report."
|
||||
},
|
||||
{
|
||||
"q": "Do you offer post-deployment operational support?",
|
||||
"a": "We provide comprehensive operational retainers covering real-time monitoring, security patching, and serverless scaling support."
|
||||
},
|
||||
{
|
||||
"q": "What security frameworks do you deploy?",
|
||||
"a": "We adhere strictly to OWASP guidelines, perform automated static analysis (SAST) on all pipelines, and implement rigid multi-sig and cryptographic configurations on blockchain contracts."
|
||||
},
|
||||
{
|
||||
"q": "Can you help migrate legacy architectures?",
|
||||
"a": "Yes. We specialize in decoupling monolithic legacy structures into modular microservices or serverless architectures with zero downtime."
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"badge": "Initialize Connection",
|
||||
"title": "GET A QUOTE",
|
||||
"desc": "Transmit your project blueprint specs, and our founding council will evaluate it immediately.",
|
||||
"infoBase": "Operational Base",
|
||||
"infoBaseText": "Istanbul, Turkey",
|
||||
"infoBaseSub": "Sarıyer, Tech Valley District",
|
||||
"infoDirect": "Direct Telemetry",
|
||||
"infoBlueprint": "Corporate Blueprint",
|
||||
"infoBlueprintText": "Our technical leads typically respond within 12 operational hours. Every request is reviewed directly by our founding architectural council.",
|
||||
"submittedTitle": "Transmission Secure",
|
||||
"submittedText": "Your project specs have been received by our telemetry registers. An architect will reach out shortly.",
|
||||
"formName": "Your Name",
|
||||
"formNamePlaceholder": "e.g. John Doe",
|
||||
"formEmail": "Email Address",
|
||||
"formEmailPlaceholder": "e.g. john@company.com",
|
||||
"formCompany": "Company Name",
|
||||
"formCompanyPlaceholder": "e.g. Acme Corp",
|
||||
"formTrack": "Required Track",
|
||||
"formScope": "Project Scope / Details",
|
||||
"formScopePlaceholder": "Describe your technical specifications...",
|
||||
"formSubmit": "TRANSMIT SPECIFICATIONS"
|
||||
},
|
||||
"footer": {
|
||||
"desc": "Enterprise-grade digital transformation. We build the impossible for the next generation of business.",
|
||||
"spectrum": "Spectrum",
|
||||
"registry": "Registry",
|
||||
"privacy": "Privacy Blueprint",
|
||||
"terms": "Terms of Operations",
|
||||
"rights": "All rights reserved."
|
||||
},
|
||||
"partners": {
|
||||
"badge": "Strategic Ecosystem",
|
||||
"title": "OUR PARTNERS",
|
||||
"desc": "Deep alignments and key pipeline integrations with global tech giants, specialized research centers, and infrastructure leaders.",
|
||||
"items": [
|
||||
{
|
||||
"name": "Stellar Neural Labs",
|
||||
"tag": "AI Advancements",
|
||||
"mono": "SNL",
|
||||
"year": "2024",
|
||||
"desc": "Active collaborative research focusing on sovereign language training networks and semantic retrieval nodes."
|
||||
},
|
||||
{
|
||||
"name": "EVM Labs",
|
||||
"tag": "Web3 Core",
|
||||
"mono": "EVM",
|
||||
"year": "2023",
|
||||
"desc": "Strategic development partner for gas-minimized execution structures and Layer-2 rollups."
|
||||
},
|
||||
{
|
||||
"name": "Alpha Logistics Hub",
|
||||
"tag": "Supply Chain Networks",
|
||||
"mono": "ALH",
|
||||
"year": "2024",
|
||||
"desc": "Joint consortium integrations mapping immutable custody streams for international cargo nodes."
|
||||
},
|
||||
{
|
||||
"name": "Vercel Edge Network",
|
||||
"tag": "Headless Architectures",
|
||||
"mono": "VCL",
|
||||
"year": "2023",
|
||||
"desc": "Edge engine partner providing static delivery frameworks and global caching layers."
|
||||
},
|
||||
{
|
||||
"name": "Stripe Systems",
|
||||
"tag": "Enterprise Payments",
|
||||
"mono": "STP",
|
||||
"year": "2024",
|
||||
"desc": "Seamless financial processing API partner for global, multi-currency ledger settlements."
|
||||
},
|
||||
{
|
||||
"name": "Kafka Streams Inc",
|
||||
"tag": "Real-time Telemetry",
|
||||
"mono": "KFK",
|
||||
"year": "2025",
|
||||
"desc": "High-throughput data stream configuration and low-latency pipeline designs."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,319 @@
|
||||
{
|
||||
"nav": {
|
||||
"services": "Hizmetler",
|
||||
"work": "Projeler",
|
||||
"process": "Süreç",
|
||||
"blog": "Blog",
|
||||
"faq": "S.S.S.",
|
||||
"quote": "Teklif Al",
|
||||
"admin": "Yönetim",
|
||||
"partners": "Partnerler",
|
||||
"brandName": "Ayris",
|
||||
"brandSub": "Tech"
|
||||
},
|
||||
"hero": {
|
||||
"badge": "Ayris Tech — Mühendislik Zirvesi",
|
||||
"titleLine1": "Geleceği",
|
||||
"titleLine2": "İnşa Ediyoruz",
|
||||
"desc": "AyrisTech, kurumsal dijital dönüşüm için yüksek performanslı sistemler üretir. Yapay Zekâ, Blockchain ve modern web mimarileriyle geleceğin iş dünyasını şekillendiriyoruz.",
|
||||
"ctaQuote": "Teklif Al",
|
||||
"ctaWork": "Projelerimizi İncele"
|
||||
},
|
||||
"stats": {
|
||||
"deliveries": "Tamamlanan Proje",
|
||||
"retention": "Müşteri Bağlılığı",
|
||||
"regions": "Hizmet Verilen Bölge"
|
||||
},
|
||||
"services": {
|
||||
"badge": "Yetenek Yelpazesi",
|
||||
"title": "HİZMETLERİMİZ",
|
||||
"desc": "Geleceğin standartlarını belirleyen teknik derinliğe sahip çözümler üretiyoruz.",
|
||||
"deliverablesLabel": "Çıktılar",
|
||||
"items": {
|
||||
"ai": {
|
||||
"title": "Yapay Zekâ Çözümleri",
|
||||
"desc": "Şirketinize özel makine öğrenimi modelleri, anlamsal NLP boru hatları ve kurumsal LLM entegrasyonları tasarlıyoruz."
|
||||
},
|
||||
"blockchain": {
|
||||
"title": "Blockchain Geliştirme",
|
||||
"desc": "Güvenli akıllı sözleşmeler, özel merkeziyetsiz uygulamalar (dApps) ve bağımsız özel blokzincir ekosistemleri kuruyoruz."
|
||||
},
|
||||
"mobile": {
|
||||
"title": "Mobil Uygulamalar",
|
||||
"desc": "Flutter ve React Native kullanarak hız, performans ve kusursuz yerel kullanıcı deneyimini öncelikleyen mobil uygulamalar geliştiriyoruz."
|
||||
},
|
||||
"web": {
|
||||
"title": "Web Platformları",
|
||||
"desc": "Next.js ve sunucu tarafı yapılandırmalarla yüksek performanslı, SEO odaklı ve ölçeklenebilir web sistemleri kuruyoruz."
|
||||
}
|
||||
}
|
||||
},
|
||||
"work": {
|
||||
"badge": "Seçilmiş Projeler",
|
||||
"title": "PROJELERİMİZ",
|
||||
"desc": "Rakamlarla kanıtlanmış, yüksek performanslı dijital ürünler.",
|
||||
"specsLabel": "Performans Matrisi",
|
||||
"analyzeBtn": "Özellikleri Analiz Et",
|
||||
"galleryTitle": "Uygulama Arayüzleri",
|
||||
"items": [
|
||||
{
|
||||
"num": "01",
|
||||
"slug": "financeai-dashboard",
|
||||
"title": "FinanceAI Paneli",
|
||||
"tag": "YZ · Finans",
|
||||
"desc": "Günde 2 milyondan fazla işlemi yapay zekâ destekli anomali tespitiyle analiz eden portföy yönetim sistemi.",
|
||||
"spec": "Gerçek zamanlı akış, 10ms altı yanıt süresi.",
|
||||
"year": "2024",
|
||||
"client": "Gizli — Seri B Fintech",
|
||||
"duration": "14 hafta",
|
||||
"tech": [
|
||||
"Python",
|
||||
"TensorFlow",
|
||||
"Next.js",
|
||||
"PostgreSQL",
|
||||
"Redis",
|
||||
"Kafka"
|
||||
],
|
||||
"challenge": "Müşteri, 2M+ günlük finansal işlemi neredeyse gerçek zamanlı olarak işlemek ve anomalileri tespit etmek zorundaydı. Eski sistem 40 dakikalık gecikme yaratıyordu.",
|
||||
"solution": "Apache Kafka olay alımı ve FastAPI üzerinden sunulan TensorFlow modeli ile bir akış ML boru hattı tasarladık. Ön uç paneli, canlı akışlar için sunucu tarafı olaylarıyla Next.js üzerine inşa edildi.",
|
||||
"results": [
|
||||
"10ms altı ortalama anomali tespit gecikmesi",
|
||||
"6 aylık üretimde %99,97 çalışma süresi",
|
||||
"İlk çeyrekte önlenen 2,4 milyon dolar dolandırıcılık",
|
||||
"40 dakikalık gecikme 10 saniyenin altına düşürüldü"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "02",
|
||||
"slug": "chainsupply-network",
|
||||
"title": "ChainSupply Ağı",
|
||||
"tag": "Web3 · Lojistik",
|
||||
"desc": "Küresel lojistik için şeffaflık kanalları. Müşterilerin 800 milyon doları aşan envanterlerini anlık takip etmesini sağlıyor.",
|
||||
"spec": "Ethereum EVM, gaz optimizasyonlu akıllı sözleşmeler.",
|
||||
"year": "2024",
|
||||
"client": "Pan-Avrupa Lojistik Konsorsiyumu",
|
||||
"duration": "20 hafta",
|
||||
"tech": [
|
||||
"Solidity",
|
||||
"React",
|
||||
"IPFS",
|
||||
"Node.js",
|
||||
"Hardhat",
|
||||
"The Graph"
|
||||
],
|
||||
"challenge": "12 Avrupalı lojistik şirketi, sınır ötesi sevkiyatlarda hiç ortak görünürlüğe sahip değildi. Yıllık 3 milyon Euro manuel mutabakat maliyeti oluşuyordu.",
|
||||
"solution": "Kargo el değiştirme olayları için gaz optimizasyonlu akıllı sözleşmeler içeren Ethereum uyumlu bir zincir inşa ettik. IPFS sevkiyat belgelerini değişmez şekilde saklıyor.",
|
||||
"results": [
|
||||
"800M$+ envanter değeri gerçek zamanlı takip altında",
|
||||
"Uyuşmazlık çözme süresi 18 günden 4 saate düştü",
|
||||
"Yığınlama ve proxy pattern ile gaz maliyeti %64 azaltıldı",
|
||||
"Başlangıçtan bu yana sıfır veri bütünlüğü olayı"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "03",
|
||||
"slug": "meditrack-mobile",
|
||||
"title": "MediTrack Mobil",
|
||||
"tag": "Mobil · Sağlık",
|
||||
"desc": "Türkiye genelinde 120'den fazla klinikte kullanılan, ayda 50 binden fazla aktif kullanıcıya hizmet veren HIPAA uyumlu platform.",
|
||||
"spec": "Simetrik şifreleme, biyometrik protokoller.",
|
||||
"year": "2023",
|
||||
"client": "Bakanlık Bağlantılı Sağlık Ağı",
|
||||
"duration": "18 hafta",
|
||||
"tech": [
|
||||
"Flutter",
|
||||
"Firebase",
|
||||
"Django",
|
||||
"AWS",
|
||||
"AES-256",
|
||||
"Yüz Tanıma / Parmak İzi"
|
||||
],
|
||||
"challenge": "Türkiye genelindeki 120 klinik, bağlantısız kağıt tabanlı hasta kabul sistemleriyle çalışıyordu. HIPAA ve KVKK düzenlemelerini karşılayan güvenli bir mobil platform gerekiyordu.",
|
||||
"solution": "Biyometrik kimlik doğrulama, AES-256 şifreli yerel depolama ve AWS üzerinde Django REST backend ile çapraz platform Flutter uygulaması teslim ettik.",
|
||||
"results": [
|
||||
"120 klinik düğümünde 50.000+ aylık aktif kullanıcı",
|
||||
"Hasta kabul süresi %73 azaldı",
|
||||
"HIPAA + KVKK uyumluluk denetimi başarıyla geçildi",
|
||||
"Çevrimdışı öncelikli mimari ile %99,9 çalışma süresi"
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": "04",
|
||||
"slug": "novamart-platform",
|
||||
"title": "NovaMart Platformu",
|
||||
"tag": "Web · E-Ticaret",
|
||||
"desc": "Modüler ölçeklenebilirlik için tasarlanmış headless e-ticaret altyapısı. Günde 15 binden fazla satışı sorunsuz yönetir.",
|
||||
"spec": "99/100 Lighthouse performans skoru.",
|
||||
"year": "2023",
|
||||
"client": "NovaMart — Bölgesel Perakende Markası",
|
||||
"duration": "12 hafta",
|
||||
"tech": [
|
||||
"Next.js",
|
||||
"GraphQL",
|
||||
"Stripe",
|
||||
"Redis",
|
||||
"Vercel",
|
||||
"Algolia"
|
||||
],
|
||||
"challenge": "NovaMart'ın monolitik Magento mağazası günde 8.000 sipariş altında çöküyordu. Sayfa yüklenme süresi 6 saniyeyi aşıyor, mobilde sepet terk oranı %74'e ulaşmıştı.",
|
||||
"solution": "Platformu GraphQL API ağ geçidi, Stripe ödeme sistemi, Redis oturum önbelleği ve Algolia anlık ürün araması ile desteklenen headless Next.js vitrine dönüştürdük.",
|
||||
"results": [
|
||||
"Sayfa yükleme: 6,2sn → 0,9sn (%85 azalma)",
|
||||
"Lighthouse skoru: 38 → 99",
|
||||
"Sepet terk oranı %74'ten %31'e düştü",
|
||||
"Altyapı değişikliği olmadan günde 15.000 sipariş karşılandı"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"process": {
|
||||
"badge": "Yürütme Yolları",
|
||||
"title": "SÜRECİMİZ",
|
||||
"desc": "Fikir aşamasından canlıya alınma anına kadar her adımda şeffaf ve metodik ilerliyoruz.",
|
||||
"items": [
|
||||
{
|
||||
"num": "01",
|
||||
"title": "Keşif ve Yol Haritası",
|
||||
"desc": "İş hedefleri ve mimari sınırlar üzerinde derinlemesine hizalanıyoruz. Kod yazılmadan önce eksiksiz teknik yol haritasını alırsınız.",
|
||||
"timeframe": "1. Hafta"
|
||||
},
|
||||
{
|
||||
"num": "02",
|
||||
"title": "Sistem Mimarisi",
|
||||
"desc": "Veritabanı şemalarını ve haberleşme protokollerini tasarlıyoruz. Yüksek hız için otomatik boru hatlarını ve telemetri kayıtlarını hazırlıyoruz.",
|
||||
"timeframe": "2. Hafta"
|
||||
},
|
||||
{
|
||||
"num": "03",
|
||||
"title": "Haftalık Demo Döngüleri",
|
||||
"desc": "Hızlı yinelemeli geliştirme. Her cuma günü çalışan bir demo sürümü alırsınız. Sürekli geri bildirim döngüleriyle gecikmeleri önlüyoruz.",
|
||||
"timeframe": "3 - 6. Hafta"
|
||||
},
|
||||
{
|
||||
"num": "04",
|
||||
"title": "Lansman ve Otopilot",
|
||||
"desc": "Docker ve Kubernetes ile dağıtımı gerçekleştiriyoruz. Jaeger ve Prometheus telemetrilerini kurarak otomatik ölçeklendirme kurallarını tanımlıyoruz.",
|
||||
"timeframe": "7+ Hafta"
|
||||
}
|
||||
]
|
||||
},
|
||||
"blog": {
|
||||
"badge": "Bilgi Deposu",
|
||||
"title": "TEKNİK BLOK",
|
||||
"desc": "Derinlemesine teknoloji analizleri, sistem mimarileri ve mühendislik pratikleri.",
|
||||
"viewAll": "Tüm Yazıları Gör",
|
||||
"readMore": "Yazıyı Oku",
|
||||
"back": "Geri Dön"
|
||||
},
|
||||
"faq": {
|
||||
"badge": "Telemetri Kayıt Defteri",
|
||||
"title": "S.S.S.",
|
||||
"desc": "Sürecimiz, güvenlik ve iş birliği modellerimiz hakkında merak edilenler.",
|
||||
"items": [
|
||||
{
|
||||
"q": "Proje teslim süreniz nedir?",
|
||||
"a": "Odaklanmış MVP'ler genellikle 4-8 hafta içinde tamamlanır. Kurumsal düzeydeki platformlar ise analizden lansmana kadar 3-6 ay sürer."
|
||||
},
|
||||
{
|
||||
"q": "Erken aşama girişimlerle çalışıyor musunuz?",
|
||||
"a": "Evet, güçlü ürün-pazar uyumu hedefleri olan girişimler için nakit + hisse ortaklığı modellerini destekliyoruz."
|
||||
},
|
||||
{
|
||||
"q": "Proje güncellemeleri nasıl yapılıyor?",
|
||||
"a": "Haftalık sprintler halinde çalışıyoruz. Her cuma günü sadece statik rapor değil, etkileşimli çalışan bir demo sürümü alırsınız."
|
||||
},
|
||||
{
|
||||
"q": "Lansman sonrası destek veriyor musunuz?",
|
||||
"a": "Evet, gerçek zamanlı izleme, güvenlik yamaları ve sunucusuz ölçeklendirme desteğini içeren kapsamlı bakım sözleşmeleri sunuyoruz."
|
||||
},
|
||||
{
|
||||
"q": "Hangi güvenlik protokollerini uyguluyorsunuz?",
|
||||
"a": "OWASP kurallarına sıkı sıkıya bağlıyız, boru hatlarımızda otomatik statik kod analizi (SAST) yapıyor ve akıllı sözleşmelerde çoklu imza kullanıyoruz."
|
||||
},
|
||||
{
|
||||
"q": "Mevcut eski sistemlerimizi taşıyabilir misiniz?",
|
||||
"a": "Evet. Monolitik eski sistemleri, sıfır kesintiyle modern modüler mikroservislere veya sunucusuz mimarilere dönüştürüyoruz."
|
||||
}
|
||||
]
|
||||
},
|
||||
"contact": {
|
||||
"badge": "Bağlantıyı Başlat",
|
||||
"title": "TEKLİF ALIN",
|
||||
"desc": "Gelecek projenizi bizimle paylaşın, uzman ekibimiz hemen iletişime geçsin.",
|
||||
"infoBase": "Operasyonel Merkez",
|
||||
"infoBaseText": "İstanbul, Türkiye",
|
||||
"infoBaseSub": "Sarıyer, Teknopark Bölgesi",
|
||||
"infoDirect": "Doğrudan İletişim",
|
||||
"infoBlueprint": "Kurumsal Yaklaşım",
|
||||
"infoBlueprintText": "Mühendislik ekibimiz genellikle 12 iş saati içinde yanıt verir. Her talep kurucu konseyimiz tarafından incelenir.",
|
||||
"submittedTitle": "Gönderim Güvenli",
|
||||
"submittedText": "Proje detaylarınız telemetri sistemlerimize ulaştı. Mühendislerimiz kısa süre içinde sizinle iletişime geçecektir.",
|
||||
"formName": "Adınız",
|
||||
"formNamePlaceholder": "Örn: Ahmet Yılmaz",
|
||||
"formEmail": "E-posta Adresiniz",
|
||||
"formEmailPlaceholder": "Örn: ahmet@sirket.com",
|
||||
"formCompany": "Şirket Adı",
|
||||
"formCompanyPlaceholder": "Örn: Acme A.Ş.",
|
||||
"formTrack": "Gerekli Alan",
|
||||
"formScope": "Proje Kapsamı / Detaylar",
|
||||
"formScopePlaceholder": "Teknik gereksinimlerinizi ve projenizi açıklayın...",
|
||||
"formSubmit": "DETAYLARI GÖNDER"
|
||||
},
|
||||
"footer": {
|
||||
"desc": "Kurumsal dijital dönüşüm. Geleceğin iş dünyası için imkansızı inşa ediyoruz.",
|
||||
"spectrum": "Yelpaze",
|
||||
"registry": "Kayıtlar",
|
||||
"privacy": "Gizlilik Politikası",
|
||||
"terms": "Kullanım Şartları",
|
||||
"rights": "Tüm hakları saklıdır."
|
||||
},
|
||||
"partners": {
|
||||
"badge": "Stratejik Ekosistem",
|
||||
"title": "PARTNERLERİMİZ",
|
||||
"desc": "Küresel teknoloji liderleri, araştırma laboratuvarları ve kurumsal altyapı sağlayıcılarıyla olan ortaklıklarımız.",
|
||||
"items": [
|
||||
{
|
||||
"name": "Stellar Neural Labs",
|
||||
"tag": "YZ Araştırmaları",
|
||||
"mono": "SNL",
|
||||
"year": "2024",
|
||||
"desc": "Büyük dil modelleri (LLM) ve anlamsal veri analizi algoritmaları üzerine ortak Ar-Ge çalışmaları yürütüyoruz."
|
||||
},
|
||||
{
|
||||
"name": "EVM Labs",
|
||||
"tag": "Web3 Altyapısı",
|
||||
"mono": "EVM",
|
||||
"year": "2023",
|
||||
"desc": "Gaz optimizasyonu yüksek akıllı sözleşmeler ve L2 ölçeklendirme çözümleri geliştirme ortağımız."
|
||||
},
|
||||
{
|
||||
"name": "Alpha Logistics Hub",
|
||||
"tag": "Tedarik Zinciri",
|
||||
"mono": "ALH",
|
||||
"year": "2024",
|
||||
"desc": "Küresel ölçekte değişmez izlenebilirlik ağları kurmak üzere konsorsiyum blokzincir entegrasyon ortağımız."
|
||||
},
|
||||
{
|
||||
"name": "Vercel Edge Network",
|
||||
"tag": "Headless Web",
|
||||
"mono": "VCL",
|
||||
"year": "2023",
|
||||
"desc": "Next.js sunucu tarafı işleme ve sınır bilgi işlem (edge computing) teknolojileri entegrasyon ortağımız."
|
||||
},
|
||||
{
|
||||
"name": "Stripe Systems",
|
||||
"tag": "Küresel Ödemeler",
|
||||
"mono": "STP",
|
||||
"year": "2024",
|
||||
"desc": "Çok para birimli, yüksek güvenlikli finansal akış ödeme geçitleri kurumsal entegrasyon partnerimiz."
|
||||
},
|
||||
{
|
||||
"name": "Kafka Streams Inc",
|
||||
"tag": "Gerçek Zamanlı Veri",
|
||||
"mono": "KFK",
|
||||
"year": "2025",
|
||||
"desc": "Saniyede on binlerce olayı milisaniyeler seviyesinde işleyen veri boru hatları tasarım ortağımız."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user