Skip to content
View confuzeus's full-sized avatar
Block or Report

Block or report confuzeus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
confuzeus/README.md

whoami πŸ§”

I'm Josh Michael Karamuth from Mauritius.

I build software using Python, Django, React, and Postgresql.

I'm a full-stack developer, so I also do devops using Linux and Ansible.

Contact me if you want to hire me to work on your project.

In Progress πŸ“‹

django-getin

This is a Django app that allows you to build invite only web apps.

It's mostly done but I haven't completed the documentation yet.


mailiness

A Python CLI app I built for managing my self hosted email server.

It supports CRUD against the virtual mail database and generation of DKIM keys.

Released βœ…

django-allcaptcha

Adding captcha to your web forms is a great way to prevent spam but this requires a lot of boilerplate.

That's why I made this simple Django app that allows you to easily plug HCaptcha or ReCaptcha in your Django forms.


django-perfect-breadcrumbs

Breadcrumbs for perfectionists with deadlines.

The easiest way to add breadcrumbs to your Django project.


ansible-plausible

I use Plausible Analytics for all my analytics needs. They have a paid subscription but I prefer to self host.

That's why I made this simple Ansible bundle that allows you to simply point it at your server and get a Plausible instance running in minutes.


simple-django

My simple Django project template.

This one allows you to quickly start hacking on a new project idea using Django.

It has some best practices baked in with some of personal my preferences as well.

Since this is my personal template, I experiment on it quite a lot and don't care about backwards compatibility.


cuiq-api

Sometimes you want to quickly setup a production ready API without having to pull in a ton of 3rd party packages.

This is my personal template for spinning a Flask based API in seconds.


simple-hugo

Ship high quality Hugo based websites quickly with starter kit.

Abandoned πŸ€•

sasaas

This was supposed to be a SaaS project template but while coding it, I realized that SaaS project requirements vary quite a bit so a boilerplate doesn't make sense.

If your project is so simple that a boilerplate makes total sense, then you should look at the popular No-code tools like Bubble instead of investing on a custom coded app.

Open source contributions πŸ§‘β€πŸ’»

wagtail

Wagtail is my favorite CMS and thus, my project of choice to contribute to in my spare time.

So far, I commited bug fixes and the remember me functionality in the login form.

Contact

Email me at the following address:

hello@joshkaramuth.com

You can find more contact details on my website

Pinned

  1. sasaas sasaas Public archive

    Launch your SaaS MVP quickly with this production-ready template.

    Python 7

  2. simple-django simple-django Public

    Simple Django project template

    SCSS 8 1

  3. django-allcaptcha django-allcaptcha Public

    Easily integrate all sorts of 3rd party captcha services in your Django project.

    Python 1

  4. django-getin django-getin Public

    Invite users to register on your Django site.

    Python 2

  5. ansible-plausible ansible-plausible Public

    Setup your Plausible instance in a few minutes.

    Vim Script 6 2

  6. mailiness mailiness Public

    Manage your mail server at the command line.

    Python