by Adebola Adeniran | Aug 18, 2021 | Technical Articles
What is Docker? “Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.” – Wikipedia. To begin, let’s examine each of the highlighted terms above to help us better understand...
by Adebola Adeniran | Jul 14, 2021 | Technical Articles
Slack is a messaging platform used by numerous developer teams around the world for their day-to-day instant messaging interactions. Slack is a very powerful productivity tool that makes our lives easier here at Aeeiee. Bots in slack allow us to run code to automate...
by Adebola Adeniran | Apr 28, 2021 | Technical Articles
React, the frontend framework created at Facebook in 2013, with over 165k GitHub stars is now one of the most loved Frontend frameworks used by JavaScript developers. React is a powerful framework that allows developers to create re-usable code blocks called...
by Adebola Adeniran | Mar 24, 2021 | Technical Articles
Recently, at AEEIEE, we needed to programmatically insert a new table into the WordPress database for a plugin we were developing. The table had to hold certain data about users. We wanted this table to be tied directly to our plugin and not be affected by changes...
by Adebola Adeniran | Feb 10, 2021 | Technical Articles
Why AWS? AWS has a ton of amazing services to help in the software development process. From services that help you cache static assets like CloudFront, to services that scale based on the traffic to your application like ElasticBeanstalk (this comes with a load...