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 GitHubAI 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.
Repository Overview (README excerpt)
Crawler viewtrekhleb.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.