aakas

aakas @aakas

About: A learner

Joined:
Mar 28, 2020

aakas
articles - 14 total

django storage config for django version >= 4.2

Use the config STORAGES = { "default": { "BACKEND": "storages.backends.s3.S3Storage", ...

Learn More 0 0Apr 19

Mastering the Command Design Pattern in Python

In software development, as systems grow, so does the need for maintainable, flexible, and decoupled...

Learn More 8 0Oct 29 '24

Webhooks in Django: A Comprehensive Guide

Webhooks are a powerful feature for creating real-time, event-driven applications. In the Django...

Learn More 15 1Oct 28 '24

how to generate pdf in django in other languages?

I use xhtml2pdf to generate pdf in django. The pdf generation smooth for the english language. But i...

Learn More 0 0Oct 16 '22

Handling the Enter and arrow keys using Javascript

I had a task assigned to handle a "enter" key in my internship. Actually, I am not quite familiar...

Learn More 0 0Oct 11 '22

anyone who can mentor/ teach me reactjs?

I know the basic knowledge about the components, props. But i can't do routing and design spa.

Learn More 0 5Oct 6 '22

Using AJAX for first time.

I had a task assigned to me in a internship. The task was to update the data of the details of...

Learn More 4 0Aug 23 '22

jwt token in registration

is it good practice to return jwt token after registration?

Learn More 0 0Aug 16 '22

Learning Reactjs

I have always wanted to learn react, and be able to use it as a frontend for a project. Now, I am...

Learn More 5 1Jun 9 '22

30 days of Leapfrog Student Partnership Program Learning Challenge.

Actually, the learning challenge is of 60 days, but I am writing this article as I have completed the...

Learn More 8 1May 15 '22

Can't unfollow sql tag.

I was just clearing up the not required tags in dev.to profile. I have unfollowed many tags that are...

Learn More 2 2Nov 12 '21

Hacktoberfest 2021 Experience

I got all my 4 pull request accepted in this year's hacktoberfest. I am quite happy to complete the...

Learn More 2 0Nov 6 '21

vscode editor on browser for github repo

Today I learned about the on browser vscode editor for github repo. So all you have to do is search...

Learn More 5 0Nov 6 '21

Getting Started with Django (Part 1)

Django is a free and open-source high-level Python web framework. As Django itself claims as “The web...

Learn More 2 0May 17 '21