Modular Development Push Notifications: Why You Want Them & How to Build Them Into Your App (Part 2 of 2) In part 1 of this series, we discussed what push notifications are and how they can be a useful addition to your marketing and communication strategy. In part 2 of our push notification series, we're going to share how you can implement push notification functionality in your app.
Django How Django Currently Handles Asynchronous Views When writing an application, asynchronous code allows you to speed up an application that has to deal with a high number of tasks simultaneously. In this tutorial, we'll create an async view and compare it to a sync view using a mock HTTP request service.
RAD stack How to Build the Ultimate Tech Stack for Scale The tech stack you choose to build your product can either propel your growth or constrain it. Here are the best tech stacks for scalability.
React Native Easiest and Hardest Developer Skills to Hire For in 2021 As we close out 2020, we're taking a look ahead to which technologies will be easiest to hire for and which will have a comparative shortage of talent in 2021.
White Label Apps How to Keep Margins High While Selling White Label Apps to Clients A "white label" app is an application as a service that is developed by one company and then rebranded and sold to the clients of a different company. Here's how to sustainably grow your business with white label development.
React Native Most Compatible Frontend and Backend Framework Pairings There are many criteria to consider before choosing a frontend or backend framework, such as learning curve, ease of integration with other libraries, popularity, core features, language, and more. Here are some combinations we recommend.
React Native React Native and Django for Beginners React Native and Django are popular, flexible, and powerful frameworks that operate well together. Here's an overview of what React Native and Django offer software developers.
React Native How to Create a Custom Mobile React Native App with Crowdbotics Learn how to build a full-stack React Native / Django application with the Crowdbotics App Builder.
RAD stack Why Developers Use React Native and Django Together React Native and Django are well-established and supported by a massive community of users and advocates. Here's why.
Django Best Open Source Django Packages of 2020 In this article we'll review the top 8 open source Django packages. These packages can assist with REST APIs, views, forms, debug tools, data relationships, and more.
React Rad Devs Use the RAD Stack Leading development teams use React Native and Django to build high-performance applications. Here's why you should use RAD stack with the Crowdbotics App Builder for your app builds.
Python When to Use Python/Django? By choosing Python and Django, you can build apps that scale to handle millions of users. Here are 10 apps built with Django that have achieved massive scale.
Python Fantastic Vulnerabilities and Where To Find Them (Part 1) — Cross-site Scripting with Django form errors Why is Cross-Site Scripting (XSS) still the most common web vulnerability? The theory of identifying XSS is pretty straightforward, there are many static analysis tools created to detect it and yet…
Django How to Get a Head Start Building Your Next Django App with the Crowdbotics App Builder If you are a web developer, choosing a web framework to build an app is a big deal. There are quite a number of frameworks out there to pick from, each designed to meet general as well as specific…
Django How To Use Dynamic Subdomains In Django You should really consider serving each entity on a separate domain or subdomain. Why? Because…
Web Development How to Add A Navigation Menu In Django Admin Despite all the advantages of Django Admin, it could still use a few improvements. One such tweak is adding a navigation menu in Django Admin. This tutorial will show you how to add one.
Web Development When To Use Django (And When Not To) Choosing a language and framework because you used it on your last project — or because you are more familiar with it — is not the way to go. Before starting a new software project, you want to…
API How to write an API in 3 lines of code with Django REST framework There are a number of advantages to developing with Django. A key advantage of a REST API is it provide a great deal of flexibility. Together, Django REST framework is a powerful, salable, and…