winstonmhango23
I am a Python developer. I develop back-end APIs with Django, Flask, and Node.js. I develop web apps with Django,React.js Remix.js, Next.js, and Android apps
Malawi
Pinned Repositories
Building-a-blog-with-django-and-tailwind-css
This is part two of our Django tutorials.In this part we are exploring basic parts of Django by creating a blog application with Django and Tailwind css
django-ecommerce-application
This an ecommerce web application created in python and django.
flask-auth
python flask web application for creating web authorization. Allow users to register, login and logout of a web application
flask-email-confirmation-reset
Confirming email on registering before login in.This project details how to use flask-mail and other flask extensions to authenticate users by sending confirmation links
flask-mail-confirm-reset2
This is a Python and flask web application for registration,email confirmation and password reset. This is part 2 of a three parts series. In this part we are implementing the password reseting functionality by sending a rest link to the user email.
multiVendor-eshop-react-native-app
A multi-vendor ecommerce mobile app,front end code built with React Native and Typescript. This is part of a larger project for a multi-vendor online e-commerce mobile app that will call a Django, and Django Rest Framework back-end
python-flask-tailwindcss-TodoApp
This is a Python and Flask CRUD application based on a blog tutorial at codessnipets.com .In this post,you will learn how to create a flask project, configure any database using sqlalchemy and perform crud operations on it.
python-loan-console-app
A python bank loan console application
Python-OOP-Concepts
Object oriented programming concepts lessons from various sources. In these practices, I will be using python to demostrate and explore the concepts.
react-native-multistep-form
This is a multi-step employee records registration form. It uses expo and react-native.
winstonmhango23's Repositories
winstonmhango23/react_login_form
winstonmhango23/can-it-be-done-in-react-native
⚛️ 📺 Projects from the “Can it be done in React Native?” YouTube series
winstonmhango23/nodebestpractices
:white_check_mark: The Node.js best practices list (June 2022)
winstonmhango23/djangoblog_app
This repository is a Django starter template with a blog app on it configured to be deployed on render.com....with all configurations set up and ready for deployment to production.
winstonmhango23/donations_app
This is a flask application for donations web site. It is under contineous development. It is hosted at render.com at this link https://donations-application.onrender.com
winstonmhango23/supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
winstonmhango23/Illustrated-Guide-to-Django-part-one
This is a code repository for an Illustrated guide Django Booklet.
winstonmhango23/developer-roadmap
Roadmap to becoming a developer in 2022
winstonmhango23/Animated-Text-nextjs-typedjs
winstonmhango23/nextjs-tailwind-landing-page
A Next JS and Tailwind CSS landing page.
winstonmhango23/next-sales-landing-page
winstonmhango23/sanity-nextjs-landing-pages
Next.js landing pages
winstonmhango23/styled-react
winstonmhango23/materials
Bonus materials, exercises, and example projects for our Python tutorials
winstonmhango23/creating-a-search-engine-for-a-django-blog-application
creating a search engine for a python,django,postgreSQL and tailwind css blog application
winstonmhango23/Creating-a-featured-image-for-a-django-blog-application
Creating a featured image for a Python,Django and tailwind css blog application. This is part of the django.
winstonmhango23/Adding-latest-posts-feature-to-a-django-blog-application
Adding latest posts feature to a django blog application
winstonmhango23/A-blog-posts-tagging-system-in-django-and-tailwind-css
A blog posts tagging system in django and tailwind css allows users to access groups of posts related to a particular tag.
winstonmhango23/creating-a-related-posts-feature-on-a-django-blog-application
Creating a related posts feature on our Python, Django and Tailwind css blog application.
winstonmhango23/django-comment-system-with-tailwindcss
Adding a comment system to our django blog application. In this repository we are using tailwind css to style our forms . We are using ModelForm to dynamically display our comment form from a Comment model.
winstonmhango23/creating-pagination-with-django-and-tailwind-css
In this project we will create a nice blog posts paginations using django,python and tailwind css
winstonmhango23/Building-a-blog-with-django-and-tailwind-css
This is part two of our Django tutorials.In this part we are exploring basic parts of Django by creating a blog application with Django and Tailwind css
winstonmhango23/first-django-project
first django project for beginners
winstonmhango23/flask-mail-confirm-reset2
This is a Python and flask web application for registration,email confirmation and password reset. This is part 2 of a three parts series. In this part we are implementing the password reseting functionality by sending a rest link to the user email.
winstonmhango23/flask-email-confirmation-reset
Confirming email on registering before login in.This project details how to use flask-mail and other flask extensions to authenticate users by sending confirmation links
winstonmhango23/flask-auth
python flask web application for creating web authorization. Allow users to register, login and logout of a web application
winstonmhango23/Vuejs-Tailwindcss-Quiz-application
Creating a Vue js and Tailwind css styles quiz application
winstonmhango23/flask_auth
Creating user authentication using flask sessions and MySQL database
winstonmhango23/flask_Vue
winstonmhango23/flask-rest-API
Creating REST API with Python and flask micro framework