Published onSeptember 29, 2025Chrome DevTools MCPMCPChrome-DevToolsLLMDebuggingPerformanceExploring how Chrome DevTools MCP connects LLMs with real-world debugging and performance testing.
Published onSeptember 10, 2025Concurrency ≠ParallelismnodegoconcurrencyparallelismUnderstand the difference between concurrency and parallelism, how Go and Node handle them, and stop blaming the intern for the wrong bottleneck.
Published onSeptember 1, 2025Refactoring as a Deliberate Practicerefactoringclean-codebest-practicesWhy refactoring should be a deliberate practice in your team and how simple techniques can add more knowledge to the code.
Published onFebruary 1, 2025Building a Chatbot with HuggingFace and StreamlitLLMpythonHow to create a chatbot using HuggingFace models, Spaces, and Streamlit, and add your own knowledge base.