Given the fact that people have varying and mostly static opinions on Artificial Intelligence, I feel like I must start by stating my own. The following is merely opinion based on my experience and overall understanding of the world and technology.
Short & Sweet - My Opinion on A.I
I think every engineer should utilize A.I to some extent: writing docs, debug...
In this article I will show you the commands that I use the most on my Ubuntu vps.
| Command | Action |
|---|---|
ls -alth | show content of folder |
wc -l <path to file> | display the number of lines in a... |
This is a submission for the Built with Google Gemini: Writing Challenge
I've been spending a lot of time on Twitter recently because it seems to be one of the best places to get AI news. A really common refrain I see on Twitter is about how the "end" of SaaS (Software as a Service) companies is appro...
I use Claude Code daily for real product engineering. I'm building a clinical trials platform at PhaseV, and Claude Code is my primary coding partner across a multi-repo microservices stack.
Recently I asked it to set up a local Docker Compose dev environment with multi-instance support. It took 15 commits across 10+ sessions to get there. Not because the problem was hard, but because t...
This is a submission for the Built with Google Gemini: Writing Challenge
Front Cover is from Jujutsu Kaisen Season 3. This scene was used specifically: https://www.youtube.com/watch?v=EhXDEijkPhk<...
If you've been exploring Claude Code or building AI tools, you've probably heard about MCP (Model Context Protocol). But when it comes to setting up your own MCP server, one question often comes up: which transport should I use?
In this article, I'll break down the three main MCP transports—STDIO, SSE, and HTTP Streamable—explain when each was introduced, what problems ...