May 2019 In Brief
	Posted by admin on 2019-06-01 22:35:48 in Monthly Summaries (604 views) 
					
					The 
Microsoftware Blog got its first upgrade this year, the main additions being a 
Search menu item for a live search facility, the “Similar Posts” section on post viewing pages, and post tag deletion. Research and review of web development technologies continued on 
VueJS for which a new 
Discovery Vue Journal thread was started at Nairaland as well as here; also HTTP call processing and the NuxtJS framework were looked into.			
			
 Read More
						
		
	 
	
	Can a global object be used instead of Vuex and props?
	Posted by Lemeechi on 2019-08-25 17:00:38 in Discovery Vue Journal (581 views) 
					
					While pondering the idea of using a separate library like Vuex to manage shared data in Vue components, I experimented to see if a global object would not serve the purpose. I found that yes, a global object could be used in Vue components, with some provisions...			
			
 Read More