Fanyang Meng's Avatar

Fanyang Meng

@mfy.social.bsky.social

Software Engineer | Certified AWS Solutions Architect

6 Followers  |  4 Following  |  49 Posts  |  Joined: 17.07.2024  |  1.8715

Latest posts by mfy.social on Bluesky

Preview
Recommender System Evaluation (Part 3): Real-World Deployment - When Rubber Meets the Road Go beyond offline accuracy to truly evaluate your recommender system. This guide covers A/B testing, conversion funnels, fairness, and the business metrics that drive real-world success and retention.

Offline metrics vs. real-world impact for recommender systems? πŸ€” Part 3 dives into bridging the gap with A/B testing, business value, & fairness! It's more than just accuracy. Learn how to truly evaluate. πŸ‘‡ fanyangmeng.blog/recommender-... #RecommenderSystems #MLEvaluation

16.06.2025 06:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Recommender System Evaluation (Part 2): Beyond Accuracy - The User Experience Dimension Go beyond accuracy. Learn to evaluate recommender systems with key UX metrics like diversity, novelty, and serendipity to build systems users truly love.

Is your recommender system *just* accurate? πŸ€” True value lies in UX metrics! Explore diversity, coverage, & serendipity to build systems users truly love. Learn more: πŸ‘‡
https://fanyangmeng.blog/recommender-system-evaluation-part-2/ #RecommenderSystems #UX

13.06.2025 05:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Recommender System Evaluation (Part 1): The Foundation - Accuracy and Ranking Metrics Learn essential recommender system evaluation metrics beyond accuracy: NDCG, Precision@K, MAP, and RMSE. Master ranking quality measurement to build recommendation systems users actually love.

Recommender systems: Is your model just "accurate" or truly useful? πŸ€” Part 1 explores why MAE/RMSE aren't enough. Discover crucial ranking metrics like NDCG for better user experience! πŸ‘‡ https://fanyangmeng.blog/recommender-system-evaluation-part-1/ #RecommenderSystems #MachineLearning #DataScience

12.06.2025 05:18 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Hybrid Recommendation Systems: When One Algorithm Isn't Enough Why single recommendation algorithms fail in production. Learn how hybrid systems combine collaborative filtering, content-based, and matrix factorization approaches to build scalable recommendation e...

Hybrid recommendation systems combine multiple algorithms to tackle real-world complexityβ€”no single approach can do it all. Discover 3 ways to orchestrate them effectively. πŸš€πŸ”— fanyangmeng.blog/hybrid-recom... #RecommendationSystems #MachineLearning #HybridModels

09.06.2025 05:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Love it!

06.06.2025 16:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Knowledge-Based Recommendation Systems: A Comprehensive Guide Discover knowledge-based recommendation systems that use domain expertise & logical reasoning. Perfect for high-stakes purchases, complex domains & cold-start scenarios where explainable AI matters.

Knowledge-based recommendation systems solve the "cold start" problem by using domain knowledge instead of user data. Perfect for high-stakes decisions like buying a house or a camera! πŸ πŸ“Έ Learn how they work: fanyangmeng.blog/knowledge-ba... #AI #RecommendationSystems #Tech

06.06.2025 16:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Content-Based Recommendation Systems: When Items Speak for Themselves Master content-based recommendation systems that solve cold start problems collaborative filtering can't handle. Learn TF-IDF mathematics, Naive Bayes classification, feature engineering & Python impl...

Content-based recommendation systems shine in cold start scenarios by analyzing item features, not user behavior. A game-changer for new platforms! πŸš€πŸ“Š #RecommendationSystems #MachineLearning #ContentBased fanyangmeng.blog/content-base...

04.06.2025 04:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Learning Recommendation Systems: Collaborative Filtering Master collaborative filtering from the ground up. Complete guide to user-based vs item-based CF, similarity metrics, and solving real-world challenges. Deep dive into recommendation systems for software engineers.

Ever wondered how Netflix & Amazon recommend what you'll love? It's all about Collaborative Filtering! πŸš€ Dive into the math & magic behind it. #RecommendationSystems #MachineLearning https://fanyangmeng.blog/learning-recommendation-systems-collaborative-filtering/

