Skip to main content Jump to list of all articles

Month March 2022

Hot New Web Dev – March 2022

Welcome to the March 2022 edition of the latest web development technologies. This month on hot web dev. We feature Artificial Intelligence (AI) technology and its place in the IT industry. How AI is being used in recruitment to both hire and fire people! Does AI take into consideration those that are neurodiverse? Don’t forget to check out the usual monthly roundup of coding and web design resources.

in Web Development

JavaScript Date Sorter

The JavaScript Date Sorter is a vanilla JavaScript Project that uses an HTML form to grab a name and date input and adds it to an HTML table. There is a third column that takes the date, calculates the age then adds it to the table. This table can be sorted and items can be deleted. The data uses the browser LocalStorage to store the items. There are buttons to recalculate the age and clear the table.

in Web Development

The Best Software Development Process

Selecting the best software development process is critical to the success of the project. There are several popular models, but the one that is best for your project depends on the specific needs of the project. This article covers popular software development process models, methodologies and delves into the history of programming and software.

in Software