In android designing we'll come across ImageView. An ImageView displays an arbitrary image, such as an icon. The ImageView class can load images ...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Mobile application development, the developers create many applications everyday, but not all apps are appreciated.7 mistakes to avoid in app developm...
We can write the required logics based on programming[python] syntax in models and views but, when we want to write simple logics we should follow the...
Salesforce Integration is a process of connecting two applications or systems running on common/different platforms. These integrations have different...
Using Github integration, we can get the user verified email id, general information, git hub URL, id, disk usage, public, private repo's, gists ...
Django by default to store the files in your local file system. To make your files load quickly and secure we need to go for any third party storage s...
This blog post will help you to get deeper into Django Migrations - how Migrations works and how to create or add our custom migrations. Migrations ar...
By writing unit test cases, you can evaluate each code component in the initial stage itself and it'll improve your app/code performance. Which i...
Querying with Django Q objects: Q object encapsulates a SQL expression in a Python object that can be used in database-related operations. Using Q obj...
The single most significant advantage in Django class-based views is inheritance. On a large project it's likely that we will have lots of simila...