Welcome to TensorFlake — a place to share ideas, experiments, and lessons learned at the intersection of AI, software engineering, and thoughtful design.
What is TensorFlake?
TensorFlake is a personal blog and knowledge base. The name is a nod to two things: the tensors that power modern machine learning models, and the snowflake — a reminder that every solution, every dataset, and every problem is unique.
What to Expect
You can look forward to posts covering:
- AI & Machine Learning — practical tutorials, paper breakdowns, and experiments
- Software Engineering — clean code, system design, and developer tools
- Web Development — modern stacks, performance, and shipping things that work
- Personal Essays — lessons from building, failing, and shipping
Writing Your First Post
To add a new article, create a .md file inside src/content/article/. Use this frontmatter template:
---
title: "Your Post Title"
description: "A short description for SEO and previews"
pubDate: 2025-05-01
author: "Your Name"
category: "Technology"
tags: ["tag1", "tag2"]
featured: false
thumb: "https://your-image-url.com/thumb.jpg"
large: "https://your-image-url.com/large.jpg"
---
Your content in Markdown goes here.
That is all you need. Push to your GitHub repository and Cloudflare Pages will build and deploy automatically within a minute.
Built With
This site is built with:
- Astro — the web framework for content-driven sites
- Tailwind CSS — utility-first CSS
- Cloudflare Pages — free global edge hosting
Thanks for stopping by. More posts coming soon.