White label business management: In SaaS, White label management is a software platform that is developed by one company and marketed by another company under its brand. Therefore, the White label SaaS software is rebranded in order to incorporate the company’s name, logo, and other branding elements. White label SaaS software offers many advantages. In...
Category: Web Development
OpenSource AI Content Generator
We will talk about GTP-Neo, an OpenSource AI Content Generator alternative to GPT-3. This will be accessed using HuggingFace Transformers and Python. GPT — in full, Generative Pre-trained transformers. This model uses an Internet data set to train a neural network to generate text based on inputs. OpenAI developed GPT, which can be used via...
Classifying Tweets: API V2, OpenAI API, and Python
In this article, we will develop an application for Classifying Tweets obtained from the Twitter V2 API using the OpenAI classification API. We will merge two things: OpenAI API for AI functions to do the classification. The Twitter API V2 to search for the tweets we are going to classify. This lesson includes a YouTube...
Developing an AI Blog Writer
This article is about developing an AI Blog Writer Machine using OpenAI API, GPT-3 AI and Python. We will continue with our previous tutorial on OpenAI and develop an AI copyright machine for us. This tool will help us write blogs with the help of GPT-3 AI. We will focus on the following topics: Utilizing...
SaaS Application: Create a SaaS App Using Django
This article is mainly based on my story on how I created a Complete SaaS Application in Python and Django. “I”, yes you heard right, I am a solo-developer. It took 2 months to complete this project. The beginning of it all I am a Software Developer during the day, a YouTube teacher and a...
Using OKRs: drive accountability and growth within your organisation
It might be worthwhile to consider using Objective Key Results, otherwise known as OKRs, if you want to increase accountability and growth within your organisation. Observe and learn how they work in this article. An OKR is a powerful tool for holding individuals and teams accountable for their objectives, regardless of their position in the...
Building an Online Invoice Application : Part 3
Finally we have reached our last chapter on Building an online invoice app using Bootstrap5. If you have not been following, read the previous 2 articles. This whole series is mainly based on building an online invoice generator. Directly from the web app, users can create invoices in pdf format and send emails. Github Page...
Invoicing App (Part 2)
This is a part 2 of our tutorial series on Building an invoicing app. We are discussing how to use Python, Django, and Bootstrap5 to build an invoicing app from the ground up. Find part 1 here: Building an Invoicing Application. Part 2 source code is available on GitHub: Invoicing Django App Part 2 YouTube full...
Building an Invoicing Application
Like many of my tutorials, it features a follow-along youtube video (how to create an invoicing app with Django). The video shows step-by-step how to write the code. There is also a GitHub repository of the code ( Django invoicing application source code). Because of the complexity of this tutorial, I decides to break it into...
No-Code Development: Fast path to your MVP
Every business has a goal to smooth run their day-to-day operations at the same time in a systematic and cost effective manner. They achieve this goal by creating websites/web applications. The idea of building a website/web application seems unobtainable to the majority of us who lack programming knowledge. This becomes an issue when one thinks...