Mew's Portfolio
Minh's avatar
text-3xl text-zinc-950 font-medium

Nguyễn Mậu Minh 

Creating with code, driven by passion.

Overview

Senior Fullstack/Software Engineer & UI/UX Designer

Bac Ninh City, Viet Nam

Social Links

About

Hello, World! I am Mew — a Software Developer & UI/UX Designer passionate about creating high-performance, user-centric software solutions with intuitive and engaging designs.

With 5+ years of experience, I specialize in building high-quality web and mobile applications using Next.js, React, TypeScript, and modern front-end technologies. Beyond work, I love exploring new technologies and turning ideas into reality through personal projects.

Let's connect and collaborate!

Stack

Projects(3)

mewis.me is my portfolio website, showcasing my work and experience as a Software Developer & UI/UX Designer.

  • Elegant & Minimalistic UI: Clean and modern design
  • Dark Mode: Supports light and dark themes for a better user experience
  • SEO Optimization: JSON-LD schema, sitemap, robots
  • AI-friendly /llms.txt: Adds a /llms.txt file to help AI models identify and interact with site content.
  • Email Protection: Obfuscation to prevent spam
  • Installable PWA
  • Next.js 15: Latest React framework for optimized performance and scalability
  • Tailwind CSS v4: Modern utility-first CSS framework for styling

Blog Features:

  • MDX & Markdown support
  • Syntax Highlighting for better readability
  • RSS Feed for easy content distribution
  • Dynamic OG Images for rich previews
  • Next.js
  • Tailwind CSS v4
  • TypeScript
  • Vercel
  • Shadcn UI
  • React
  • Vercel

Mew Language 🐾

Mew Language is a custom, cat-themed programming language written in Rust.
It features a playful syntax inspired by cats, with keywords like purr, meow?, and catst.

Features

  • ✨ Fully hand-written lexer, parser, and interpreter in Rust
  • 🐱 Unique, fun syntax for learning and experimentation
  • 🧠 Abstract Syntax Tree (AST) based execution
  • ⚙️ CLI tool to run .mew source files
  • ✅ Minimal error handling and testing included

Goals

Mew is a toy language aimed at:

  • Exploring language design and implementation
  • Learning Rust through real-world compiler techniques
  • Bringing joy to developers with a cat-themed DSL
  • Rust
  • Lexing & Parsing
  • AST Design
  • Interpreter architecture
  • CLI Tool