Chinedu Orie

Chinedu Orie @nedsoft

About: Software Engineer, passionate about knowledge sharing.

Location:
United Kingdom
Joined:
Apr 27, 2018

Chinedu Orie
articles - 21 total

Automate Application Deployment to AWS Elastic Beanstalk with Terraform and CodePipeline

I frequently deploy Node.js applications to AWS Elastic Beanstalk (EB). This process usually involves...

Learn More 6 0Oct 16 '24

Secure Coding - Prevention Over Correction.

Secure Coding is the art of writing codes with a security-first mindset. SecDevOps is such a...

Learn More 15 0Sep 3 '24

Build API with GraphQL, Node.js, and Sequelize

What is GraphQL? Unlike the traditional RESTFUL architecture where an endpoint returns a s...

Learn More 61 12Oct 1 '20

Install Postgres on Mac/Linux

Linux Step 1: Installation $ sudo apt update $ sudo apt install postgresql po...

Learn More 16 0Jun 13 '20

Deploy Node.js API on AWS Elastic BeanStalk Using CLI

Elastic Beanstalk is the AWS platform-as-a-service that helps you deploy your code with ease. As a pl...

Learn More 18 0Jun 2 '20

How to Add New Fields to Existing Sequelize Migration

Sometimes you realize that you need to add some new fields to an existing sequelize migrations. This...

Learn More 65 17Feb 28 '20

Integrate Slack to your Nodejs app in Ten Minutes

Slack is a virtual office. Businesses, teams, and companies rely on it for communications and for man...

Learn More 14 0Feb 5 '20

2019 in Review: A year of a positive turning point

2019 was unequivocally a good year. I contemplated whether I've got something worth writing about but...

Learn More 7 0Jan 8 '20

Method Chaining in JavaScript

Originally published in my blog Method chaining is a mechanism of calling a method on another meth...

Learn More 85 7Nov 5 '19

CSS Media Query Pro Tips

Media Query is very important in building web applications that can display well across devices of di...

Learn More 72 6Oct 23 '19

Useful GIT Config Tips

As software developers, GIT is a useful tool in the course of developments. In most occasions, we do...

Learn More 74 4Sep 25 '19

Send Email with SendGrid and Mailgen in Node.js

Often time we do have needs of sending email in our Node.js application. The first option that comes...

Learn More 51 2Sep 11 '19

CI/CD With Travis CI and Coveralls in Node/Express API

This article was originally published on my blog In the previous article, we wrote end-to-end tests...

Learn More 78 7Sep 4 '19

Testing NodeJs/Express API with Jest and Supertest

This is part three of building API using Express, Sequelize, and Postgres. In part two, we built simp...

Learn More 369 33Aug 26 '19

Performing CRUD with Sequelize

In the part one of this article, we covered setting up Sequelize, creating migrations/models and seed...

Learn More 75 3Aug 9 '19

Getting Started with Sequelize and Postgres

Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Serve...

Learn More 114 28Aug 9 '19

A Simple Password Hash implementation

Passwords are not stored as plain text for obvious security reasons. There are several npm packages a...

Learn More 17 3Aug 9 '19

A Clean Approach to Using Express Validator

Express validator is one of the many npm packages for validating a request an express application. I...

Learn More 124 46Aug 9 '19

Laravel Dockerization out of the box!

Docker is an open-source platform that makes it possible for software developers to Build, Ship, and...

Learn More 18 0Jul 21 '19

How to Host a Laravel App with MySQL Database on Heroku

This article outlines a step-by-step approach to hosting a Laravel App on Heroku. It also explains...

Learn More 44 8Jul 19 '19

Central Error Handling in Express

Express is a fast, unopinionated, minimalist web framework for Node.js - docs Error handling is a...

Learn More 277 41Jul 15 '19