Recent posts

My journey to becoming a Software Engineer

2 minute read

I always had in the back of my mind, how to become a software engineer, how to write programs, how can one land such jobs. Am I qualified enough? What root ...

Model Serializer - Django Rest framework

less than 1 minute read

Often we will want our serializer to map closely to Django model definition. In such cases, the rest framework provides a ModelSerializer class which helps ...