What is MCP? Model Context Protocol by Anthropic enables AI models to communicate with external services. Like Cloudflare's MCP server, it lets you trigger APIs via Claude. Similar to Headless for UI - swap models or tools while keeping compatibility!
Posts by Mateusz Gostański
Is good software design boring? Often, yes.
Sean Goedecke shows how simplicity matters by eliminating failure modes in code.
Great design is often unexciting but reliable - preventing errors rather than handling them brilliantly.
Found a great article on becoming a better software engineer. Focuses on continuous learning, understanding tool limitations, and practical application of knowledge. Refreshingly substance over style.
0x0001.cc/blog/good-en...
React re-rendering issues? Before reaching for memo, understand reconciliation.
Tools I use:
- React DevTools Profiler
- why-did-you-render
- Chrome Performance Tab
Check out:
The myth of the 10x Developer: Are teams with superstar devs actually better? This article challenges that notion, showing good teams need collaboration, not heroes.
Nginx Proxy - awesome tool that automatically creates proxy configs for Docker containers. Makes managing multiple services on a VPS so much easier!
Check it out: github.com/nginx-proxy/...
What's your go-to tool for side projects?
What to consider for production Kubernetes deployments?
Great checklist article for K8s cluster managers:
www.infoq.com/articles/che...
Covers security, resource management, monitoring, deployment strategies, and more.
How to delegate complex tasks? Check out this article that presents two effective methods, when to use them, and how they differ.
Great article on software architecture dos & don'ts that actually comes from real experience, not clickbait. Shows how soft skills are crucial when defining contracts & solving problems in system design.
itnext.io/my-dos-and-d...
3D animations in the browser? TheatreJS www.theatrejs.com makes it easy to control camera movements, effects, and state, adding cinematic feel to web apps. 🎬🕶️
Is your node_modules folder bigger than a black hole? Node Modules Dev (node-modules.dev) helps analyze dependencies, spot bloat, and replace heavy packages. Perfect for keeping things lean. 🏗️🗑️
Need PubSub over HTTP? Ahey (ahey.io) provides a simple, free solution—users get their own channels, messages sync instantly, and it’s open-source. Worth exploring! 🔄📡
Writing documentation isn’t fun, but it’s essential. WriteEdge www.writeedge.ai helps streamline the process with AI-powered templates & review tools. Automate the boring stuff! 📄🤖
Container Queries > Media Queries. Instead of styling based on viewport width, they adapt to container size. A game-changer for CSS. Josh Comeau explains why: www.joshwcomeau.com/css/containe... 🎨📏
Micro-frontends without Module Federation? Import maps (now natively supported in all browsers) might be a better alternative. Here’s why: www.mercedes-benz.io/blog/2023-01... 🎭🖥️
As a software engineer, having a solution to your own problem seems like a perfect startup idea. But success needs more than just coding skills - marketing, sales, and business acumen are crucial too. Don't skip the market research! 🚀 #startup #entrepreneurship
What makes a great backend developer in 2024? It's not just about coding - you need to understand design, frontend, and infrastructure. Check out this comprehensive guide to modern backend development:
Chrome now includes a built-in AI model for typo correction! No external APIs needed - it works locally in your browser. Check out Raymond Camden's article on implementing this feature in web apps.
Just learned about CSS Relative Color Syntax and OKLCH color space - mind-blowing how far CSS has come! Modern color manipulation in CSS is a game-changer. Check out:
"Radically simple web architecture" sounds like a buzzword, but this piece has solid advice: don't over-engineer, but don’t assume a system will design itself. Worth reading: medium.com/@alexander.h... 🏗️🔍
#webdev #architecture
How should you split a frontend app? Monorepo or not? Functional boundaries? Micro-frontends? The answer: it depends. This guide helps navigate the trade-offs: www.simplefrontend.dev/blog/how-to-... 🎯🖥️
#webdev #frontend #architecture
Modern Node.js servers don’t look like they did a few years ago. ESM, built-in TypeScript, lightweight frameworks—here’s how backend development is evolving: marvinh.dev/blog/modern-... 🚀🔧
#webdev #backend #nodejs
Building offline-first apps? Earthstar (earthstar-project.org) is a Git-inspired, peer-to-peer database designed for disconnected environments. If you care about data resilience, it’s worth a look! 🏗️📡
Animating height? 🎥⚡ Be careful—it can spike CPU usage. This deep dive on performance issues, even on MacBooks with M2, shows why:
A for sure
“Building your own tools is a waste of time.” Is it? General-purpose tools aren’t always the best fit. Sometimes, crafting something custom saves more time in the long run. Read more: tiniuc.com/make-more-to... 🔧⌛
New in 1.98: Model Context Protocol (MCP)
🔌 Connect Raycast AI to external systems and data sources
💬 @-mention MCP servers in AI Chat, and everywhere else
🧭 Discover MCP servers with our new registry extension
Full changelog 👉 raycast.com/changelog/1...
Security is often overlooked—until something breaks. Astra (www.getastra.com) detects vulnerabilities dynamically, covering OWASP Top 10 & integrating with CI/CD, Jira, and Slack. Automate security before incidents happen. 🔐🚨
#security