DEV Community

Cover image for What good languages would you suggest for coding a site?🤔
amirreza heydari
amirreza heydari

Posted on

2

What good languages would you suggest for coding a site?🤔

Thank youđź’– for sharing the information you have or have experienced with other friends so that even novices can use this article.

Top comments (3)

Collapse
 
aarone4 profile image
Aaron Reese •

I chose:
FE: Vue 2 with vue-bootstrap
BE/API: python serverless functions on Azure
Database: SQL on Azure.

If you want to maximise acess to devs i would choose React with Tailwind, Node.js and AWS. Datastore would be a tie between Postgress, MySQL, MSSQL, Firebase, Mongo/CouchDb

Collapse
 
oshox profile image
oshox •

Learning Markdown and a SSG (e.g. 11ty, Hugo, Pelican) will get you started if you want to author a personal blog or something simple.

If you want to build a web application, you'll start with HTML, CSS, and Javascript. I'd recommend leaning on an easy-to-use framework to help with the JavaScript, like Vue or Svelte.

The first approach is way, way easier obviously, but it doesn't cover a lot of use cases. The type of site you want to build will dictate what tools you'll use to build it.

Collapse
 
andrewbaisden profile image
Andrew Baisden •

JavaScript is always going to be first choice. After that I would pick Python and C#.

Postmark Image

20% off for developers who'd rather build features than debug email

Stop wrestling with email delivery and get back to the code you love. Postmark handles the complexities of email infrastructure so you can ship your product faster.

Start free

đź‘‹ Kindness is contagious

Dive into this informative piece, backed by our vibrant DEV Community

Whether you’re a novice or a pro, your perspective enriches our collective insight.

A simple “thank you” can lift someone’s spirits—share your gratitude in the comments!

On DEV, the power of shared knowledge paves a smoother path and tightens our community ties. Found value here? A quick thanks to the author makes a big impact.

Okay