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
-
b3b343775yWell I guess they just have a database with all the articles and then they just query the latest/most popular articles and put them in there.
Edit: the popular ugly bastard sites use java script to query that data. -
Use a cms or a database to store pages or content, then you can fetch links and content dynamically :D
-
@spdhiraj99 many webapps use javascript everywhere to dynamically load in content through an api
-
@spdhiraj99 Fast servers and some caching.
Even with twenty database queries a loading time below a quarter second is still more than possible.
If this is still too slow, only do this once and cache the results and the whole rendered site.
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
Hey, just had a doubt. https://null-byte.wonderhowto.com/ take any website like this one (ideally any type of site with lots of links to other pages or posts). So my doubt is , is there a way to not hardcode all the links in the master page?. Or how exactly do professionals manage such sites?. I tried googling a lot but couldn't find the exact answer i was looking for. It'll be great if u can help me with this. Ik it's a noob question, but still😅
question
html5
web development