Category: Programming

May 31, 2020 by

How to Create/Extend Django Custom User Model

The Django build-in User model out of the box is solid. But it sometimes might not suit your need since it has some predefined field and you might want to add some more field to it like Date of Birth or maybe making email-only authentication since Django has username-password authentication out of the box. That’s […]

April 20, 2020 by

What is a Scripting Language?

You may be surprised to know that there are around 700 programming languages invented throughout the days of computers. Corresponding to 6500 human speaking languages. Even though that’s not near that number but learning another language is no easy feat. Scripting languages are used to write Script. They are a series of commands that are […]

March 30, 2020 by

Top 5 Best Android Tutorial for beginners to start today!

The pain is real. Trying to learn something but just couldn’t find the resources where to start learning from. That thing is frustrating!. If you trying to find the best Android Tutorials where you can just dive even if you are a beginner then you have come to the right place. So let’s see the […]

March 15, 2020 by

15+ Open Source Android Apps to sharpen your Coding skills

They say to be a better developer you need to learn how to read code and write code. As simple it may sound, programmers often underestimate it or just don’t care. What’s even better if you have open-source android apps that you can check out about how it’s coded, it’s architecture and other aspects of […]

March 12, 2020 by

What is Programming? Everything you need to know!

Creating products from scratch feels good or in some sense make us feel very proud and confident of ourselves. Which is very important for self-improvement. But how do you create them? What are the things involved? Let’s see what is programming? What is Programming? There are many definitions to this but what I prefer is: […]