this post was submitted on 09 Jun 2023
11 points (100.0% liked)

General Programming Discussion

7792 readers
13 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

For context, Im used to working in MVC with .net core for webdev, which has everything all nicely contained within VS for better or worse. I believe Lemmy uses react.js and rust from a cursory glance, but im not quite sure what exactly is best. Im also curious what db software it would use

Im also curious on how a testing environment would work for this. I imagine youd have to host your own instance to test any changes to have access to data, but theres a lot here that honestly I dont know much about.

Is there any posts or documentation anywhere that would be a good guide to getting started on this sort of thing? I doubt development is going to be as seamless as developing in Visual Studio where everything is all from the same company, but Id imagine that there are particular ides that work better with the types of tools that manage this

you are viewing a single comment's thread
view the rest of the comments
[–] bobbias@lemmy.dbzer0.com 1 points 1 year ago* (last edited 1 year ago)

See that's the thing, there is no real "best IDE to use" for most projects outside the windows/.net ecosystem. You get your pick with the caveat that you need to configure your IDE for the particular workflow and languages/tools you'll be working with.

Visual Studio Code, Neovim, Emacs, Jetbrains products, etc. are all fine choices depending on your personal preferences.

Looking at the documentation, it looks like PostgreSQL is the db server of choice.

Also note that the documentation there has sections on installing using Docker, Ansible, and seeing up an AWS instance as well as setting one up from scratch.