Sequel to the article on how to get a mentor in tech, I received responses and queries about the many tech communities that one may join. These are...
"Hello, my name is xxxxxx, you're really great at what you do, I'm still a newbie, can you be my mentor" I've got a couple of messages like this on...
Functions are a major part of any programming language, they are known to be code blocks for a given task. Unlike most languages like Java that use...
Often times, If given the option of using a local JSON file or hardcode my data, I do opt to hardcoding. Honestly the only reason I avoided it was...
VueX is a library for managing global state. State could be translated with data. Data your application needs which, affects what users sees on the...
VueJs is a Javascript front-end framework used to create a dynamic, data driven websites and user Interfaces. It can also be used to create...