Marvin Wu
Build Good Things, Bit by Bit
Recent Posts
像外行一样思考,像专家一样实践(Book Notes)
Posted on:January 30, 2025 at 03:00 AMa way to effectively do research work, dig tunnel from both ends, one from outsider fools's propective to jump islands and one is systemetic, engineer way of progressing forward
贪婪的多巴胺(Book Notes)
Posted on:January 30, 2025 at 02:59 AM贪婪的多巴胺
生活的藝術(Book Notes)
Posted on:January 30, 2025 at 02:59 AMhow to live a life
Iconify - Universal icon framework(TIL)
Posted on:January 30, 2025 at 02:58 AMIconify provides thousands of icons on demand through a unified API and components. It converts icon sets to a JSON format and optimizes SVGs for web.
how to package any nodejs app to rest api(TIL)
Posted on:January 30, 2025 at 02:58 AMPackage and deploy a Node.js CLI app as a REST API on Fly.io.
how to deploy browserless image to fly(TIL)
Posted on:January 30, 2025 at 02:58 AMDeploy a scalable, serverless browser automation service on Fly.io by building a Docker image with browserless, configuring the app resources, and connecting to the WebSocket endpoint from your code.
Best practices for creating API documentation(TIL)
Posted on:January 30, 2025 at 02:58 AMAPI documentation should include overview, authentication guide, detailed endpoint reference, usage guides/tutorials. Use OpenAPI spec and tools to auto-generate docs. Make docs easy to find, search, navigate. Keep them updated.
Gunicorn, WSGI and Django(TIL)
Posted on:January 30, 2025 at 02:58 AMlearnings about how WSGI works, benefits of WSGI, optimal configuring Gunicorn/Django, and debugging tips.
wireframing in Figma(TIL)
Posted on:January 30, 2025 at 02:58 AMAnswers common questions on topics like fidelity levels, layout best practices, prototypes, components, variants, keyboard shortcuts, frames vs groups, and auto layout in Figma.
Elixir vs Django vs Nodejs(TIL)
Posted on:January 30, 2025 at 02:57 AMQ&A list summarizing the key insights about using Elixir and Phoenix for web development. Covers pros/cons, use cases, and comparisons to alternatives.