From Image Upload to Multilingual Insights: Creating an Object Detection and Translation SystemIntroduction Language barriers don't just exist between people, they exist between people and the world around them. I realized this when thinking about how someone encountering an unfamiliar object iJul 28, 2024·13 min read
How to Create, Read, Update and Delete SQL record with Python FlaskIntroduction We'll be building a simple backend application that creates, reads, update and deletes fruits and it's description in a SQL database with Python Flask. Getting Started I expect you have the below listed installed already in your PC Vs...Sep 28, 2022·5 min read
I created a telegram bot using Node.jsAutomating tasks as a developer is a cool thing to do, yeah you have the super power so why shouldn't you do it?. We'll be creating a Telegram Bot that sends random jokes to us using Node.js now!!, Are you ready? Before moving to the code part let's...Sep 10, 2022·3 min read
Stop testing your APIs with chrome!As a Backend Developer do you test your APIs with just chrome? okay let me tell you something I would do to get details from body when I just started Backend Development, I normally use an input box from HTML to get JSON objects from the client. Soun...Sep 7, 2022·2 min read
Are you being careful with your APIs Endpoints?When I say being careful I mean do you rate limit calls to endpoints that you build, If not you may need to start doing so, this is to prevent excessive usage from potentially ill-configured or malicious integrators, and we'll be doing that with a li...Sep 3, 2022·2 min read
10 vs code shortcuts that can save your timeIf you use visual studio code, are you using shortcuts to make things easy for you ? if no, then you are at the right place, Coding can be frustrating at times but should our coding environment too frustrate us, i don't think so, I'll be listing 10 v...Aug 31, 2022·2 min read
Heroku will be cancelling free plan let's deploy to flyStarting November 28, 2022, Heroku has announced it will stop supporting free plans, But guess what there are platforms where you can still deploy your applications for free, we will be using Fly in this lesson to deploy a Node.js application. We'll ...Aug 27, 2022·1 min read