manascode

Manascode is a personal blog , from where you can learn about Python, Django, Javascript and Vue.js from scratch . Manascode provides you in detail tutorials to learn something in easy way. Follow us to be a full stack web developer in 2020.

How to deploy Nuxt SSR to DigitalOcean using Docker compose and Nginx

In this tutorial we are going to learn how you can deploy your Nuxtjs server side renderd application to any vps with the help of docker, docker-compose and Nginx.

Link

Best video tutorials for learing Flutter on your own for free.

In this articale, you will find thoundsands of free online resources for learing flutter in 2021

Link

How to deploy your django app to heroku

In this tutorial we are going to cover how you can deploy a django appliction to heroku web services. The easiest way to deploy a Django application on Herkou

Link

Adding search filters in Django eCommerce website

In this tutorial we are going to cover how you can search filter to your Django eCommerce website. We also fixed some bugs of our previous tutorial.

Link

Real world SAAS application in Django tutorial

Building realworld SAAS application in Django written tutorial. In this tutorial we are going to build a notification sender for static websites in Django.

Link

Build a SaaS Application in Django 3.0

In this tutorial serial we are going to make a SaaS Application using Django, not only code that we will also deploy the SaaS Application to Heroku

Link

Stripe Payment Gateway Integration in Django eCommerce Website

In this part we are going to learn How we can add shipping address and proceed the user to checkout page to complete their order. After they complete their payment redirect them to order page where they can see their order with order status.

Link

Django eCommerce tutorial part two django allauth

In this part two, Django Ecommerce tutorial we are going to learn Managing the Cart Items, Orders and Registration Using Django Allauth. manascode.com

Link

Django Ecommerce Website Tutorial Part One

After getting a lot of request of Django Ecommerce website from previous posts that we have on our website. Now we are going to start new series of posts about Ecommerce Website with Django. By making an eCommerce website with Django will help you to understand a lots of inbuilt methods in Django. We can write the whole process in one post but it will be a long post to go through top to bottom. So it’s better to go through step by step.

Link

Making REST API with Djago REST Framework and Vue.JS | Blog Part 3

In this part we are goint to learn REST API by implementing Django REST framework and Vue JS in our existing Django Blog.

Link

How to add authentication or registration system in Django Blog part 2

In this tutorial we are going to learn how to add Django Authentication. An user authentication in a website allows the data security in a website. In that case Django Authentication allows you to much more flexibility whithout writting a lots''s of code to make the authentication system.

Link

How to create a Basic Blog in Django | Part One

In this Free Tutorial, We are going to start Create a Blog using Django. You can create most powerful web based application using Django rather than creating a Blog. But to learn Django from scratch**, we need to focus on the basics on Django

Link