|
21 | 21 | </div> |
22 | 22 |
|
23 | 23 | <h1 class="text-6xl md:text-8xl font-black text-gray-900 dark:text-white tracking-tighter leading-tight"> |
24 | | - BUILDING <br> |
| 24 | + SHIPPING <br> |
25 | 25 | <span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-400 dark:to-purple-400"> |
26 | | - INTELLIGENCE |
| 26 | + BACKEND & AI |
27 | 27 | </span> |
28 | 28 | </h1> |
29 | 29 |
|
30 | 30 | <div class="max-w-2xl"> |
31 | 31 | <p class="text-xl md:text-2xl text-gray-600 dark:text-gray-400 font-light leading-relaxed"> |
32 | | - I'm <strong class="text-gray-900 dark:text-white font-semibold">Myshkin451</strong>. A Backend & AI Engineer crafting |
33 | | - <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">FastAPI</span> services, |
34 | | - orchestrating <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">AI Agents</span>, |
35 | | - and exploring the frontiers of <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">RAG</span> systems. |
| 32 | + I'm <strong class="text-gray-900 dark:text-white font-semibold">Myshkin451</strong> — |
| 33 | + I build production-minded |
| 34 | + <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">FastAPI</span> |
| 35 | + services and AI-powered developer tools with |
| 36 | + <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">RAG</span> |
| 37 | + & |
| 38 | + <span class="font-mono text-sm bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-gray-800 dark:text-gray-200">Agents</span>. |
| 39 | + I care about latency, reliability, and clean architecture. |
36 | 40 | </p> |
37 | 41 | </div> |
38 | 42 |
|
39 | 43 | <div class="flex flex-wrap gap-4 mt-4"> |
40 | 44 | <a href="#posts" class="px-8 py-3 bg-gray-900 dark:bg-white text-white dark:text-black font-bold rounded-lg hover:translate-y-[-2px] hover:shadow-lg transition-all flex items-center gap-2"> |
41 | | - Read My Journal |
| 45 | + Read the Blog |
42 | 46 | <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg> |
43 | 47 | </a> |
44 | | - <a href="https://github.com/Achernar-Eridani" target="_blank" class="px-8 py-3 bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white font-bold rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors flex items-center gap-2"> |
| 48 | + |
| 49 | + <a href="https://github.com/Achernar-Eridani" target="_blank" rel="noopener noreferrer" |
| 50 | + class="px-8 py-3 bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white font-bold rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors flex items-center gap-2"> |
45 | 51 | <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> |
46 | | - GitHub |
| 52 | + View GitHub |
47 | 53 | </a> |
| 54 | + |
48 | 55 | <router-link v-if="isAdmin" to="/write" class="px-6 py-3 border border-gray-200 dark:border-gray-700 text-gray-500 hover:text-gray-900 dark:hover:text-white rounded-lg transition-colors"> |
49 | 56 | + New Post |
50 | 57 | </router-link> |
51 | 58 | </div> |
52 | | - </section> |
| 59 | + |
53 | 60 |
|
54 | 61 | <section class="mb-24 grid grid-cols-1 md:grid-cols-4 gap-4 auto-rows-[180px]"> |
55 | 62 |
|
|
0 commit comments