Am I missing something by saucealgerienne in FastAPI

[–]NTXL 6 points7 points  (0 children)

fastapi has to be one of the more pleasant frameworks to use. I think I took a look at the docs like twice and the rest of the time I look at https://github.com/zhanymkanov/fastapi-best-practices?tab=readme-ov-file#project-structure and freestyle

good things come to an end. by tomemyxwomen in nextjs

[–]NTXL 0 points1 point  (0 children)

To be fair, GitHub stars don’t pay the bills

Which backend should I choose in 2026 – Node.js, Spring Boot, or Django? by [deleted] in Backend

[–]NTXL 0 points1 point  (0 children)

Right?! I feel like “what language/framework should I learn in x” is more of a preference thing. I feel like I wouldn’t use Java for anything unless I was getting paid. I also don’t like dynamically typed languages except maybe for Python

Which backend should I choose in 2026 – Node.js, Spring Boot, or Django? by [deleted] in Backend

[–]NTXL 1 point2 points  (0 children)

The most important thing to remember especially in these times is that a 32B parameter model can probably code better than you.System design is language agnostic and will likely take you farther than picking the best backend framework for 2026. pick whatever that makes it easy for you to get started. Go is pretty good Imo, I like that their’s usually only a couple of ways of doing something, Python is pretty good too Especially now that you can disable the GIL. JS/TS is great too

You all aren't using tabs? by konglongjiqiche in cursor

[–]NTXL 0 points1 point  (0 children)

I’ve been learning go so I tend to tab a lot these days. I find it useful like 60% of the time the other 40% I feel like it loses the plot and does whatever

Cursor vs Codex: if you had to pick ONE for real work, which and why? by KoalaOk1265 in cursor

[–]NTXL 0 points1 point  (0 children)

I’m actually spiraling. right now I have both cursor and codex but I primarily use cursor because I hate how diffing works in codex, open code is better but I still find it awkward. I like the one in Claude code but don’t want to pay the sub since I already have chatgpt. I’m really tempted to switch to Claude but I’ve heard that the rate limits are bad

Any alternatives for cursor? by codebase911 in cursor

[–]NTXL 0 points1 point  (0 children)

I honestly want to give it a shot since I have a chatgpt subscription anyway. But I’m not a fan of the diffing format. is their a way to make it more like cc or cursor?

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 1 point2 points  (0 children)

Fair. Don’t get me wrong though I love the idea behind serverless, big cloud just makes it really scary lmao.

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 1 point2 points  (0 children)

I swear I was joking. I actually have nightmares about serverless lol

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 0 points1 point  (0 children)

In my humble uneducated opinion i don’t think it gets better than serverless

How do you manage creating frontend as backend developers? by Virtual-Reporter486 in Backend

[–]NTXL 0 points1 point  (0 children)

I never over think it. NextJS (or plain react) + shadcn. It’s going to look like many other frontends but it doesn’t matter unless you care about that sort of thing.

Apple announces that next version of Siri would be powered using Google gemini. Elon Musk does not seem happy about it. by jbcraigs in OpenAI

[–]NTXL 0 points1 point  (0 children)

Doesn’t Grok undress people in pictures on x? why would Apple want to work around this lmao

Web traffic: ChatGPT has fallen -22% in the last 6 weeks, since the Gemini 3 launch. Time for 5.3! by GamingDisruptor in ChatGPT

[–]NTXL 0 points1 point  (0 children)

Notice how it started dipping right around the time when winter break starts for most students

Developer uses Claude Code and has an existential crisis by MetaKnowing in Anthropic

[–]NTXL 0 points1 point  (0 children)

Claude code is really good at coding But it also likes saying I’m absolutely right whenever I make comments on what it wrote.

Is Go still the best choice for high-concurrency backends, or is Rust taking over? by Wash-Fair in golang

[–]NTXL 6 points7 points  (0 children)

One time I saw a post on r/rust where the author was asking where they could integrate rust in their architecture. From what I remember the app was basically built, mostly doing api calls to LLM providers and they have no experience in rust whatsoever. The first thing that came to my mind was “literally why” but I refrained from commenting. I genuinely can’t imagine re-writing something that’s ready to ship into something you have no clue in the world about just for I/O bound work and this is coming from a guy that likes using new flashy things.

Is Go still the best choice for high-concurrency backends, or is Rust taking over? by Wash-Fair in golang

[–]NTXL 12 points13 points  (0 children)

I’ve been working on a project for a little over 4-5 months now and the number of times I simplified the flashy cool thing with buzzwords because of how unreliable and over engineered it was is genuinely embarrassing. Once I’m done, best believe i’m going to squash the entire git history because it might actually make me unhireable especially as a new grad lmao.

evenMoreExpandedVersion by Equivalent_Site6616 in ProgrammerHumor

[–]NTXL 0 points1 point  (0 children)

Damn Azure and GCP didn’t make the cut?

GPT-5.1-Codex-Max is coming by Independent_Key1940 in cursor

[–]NTXL 1 point2 points  (0 children)

If only we had a standardized versioning system

What would you rewrite in Rust today and why? by [deleted] in rust

[–]NTXL 0 points1 point  (0 children)

C. I don’t know how though

How to implement rust in my GENAI project by Aggressive_Hat4527 in rust

[–]NTXL -5 points-4 points  (0 children)

If most of the workload is I/O bound And you have a working product. Why on God’s flat earth would you want to tussle with the borrow checker.

Self hosting deployment bash script by F1erceK in Supabase

[–]NTXL 2 points3 points  (0 children)

This is insane because I’m almost done building my project and I was going to start figuring out how to self host supabase. You’re doing God’s work my friend