All activity
Manuel Montoya
left a comment
At software organisations, we build, test and deploy our code continuously. Picture me as a developer adding a new button to toggle the theme of my website from dark to light. Once I write the code that implements that functionality, I "save my changes" to a source code control system. DevOps engineers design that system through automated tasks. The system triggers actions to build and test my...
What is DevOps, and how does it benefit software development?
Laura Allen
Join the discussion
Manuel Montoya
left a comment
Frontend is associated with user interfaces and user experiences.
Backend is about business logic, data and interaction with external systems.
I can provide examples if you would find it useful.
What is the difference between front-end and back-end development?
Terrance Alonzo
Join the discussion
Manuel Montoya
left a comment
SPAs take longer to load initially. However after that initial load, navigation is very quick and they are more interactive. Think of a desktop app but on the browser.
Traditional multipage websites excel at quick loading the initial page, think about blogs, e-commerce, news sites. However, they are less interactive and navigating within the website is slower.
Development and deployment...
How do single-page applications (SPAs) differ from traditional multi-page websites?
Wanda Wyant
Join the discussion
Manuel Montoya
left a comment
It doesn't really matter. If you find vue and nuxt easier than react and next, go for it.
Next.js vs Nuxt.js, Which one is better for new developers?
Allan
Join the discussion