Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Bubbles68266yFrontend: for now nothing special just JavaScript and the norm HTML5
Backend: PHP or C# -
If you have no idea where to start, start with static HTML. Getting presentation tight is half the battle these days. Easy to host, instant gratification end of the stack, and you will probably naturally gravitate towards particular backed tech as your particular needs grow.
-
Front end - use whatever the tomorrows trend is or risk being ridiculed
Back end - golang with an nginx reverse proxy -
Php and a bit js backend(ik, don't judge, it gets the job done) html css or front 🤷♂️
-
mundo0349796yGuys, how do we know this needs a backend?
Can't it be static?
Static site generator: pelican
Or
Html templates: html5up
Or
CSS framework: skeleton -
@ajit555 i just did a quick search on this, sounds interesting, especially as im going to study the C languages soon.
Is that for backend and then combo with HTML or something like that on front end ? -
ajit55518886y@BitByteBoolean It was a joke :) I have no knowledge about Webassembly but it's potential seems to be compute intensive jobs in Browser, like games, in-browser databases, browser related programming itself, since Webassembly is running C/C++ code in browser natively. However, JS is much more successful due to its overall ecosystem of developers, tooling, plugins/packages, which JS has decades of maturity. For web applications / website development, JS is going to stay, may be a tiny portion of compute intensive work, might get ported to Webassembly.
-
@ajit555 technically it's just a small subset of JavaScript which can be just-in-time compiled to machine code
Related Rants
What is your prefered language for website dev? I wanna start making my own website but im at a blank point on this side of developing ? :)
question
website
html whatthahell
java
python