Ajit Kumar

Ajit Kumar @ajitkumar

About: I have been a researcher and python programmer since 2012. Currently, exploring full time AI researcher and developer job role with my current position.

Joined:
Jul 11, 2024

Ajit Kumar
articles - 10 total

Django Deployment : Serving Static files with Nginx and Gunicorn

All the Django Deployment (web or rest frameworks) needs to have a setup for serving static files and...

Learn More 0 0Dec 23 '24

Note: SSH to EC2 without specifying .pem

To avoid specifying the .pem file every time you connect to an EC2 instance, you can configure your...

Learn More 0 0Dec 23 '24

Transfer, Copy, or Mirror: Playing with Ownership of Github Repo: ChatGPT notes

Migrating a GitHub repository to a new account can be done through several approaches depending on...

Learn More 0 0Nov 22 '24

Handling Untracked files Gracefully in Git : ChatGPT Output

Untracked files in Git are files that are not part of version control—they exist in your working...

Learn More 0 0Nov 22 '24

Day 1 : Daily Notes for #30DayOfFLCode

Day 1 Last summer, I changed my learning journey from academic research to developer....

Learn More 2 0Nov 20 '24

Scrape but Validate: Data scraping with Pydantic Validation

Note: Not an output of chatGPT/ LLM Data scraping is process of collecting data from public web...

Learn More 2 0Nov 16 '24

Dumping JSON data to Django Models: Using Django Setup and Commands

The need of data become most important when you complete your first version of website using Django...

Learn More 2 0Aug 15 '24

Automate Spider Creation in Scrapy with Jinja2 and JSON

Today, I am going to share about my web scarping automation that i have been working recently which...

Learn More 1 0Jul 27 '24

String and Trailing comma, get couple and become, Tuple (): A copy & paste mistake to Error and concept

Today, I am going to tell a story about my copy & paste mistake and how a string with trailing...

Learn More 0 0Jul 21 '24

Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

As a developer working on APIs or front-end applications, you need data in your database to test API...

Learn More 3 2Jul 12 '24