Web Developers Portal
learn and share
Friday, 29 April 2022
Distributed Systems
›
Distributed Systems Consists of multiple computers and software components that communicate through a computer network. Can consist of a...
Wednesday, 27 April 2022
Platform as a service (PaaS)
›
Platform as a service (PaaS) The PaaS model provides the tools within an environment needed to create applications that can run in a Soft...
Amazon Web Services (AWS)
›
AWS is Amazon’s umbrella description of all of their web-based technology services. Main services include: Compute Storage Database Deplo...
Tuesday, 26 April 2022
SaaS (Software as a Service)
›
SaaS - Definition The most complete cloud computing service model is one in which the computing hardware and software, as well as the sol...
Monday, 25 April 2022
Export mysqli resultset as excel with nested table in PhP
›
<?php error_reporting(E_ERROR | E_WARNING | E_PARSE); $con = mysqli_connect("localhost", "root", "", ...
Sunday, 24 April 2022
How to get hidden field value in jquery?
›
JS Code <script> $(document).ready(function(){ var userid = $('#userid').val(); } </script> H...
Saturday, 23 April 2022
Software Development: Iterative and Evolutionary Development
›
Iterative and Evolutionary Development Involves early programming and testing of a partial system, in repeating cycles. Relies on short qu...
‹
›
Home
View web version