A disciplined, focused, goal oriented and proficient software engineer who believes in team work,consistency as vital ingredients to achieve organizational goals and also personal growth.
I am currently a Software Developer @MidwesternInteractive 🔥
Anumadu Moses believes so much in the essence of community & collaboration. He believes that team work, networking and collaborations are vital ingredients for personal growth. Hence, he has chosen to remain actively involved in strengthening communities around him.
In the past years, he found himself contributing and building communities such as:
REST API’s are a cool and fun way to build endpoints for our server side functionalities. But as everything else, it also has its down sides too. REST API’s return objects from the back end application. Most cases, these objects contains more data than what the front end developer needs at the moment. …
Vuex is a central store for Vue.js applications. Data stored in the Vuex store can be accessed from any component in the application. Sharing of data in this manner solves the problem of prop drilling ( passing data through components that do not need it in order to get them to where they are needed)…
A mention of JavaScript these days in web development has become a must. It is one of the most used technologies in this field. JavaScript is a high level interpreted programing language that enables web developers type less and get more work done.