Open in app

Sign In

Write

Sign In

Aman Khan
Aman Khan

676 Followers

Home

About

Pinned

Join #50 Days of React

Hi Devs👋, the #100 Days of Django is going great. So I thought why not React. I will consolidate Core React concepts every day for the next 50days👍. Bonus: React Router and React Redux, Redux Toolkit with Material UI also included. Here are some major reasons why🤷‍♂️ First of all I love JavaScript and its vast…

React

2 min read

Join #50 Days of React
Join #50 Days of React
React

2 min read


Published in Bootcamp

·Pinned

Join #100 Days of Django

I will consolidate Django, DRF and Django Channels for at least an hour every day for the next 100 days👍. Bonus: Most Used Python, Django Packages also included. Here are some reasons why🤷‍♂️ First of all I am Experienced Developer of Django. Worked on some large scale project in Django. So no Noobish knowledge. The…

Django

3 min read

Join #100 Days of Django
Join #100 Days of Django
Django

3 min read


22 hours ago

What Blockchain is Not?

While many people 👩‍👩‍👦‍👦 have a basic understanding of what blockchain⛓️ is and how it works, there are still some misconceptions 🤔 about this technology. In this article📑, we will explore what blockchain is not. Blockchain is not a physical object In reality, blockchain is a digital ledger📕that exists on a network of computers. This ledger…

Cryptocurrency

2 min read

What Blockchain is Not?
What Blockchain is Not?
Cryptocurrency

2 min read


1 day ago

Buckle up again with New Frontier of Crypto, Blockchain, and Web3.

Hi Medium Warriors🌎, It’s been a while since I’ve written✍️ on Medium, but I’m excited to announce that I’m back and ready to dive🏊‍♀️ into some new and exciting topics. …

Blockchain

2 min read

Buckle up again with New Frontier of Crypto, Blockchain, and Web3.
Buckle up again with New Frontier of Crypto, Blockchain, and Web3.
Blockchain

2 min read


Aug 23, 2022

Day 33 of 100 Days of Django: Model Form in Django.

Hi, Dev’s👏, Let’s see What is Model Form in Django? Django provides a helper class that lets you create a Form class from a django model. This helper is called a Model Form. Model Form is a regular form which can automatically generate certain fields. The field that are automatically generated depend on the content of the Meta class and…

Django

2 min read

Day 33 of 100 Days of Django: Model Form in Django.
Day 33 of 100 Days of Django: Model Form in Django.
Django

2 min read


Aug 20, 2022

How I bought Happiness for my Brother as a Software Engineer.

In today’s world🌍, money is like oxygen — lack of oxygen can kill you☠, and so can too much of it. There is a myth I grew up with and heard so many times that I believed it. They say money doesn’t buy you happiness😏. Money does buy happiness🤣. Money…

Programming

2 min read

How I bought Happiness for my Brother as a Software Engineer.
How I bought Happiness for my Brother as a Software Engineer.
Programming

2 min read


Aug 18, 2022

Day 27 of 50 Days of React: Radio and Checkbox Component of MUI in React.

Hi, Dev’s👋🏻, Let’s see How to use the Button and Button Group Component of MUI in React? Checkbox Checkboxes allow the user to select one or more items from a set. Checkboxes can be used to turn an option on or off. If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches. …

React

2 min read

Day 27 of 50 Days of React: Radio and Checkbox Component of MUI in React.
Day 27 of 50 Days of React: Radio and Checkbox Component of MUI in React.
React

2 min read


Aug 18, 2022

Day 32 of 100 Days of Django: Styling Errors in Form Field in Django.

Hi, Dev’s👏, Let’s see How to style field errors in Django? In the following way we can access field errors: {{field.errors}} → It outputs <ul class=”errorlist”> containing any validation errors corresponding to this field. You can customize the presentation of the errors with a {% for error in filed.errors %} loop. In this case, each object in the loop is a string containing the error message. Example: {{form.name.errors}}

Django

1 min read

Day 32 of 100 Days of Django: Styling Errors in Form Field in Django.
Day 32 of 100 Days of Django: Styling Errors in Form Field in Django.
Django

1 min read


Aug 17, 2022

Day 26 of 50 Days of React: Button and Button Group Component of MUI in React.

Hi, Dev’s👋🏻, Let’s see How to use the Button and Button Group Component of MUI in React? Button😊 Buttons allow users to take action, and make choices, with a single tap. Buttons communicate actions that users can take. They are typically placed throughout your UI, in places like: Modal windows Forms Cards Toolbars import * as React from 'react'; import Stack from '@mui/material/Stack'; import Button from '@mui/material/Button';

React

2 min read

Day 26 of 50 Days of React: Button and Button Group Component of MUI in React.
Day 26 of 50 Days of React: Button and Button Group Component of MUI in React.
React

2 min read


Aug 17, 2022

Day 31 of 100 Days of Django: Match Two Form Field Values in Django.

Hi, Dev’s👏, Let’s see How to match password and confirm password field values in Django? In the forms. py file you create a form and in that form, you create a clean method that overrides the default clean method, and there you can get your cleaned submitted values. The call to super().clean() ensures that any validation logic present in the parent class is maintained. Example from django import forms class StudentRegistration(forms.Form): name = forms.CharField() password = forms.CharField(widget = forms.PasswordInput) confirmpassword = forms.CharField(widget = forms.PasswordInput) def clean(self): cleaned_data = super().clean() p1 = cleaned_data["password "] p2 = cleanded_data["confirmpassword "] if p1 != p2: raise forms.ValidationError("password does not match")

Django

1 min read

Day 31 of 100 Days of Django: Match Two Form Field Values in Django.
Day 31 of 100 Days of Django: Match Two Form Field Values in Django.
Django

1 min read

Aman Khan

Aman Khan

676 Followers

Blockchain and Web3 Engineer

Following
  • Carlos Armando Marcano Vargas

    Carlos Armando Marcano Vargas

  • Stoic Mike

    Stoic Mike

  • Ali Dodangi

    Ali Dodangi

  • Marie Henry

    Marie Henry

  • Professor

    Professor

See all (412)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech