Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
2 replies
71 views

Does it make sense to choose and develop my skills in Python and Django instead of the JavaScript backend ecosystem (Node.js) if I want to become a Full Stack Web Developer? I don't have any ...
Score of -5
0 answers
111 views

The Cross-Origin Resource Sharing standard works by adding new HTTP headers that let servers describe which origins are permitted to read that information from a web browser. (MDN documentation) Why ...
Advice
2 votes
9 replies
169 views

I'm currently learning backend development with C# and ASP.NET. Instead of following video tutorials, I've been trying to learn by building things myself. At first, I had AI generate a few simple ...
Score of 1
1 answer
85 views

I am using BullMQ with Redis in a Node.js app. I have one main queue for sync jobs: const syncQueue = new Queue("sync", { connection: redis }); const syncWorker = new Worker("sync"...
Tooling
2 votes
2 replies
69 views

I am learning machine learning and deep learning using miniconda environment on native python. Now I am looking to learn Django and other backend packages like fastapi and tornado. Is conda enough for ...
Score of 0
0 answers
40 views

Stuck on error P1012: "This line is not a valid definition within a datasource". I moved my DB URL to .env as DATABASE_URL and set url=env("DATABASE_URL") in schema.prisma, but the ...
Advice
0 votes
2 replies
137 views

I'm not new to programming, but I'm a newbie when we're talking about Back-end development. I want to find a job (junior or internship) in this field in the next few months, and need to practice ...
user avatar
Advice
0 votes
2 replies
103 views

Actually I have just finished my first year in computer science and I did a lot through this year. first I learnt the basics of programming through Cs50x and yeah it was tough a little bit but I didn'...
Best practices
0 votes
1 replies
83 views

I have a Node.js application where, after a successful payment, I need to generate a PDF invoice and store it on the server for the respective user. My approaches is : 1.Generate the PDF directly ...
Best practices
1 vote
2 replies
125 views

I'm a fresher preparing for software development and technology-related roles in 2026, and I'm trying to identify which programming languages, frameworks, and technologies are currently the most ...
Best practices
0 votes
4 replies
64 views

I'm developing a C2C (Consumer-to-Consumer) marketplace where users can discover products and services available near their location . so i try to implement the radius-based location filtering. what ...
Tooling
1 vote
8 replies
95 views

I bought a domain on Cloudflare and want to host my app on it as I build it. I don't want to build it locally and push to production in the last minute because I don't want any last minute surprises ...
Advice
0 votes
8 replies
354 views

I am a fresher currently working as a Java developer intern at a company for the past 8–9 months. With the rapid growth of AI and changes happening in the software industry, I have some questions ...
Best practices
1 vote
2 replies
59 views

I working as a backend developer in Node.js with TypeScript and TypeORM, and I'm trying to decide on the best repository/DAO design. I have a TPA entity and currently two separate DAO methods: 1. ...
Score of 1
1 answer
100 views

For context, the server has a certificate signed for a CA. Today I was implementing a WebSocket in Android using StompClient, but the connection opens and closes immediately and throws the following ...

15 30 50 per page
1
2 3 4 5
574