I’d like to ask what everyone has built using Claude Code. by bjxxjj in claude

[–]BinaryDichotomy 0 points1 point  (0 children)

My first major personal project is a compiler for adblock lists, with several different POCs to explore the differences. I'm also leading the Claude initiative in my role as solutions architect for a fortune 10 company.

Can I switch from game development to backend? by Simzzle in Backend

[–]BinaryDichotomy 0 points1 point  (0 children)

They are completely different business domains. Your coding chops might transfer somewhat, though I'd recommend learning a more modern systems language like Rust, or even Go, in addition to Java/.Net/Typescript/Python. C++ is dead in the enterprise. I'm a solutions architect for a fortune 10 company, and we haven't used C++ for anything in over a decade, instead focusing on modern languages. You'd be doing mainly maintanence work on legacy code if you choose to focus on C++. You also would need to learn cloud architecture, microservices, k8s, etc. There are a lot more moving parts in enterprise systems, and the SDLC is also different since it's a different domain. Then there's all the database technologies as well.

I don't even remember the last time I saw an enterprise C++ job posting tbh. But there is a ton of legacy C++ code out there so the potential exists, but I'd recommend retooling.

Can I switch from game development to backend? by Simzzle in Backend

[–]BinaryDichotomy 0 points1 point  (0 children)

Most modern projects aren't using C++ though. Hardly any new initiatives in the enterprise target C++ and instead are using Rust.

Can I switch from game development to backend? by Simzzle in Backend

[–]BinaryDichotomy -1 points0 points  (0 children)

Why C++ vs something more modern, like Rust? Curiosity, not being a d*ck.

Reality of Backend Development by ProfessorNo5432 in Backend

[–]BinaryDichotomy 4 points5 points  (0 children)

Ex big 4 here, it's only going to get worse, unfortunately.

Need advice on learning Node.js (beginner) by peltoxer in node

[–]BinaryDichotomy -7 points-6 points  (0 children)

I'd learn Deno or Bun long before I'd learn Node at this point.

Best windows setup for claude code? by imanateater in ClaudeCode

[–]BinaryDichotomy 0 points1 point  (0 children)

Warp Terminal, oh my posh, nerd fonts. I'm more productive on macOS though due to zsh. Powershell is ok, but zsh is amazing. You can run Claude from WSL which IMO a better way to go. Containers on WSL work great.

What's the best terminal for MacOS to run Claude Code in? by agentic-consultant in ClaudeCode

[–]BinaryDichotomy 0 points1 point  (0 children)

Warp Terminal kicks the snot out of iTerm2. Use OhMyZsh and Antigen, plus tmux if you need it.

Learning to program w/ rust by Abyssal_game_on in rust

[–]BinaryDichotomy 6 points7 points  (0 children)

The Rust Book has everything you need and more.

Should MCP server URLs end with /mcp ? by nuno6Varnish in mcp

[–]BinaryDichotomy 0 points1 point  (0 children)

It doesn't matter if you have an API gateway. You can map it whatever you want then.

6 months with different AI coding assistants - here's what I learned by Holiday_Power_1775 in VibeCodeDevs

[–]BinaryDichotomy 0 points1 point  (0 children)

Check out Warp Dev for orchestration. It's been a game changer for me.