02.06.2025 04:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Automate Ghost CDN Cache Purging with BunnyCDN Middleware Scripts This guide shows how to use BunnyCDN Middleware Scripts to instantly refresh your Ghost CDN cache when you make changes to the websiteβ€”no extra servers required. A simple solution that automatically detects content changes and keeps your site up-to-date.

Struggling with Ghost CDN cache delays? πŸš€ Automate cache purging with BunnyCDN Edge Scriptsβ€”no extra servers needed! Learn how to make updates show instantly. #GhostCMS #CDN #Automation https://fanyangmeng.blog/ghost-bunnycdn-cache-purging-middleware-scripts/

26.04.2025 01:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
111. Minimum Depth of Binary Tree Master LeetCode 111 the binary tree minimum depth problem with Python! Learn four different approachesβ€”recursive postorder, direct recursion, preorder, and level-order traversalβ€”to find the shortest path from root to leaf node. Avoid common pitfalls with nodes having only one child.

Finding the minimum depth of a binary tree? 🌳 It's trickier than it seems! Avoid common pitfalls and learn the best approaches here. #LeetCode #BinaryTree #Coding https://fanyangmeng.blog/111-minimum-depth-of-binary-tree/

23.04.2025 03:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
From Python to TypeScript: Improving Ghost MCP Server From Python to TypeScript: How rebuilding my Ghost MCP server with official libraries eliminated custom code complexity, improved stability, and streamlined deploymentβ€”making AI-powered content manage...

Switching from Python to TypeScript transformed my Ghost MCP serverβ€”more stable, easier to maintain, and simpler to use! πŸš€ Key lesson: Use official libraries when available. Check out the full story: fanyangmeng.blog/from-python-... #TypeScript #GhostCMS #Developer

20.04.2025 20:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Ghost-Meilisearch v1.2.2: Major Upgrade for Premium Content Support Ghost-Meilisearch v1.2.2 brings premium content support to your Ghost blog searches. Now using Admin API integration, this update properly indexes members-only content with separate public/private fields, respecting access permissions while delivering lightning-fast search results for all users.

Ghost-Meilisearch v1.2.2 is here! πŸŽ‰ Now supports members-only content, letting your subscribers find the premium posts they pay for. Major upgrade using the Admin API. Find out more! πŸ‘‡ https://fanyangmeng.blog/ghost-meilisearch-premium-content-support/ #GhostCMS #Meilisearch

19.04.2025 15:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Introducing AI-Powered Semantic Search with Meilisearch for Ghost CMS Go beyond keywords! Ghost-Meilisearch v1.0.1 brings intelligent, AI-driven semantic search to your Ghost blog, helping readers find the content they mean, not just what they type. This upgrade underst...

πŸš€ Exciting update! Ghost-Meilisearch now supports AI-powered semantic search, helping readers find your content even if they don’t use the exact keywords. Upgrade to v1.0.1 for a smarter search experience! #GhostCMS #Meilisearch #AISearch fanyangmeng.blog/ghost-meilis...

31.03.2025 12:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Elevating Ghost CMS Search: New Features in Ghost-Meilisearch 0.5.0 Discover how Ghost-Meilisearch v0.5.0 transforms blog search with new highlighting features and exact phrase matching. This update delivers lightning-fast, precise results by intelligently extracting ...

Exciting update! Ghost-Meilisearch 0.5.0 brings lightning-fast search with new features like highlighting, exact phrase matching, and smarter plain text extraction. Perfect for Ghost CMS blogs! 🌟 Check it out: fanyangmeng.blog/elevating-gh... #GhostCMS #Meilisearch #Search

07.03.2025 23:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
New in ghost-meilisearch: Deploy Your Webhook with Cloudflare Workers Enhance your Ghost blog with lightning-fast search! Ghost-meilisearch now supports Cloudflare Workers alongside Netlify Functions, offering global edge distribution, generous free tier limits, and zer...

πŸš€ Ghost-Meilisearch News! Now deploy your webhook handler with Cloudflare Workers for better global performance and flexibility. 🌍 Choose between Netlify Functions and Cloudflare Workers to supercharge your Ghost blog's search. fanyangmeng.blog/ghost-meilis... #GhostCMS #Meilisearch #Cloudflare

