<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=338168267432629&amp;ev=PageView&amp;noscript=1">

Get notified about the latest in Tech

Be the first to know about new tech from the experts at Bixly!

Programming

How To Get User Feedback

The point of an MVP is to get feedback on your idea before you spend all your money. In order to do that you need strategies for collecting user...

Programming

How (and Why) to Make a No/Low Code MVP

We feel that no/low code solutions are an excellent fit for many MVP projects. It keeps the timeline and price reasonable.

Programming

Review of Bravo, A Low Code Platform

Bravo has a really unique implementation. It actually leverages Figma designs by using AI to translate them into code.

Programming

Context Processors within Django

Have you ever needed to include the same data on every template within a Django project? I recommend becoming familiar with Django’s custom context...

Programming

Do You Need Headless eCommerce?

Headless eCommerce decouples the front and the backend, using an API to connect them, which allows for a variety of applications, third-party...

Programming

Your Proof of Concept

A proof of concept is an experiment, test, or early version that validates assumptions. It should contain research to identify the viability of an...

Programming

Viewer Request: All About Google Pay

Google Pay is an app that enables users to pay using their compatible phones, watches, or tablets. It's also integrated into Google Chrome.

Programming

Debugging Python With PDB

Debugging code isn’t always fun but it doesn’t have to be difficult.