by Oloruntobi Awoderu | Dec 8, 2021 | Developer Stories
Cloud technologies are fast becoming the mainstay of what we use to develop custom solutions for consumers. Amazon Web Services(AWS) has become the dominant player and go cloud service for developers. I particularly like the variety of services, tools, and metrics at...
by Oloruntobi Awoderu | Nov 10, 2021 | Developer Stories
In this article, I’m going to do a walkthrough of how to deploy our Nodejs app to Elastic Beanstalk, but first I’m going to give a brief overview of the service. Overview of Elastic Beanstalk AWS Elastic beanstalk is a managed service which means AWS...
by Oloruntobi Awoderu | Jun 23, 2021 | Developer Stories
Let’s build a Node.js API that uses Bull to handle priority Jobs Why Bull? There are a wide variety of priority job queues for Node js. “A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First...
by Oloruntobi Awoderu | May 26, 2021 | Developer Stories
WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as Themes. There are times when we might want to add...
by Oloruntobi Awoderu | Mar 11, 2021 | Developer Stories
A WordPress taxonomy is a way to organize groups of posts and custom post types. This gives you the flexibility to group posts, pages, etc. for your site needs. Fortunately, WordPress comes with some inbuilt custom taxonomies that make it possible to organize contents...