03.03.2025 06:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
AI's Accelerating Evolution: Reflections on Progress, Power, and Responsibility Discover the rapid evolution of AIβ€”from cautious rollouts to an exponential arms race. Models like Claude 3.7 and GPT-4.5 are transforming software engineering while igniting debates on safety, ethics, and privacy.

AI's evolution is accelerating at a breathtaking pace, raising concerns about safety, ethics, and societal impact. Are we moving too fast? πŸ€”πŸ’» #AI #TechEthics https://fanyangmeng.blog/reflections-on-ais-fast-evolution/

01.03.2025 23:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Supercharging Your Ghost Blog with Meilisearch: A Powerful Search Integration Transform your Ghost blog with lightning-fast search using the Ghost-Meilisearch integration. Deliver sub-50ms results, enjoy typo tolerance, and customize your search experience. Boost reader engagement with real-time indexing and seamless theme integration.

Supercharge your Ghost blog with Meilisearch! πŸš€ Enjoy lightning-fast, highly relevant search results that boost reader engagement. Perfect for content-rich sites. #GhostBlog #Meilisearch #SearchIntegration https://fanyangmeng.blog/ghost-meilisearch-integration/

28.02.2025 13:17 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Building a Secure Contact Form: From Third-Party Services to Custom Implementation Learn how I replaced a third-party contact form with a custom solution using Cloudflare Workers and n8n workflow automation. Discover the security benefits, architectural decisions, and implementation...

Building a custom contact form? πŸ› οΈ Learn how to balance security, control, and convenience in this detailed guide. From third-party services to a custom three-tier architecture, discover the journey of creating a secure contact form. πŸš€ fanyangmeng.blog/building-a-s... #Ghost

25.02.2025 13:54 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
101. Symmetric Tree Learn how to solve LeetCode's 101.Symmetric Tree problem with Python implementations. Explore both recursive and iterative approaches to check if a binary tree is symmetric around its center. Includes detailed explanations and example code.

πŸ§ πŸ’‘ Learn how to determine if a binary tree is symmetric using both recursive and iterative approaches! Check out the full guide here: https://fanyangmeng.blog/symmetric-tree/ #LeetCode #BinaryTree #Python

23.02.2025 03:35 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
226. Invert Binary Tree Master inverting a binary tree (LeetCode 226) with Python! Discover recursive & iterative methods (BFS/DFS), pre/post-order traversal strategies, and node-swapping logic. Perfect for coding interviews and algorithm mastery. Step-by-step solutions explained.

Inverting a binary tree is a classic problem that teaches valuable lessons about tree traversal and recursion. Learn different approaches to solve it effectively! πŸŒ³πŸ”„ #BinaryTree #Algorithms https://fanyangmeng.blog/invert-binary-tree/

21.02.2025 04:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
102. Binary Tree Level Order Traversal Master binary tree level order traversal to solve 10 LeetCode problems at once! Learn both queue-based iterative and recursive approaches with Python implementations. Understand how BFS differs from DFS traversals and why queues are perfect for processing nodes level-by-level.

Master level order traversal in binary trees to solve 10 essential problems with one smart FIFO queue approach! πŸš€ Unlock level-by-level coding clarity. https://fanyangmeng.blog/binary-tree-level-order-traversal/ #BinaryTree #Coding

20.02.2025 04:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Understanding DeepSeek-R1: A Deep Dive into its Capabilities and Challenges Understand how DeepSeek-R1 revolutionizes AI reasoning through innovative reinforcement learning, achieving performance comparable to OpenAI's O1 with lower costs. Learn about its training methodology, benchmark results, and the intriguing trade-off between enhanced reasoning and factual accuracy.

DeepSeek-R1 is reshaping AI with pure reinforcement learning, boosting reasoning at 25x lower costs! Balancing brilliance with occasional hallucinations, it’s pushing AI’s limits πŸ€–πŸ” https://fanyangmeng.blog/understanding-deepseek-r1/ #AI #DeepLearning

18.02.2025 14:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Introducing Ghost-MCP: A Model Context Protocol Server for Ghost CMS Introducing Ghost-MCP, a groundbreaking integration between Ghost and Claude through (MCP) revolutionizes blog management. Now you can control your entire Ghost blogβ€”from content creation to member managementβ€”using simple conversational commands. Transform your blogging workflow with AI.

