Hello!

I'm Anumadu Moses

A Software Developer who is geared towards building high performing and innovative products following best practices and industry standards. Skilled at technical leadership, communication and presentations. Experienced in full project life cycle from design to implementation to integration. He also loves writing about it.

About

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 🔥

Engagements

Community.

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:

Speaking.

Getting Started With Node.js

Start.ng (HNG7.0), 2020

Careers in Tech and what to Expect

GDG DevFest, Oyinbo, 2020

Backend Developement 10Pro

GDG DevFest, Port Harcourt, 2019

Backend Developement 101

GDG DevFest, Aba, 2019

Getting started with Vue & Apollo GraphQL

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. …

Getting started with Vuex: A beginners guide

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)…

Changes in JavaScript over time

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.