82
Followers
192
Posts
o-ifeanyi.hashnode.dev
In software engineering, dependency injection is a technique in which an object receives other objects that it depends on. These other objects are cal…
jahidularafat.hashnode.dev
In this blog, I have explained the difference between applications which are implementing SOA(Service Oriented Architecture) and software applications…
blog.abbasmj.com
In this blog, I will be showing how to implement Redis Task Queues in Flask and how to deploy it on Docker using compose. First we need to understand …
blackcoffeecoder.com
I heard from young guys that documenting software is a boring task, and some even say it's a waste of time, and I agree that some times is boring, and…
nuntius.hashnode.dev
Intro TL;DR: This post is a collection of a few things I needed to clear up (to myself or others) about HTTP Status Codes while building a RESTful API…