Control your Ghost blog with AI! Introducing the Ghost-MCP server to let Claude manage posts, members, newsletters & more effortlessly. πŸ€–βœ¨ https://fanyangmeng.blog/introducing-ghost-mcp-a-model-context-protocol-server-for-ghost-cms #GhostCMS #AI

12.02.2025 12:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Unified Approach to Binary Tree Iterative Traversal Master unified binary tree iterative traversal with two elegant approaches: null marker and boolean flag methods. Learn how to implement preorder, inorder, and postorder traversals using a consistent pattern, making tree algorithms more maintainable and interview-ready.

Tired of messy tree traversals? Discover a unified iterative approach to handle inorder, preorder, and postorder in Python efficiently πŸ€–πŸŒ³ https://fanyangmeng.blog/unified-approach-to-binary-tree-iterative-traversal/ #Python #Algorithms

11.02.2025 02:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Iterative Traversal of Binary Trees Master iterative binary tree traversal in Python! Learn how to implement pre-order, in-order, and post-order traversals using explicit stacks. Understand the key differences between recursive and iterative approaches, with clear examples and step-by-step visualizations.

Master iterative binary tree traversals without recursion! Uncover Python techniques for pre-, in-, and post-order using explicit stacks πŸ€–πŸ“š https://fanyangmeng.blog/iterative-traversal-of-binary-trees/ #Python #Algorithms

10.02.2025 03:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Binary Tree Traversal: A Deep Dive into Recursion Master binary tree traversal in Python with a systematic approach to recursion. Learn the three essential elements for writing reliable recursive algorithms and implement preorder, inorder, and postorder traversals. Perfect for programmers looking to strengthen their tree manipulation skills.

Master binary tree traversal with a systematic approach to recursion! πŸ” Discover 3 key elements for clear, reliable tree operations. https://fanyangmeng.blog/binary-tree-traversal-a-deep-dive-into-recursion/ #Recursion #BinaryTrees

10.02.2025 02:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Fundamentals of Binary Tree A comprehensive guide to the fundamentals of binary tree, covering traversal methods, tree types (full, complete, BST, balanced), storage implementations, and practical problem-solving techniques. Includes clear examples and tips for mastering recursion in tree operations.

Master the fundamentals of binary trees! Dive into types, traversals (DFS/BFS), storage methods and interview tips on recursion. Learn and code with confidence! πŸ’»πŸŒ³ https://fanyangmeng.blog/fundamentals-of-binary-tree/ #BinaryTrees #Coding

07.02.2025 05:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Empowering Odoo Documentation with Odoo Expert Browser Extension Discover Odoo Expert's browser extension that brings AI-powered assistance directly to Odoo documentation pages. Born from the challenge of limited upstream contributions, this tool offers instant, contextual answers to your queries, streamlining the way developers interact with Odoo documentation.

Odoo Expert browser extension is here to boost your productivity! It offers real-time AI help on Odoo documents, simplifying your search. Ready to level up your workflow? 🌟 Dive in at https://fanyangmeng.blog/empowering-odoo-documentation-with-odoo-expert-browser-extension/

03.02.2025 12:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Understanding DeepSeek-V3: A Deep Dive into the Paper and the Code Dive into DeepSeek-V3, an innovative open-source LLM that promises efficient AI through MoE architecture. Discover how this model balances performance with resource efficiency, potentially revolutionizing AI accessibility while raising important questions about the future of AI development.

DeepSeek-V3 isn't your typical language modelβ€”it's smarter and more efficient! It uses Mixture-of-Experts to focus only on the top 8 experts needed, saving resources and boosting accuracy. Learn more: https://fanyangmeng.blog/understanding-deepseek-v3/

01.02.2025 13:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Introducing Odoo Expert Streaming API & Integration Discover how Odoo Expert's new streaming API revolutionizes documentation search with instant, AI-powered responses. It can be integrated and deliver real-time answers while browsing Odoo docs, enhancing user experience with version-specific results and seamless integration.

Say goodbye to waiting for answers! πŸš€ Odoo Expert now streams real-time, AI-powered responses directly into your docs. Check it out: https://fanyangmeng.blog/introducing-odoo-expert-streaming-api-integration/

23.01.2025 12:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@mfy.social is following 4 prominent accounts