Some personal notes on keeping hosting on a shared host. Just finished up a couple of Laravel projects and I want to host them quickly so that the clients can see.
moreI previously wrote an article on how to build a search engine in javascript that allow the user filter contents on a table using the onKeyUp event Listener. The search process only determined if the needle string has a strict match in the haystack string.
moreI was building a number of templates for a huge application form, and had to break it down into smaller VueJS components. The process required a list of objects to be sent to a component as prop and listed in the template using v-for. This article covers how to properly list items from an object into a Vue Component.
more