/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dejanglozic.com
| | blog.somewhatabstract.com
2.2 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | chsakell.com
1.3 parsecs away

Travel
| | I cannot recall any real Web Application that doesn't make use of the Session State feature, the one that is capable to store data that are available across multiple requests from the same browser. More over, in this very modern times, Web Applications tends to make extensive use of Ajax requests to the server, in...
| | www.thapatechnical.com
2.5 parsecs away

Travel
| | [AI summary] The article provides a tutorial on implementing CRUD operations (Create, Read, Update, Delete) using PHP and MySQLi, including code examples for database connection, insertion, display, deletion, and updating data.
| | arnorhs.dev
17.6 parsecs away

Travel
| [AI summary] The blog post discusses the dilemma of whether to place form logic in the backend via AJAX or keep it in the frontend JavaScript, weighing simplicity against code complexity and performance considerations.