InThe Andela WaybyGidraf OrenjaHow to create a Microservice to send Email with Celery, Python, Flask & Redis using Gmail API.This tutorial will show you how to use Celery, a task queue for Python, in combination with Flask and Redis to create a microservice for…Jan 7, 2023
InThe Andela WaybyLewis KabuiCrontabs in CeleryIn this article, we pick up where we left off with periodic tasks. We will be introducing crontabs; an advanced scheduling solution to…Jul 26, 20187
InThe Andela WaybySeun FaluyiWEB 3 / Blockchain — More Than Just The New Shiny Kid On The BlockI’m sure you must have heard about terms like web 3, blockchain, cryptocurrency, bitcoin, etc. When people hear about terms that have to…Nov 16, 2021Nov 16, 2021
InThe Andela Waybytemitope emmanuelReact drag and dropSo recently, I found myself working on a project that required me to implement a drag and drop feature. With no prior knowledge on how this…Aug 9, 20185Aug 9, 20185
InThe Andela WaybyJohn KaggaCreating chart tooltips with VictoryJsRecently, I have been using VictoryJs to create charts in my ReactJs applications. VictoryJs is an opensource library from Formidable Labs…May 3, 2020May 3, 2020
InThe Andela WaybyGidraf OrenjaHow to create a Microservice to send Email with Celery, Python, Flask & Redis using Gmail API.This tutorial will show you how to use Celery, a task queue for Python, in combination with Flask and Redis to create a microservice for…Jan 7, 2023
InThe Andela WaybyLewis KabuiCrontabs in CeleryIn this article, we pick up where we left off with periodic tasks. We will be introducing crontabs; an advanced scheduling solution to…Jul 26, 20187
InThe Andela WaybySeun FaluyiWEB 3 / Blockchain — More Than Just The New Shiny Kid On The BlockI’m sure you must have heard about terms like web 3, blockchain, cryptocurrency, bitcoin, etc. When people hear about terms that have to…Nov 16, 2021
InThe Andela Waybytemitope emmanuelReact drag and dropSo recently, I found myself working on a project that required me to implement a drag and drop feature. With no prior knowledge on how this…Aug 9, 20185
InThe Andela WaybyJohn KaggaCreating chart tooltips with VictoryJsRecently, I have been using VictoryJs to create charts in my ReactJs applications. VictoryJs is an opensource library from Formidable Labs…May 3, 2020
InThe Andela WaybyDidacus OdhiamboSystem Design in Software DevelopmentSystem design is the process of designing the elements of a system such as the architecture, modules and components, the different…Sep 24, 20187
InThe Andela WaybyJoshua LugadaHow to set up Continuous Deployment for Angular using TravisCI and Heroku.In today’s blog post we are going to look at how we can set up continuous deployment for an Angular application using TravisCI and Heroku…Apr 24, 2020
InThe Andela WaybyErika DikeAlembic: How to Add a Non-Nullable Field to a Populated TableIt is quite easy to add a non-nullable field to an empty table. Any migration tool, including Alembic, can automatically generate a…Aug 9, 20191