back to home

trekhleb / trekhleb.github.io

🧬 My personal website with a list of my projects that help people learn and blog posts about life, web-development, and machine-learning.

View on GitHub
236 stars
28 forks
6 issues
TypeScriptMDXJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing trekhleb/trekhleb.github.io in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/trekhleb/trekhleb.github.io)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

trekhleb.dev My personal website with a list of my projects that help people learn and blog posts about life, web-development, and machine-learning. Development The website is built on Gatsby. See the Gatsby cheat-sheet for development hints. Running the project locally Install proper version of Node: Install dependencies: To run the project locally in development mode on http://localhost:8000: View GraphiQL, an in-browser IDE, to explore your site's data and schema on http://localhost:8000/___graphql To build the production version of the project: Serve the production build for testing on http://localhost:9000: To do ESLint and Type checking: To fix the Lint errors run: Working with icons Use react-icons.github.io to search for available icons. Styling components Use tailwindcss.com to search for available CSS classes. Custom Domain Support To serve the trekhleb.github.io web-site on a custom domain trekhleb.dev make sure that the branch has file in the root folder. For more details read this.