Roast Dev - community of developers Logo
  • Home
  • Categories
  • About
Login
Tech news 6 Tech Posts 31279 Web Dev 24
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Roast Dev - community of developers

Professional programming tutorials and development guides. Learn, build, and grow your software development skills.

  • About Us
  • All Categories
  • Sitemap
  • RSS Feed
  • We are on DFace
  • RoastedGames

Made with PHP &
© 2026 Roast Dev - community of developers. All rights reserved.

Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm

Django REST Framework with Simple JWT (JSON Web Token): Steps on how to sign and verify using the RSA algorithm
Prerequisites Before getting started, ensure you have completed the setup for Simple JWT Background In order to use the RSA algorithm, we need to have a private key and a public key. ...
22.03.2025 0 Read More

Supercharge Your Django App: High-Performance Optimization Strategies

Supercharge Your Django App: High-Performance Optimization Strategies
Django is powerful, but is your app running at its full potential? Slow performance can hurt user experience, SEO rankings, and even cost you money. Whether you're handling thousands of users or scali...
22.03.2025 0 Read More

Better living through optimized Django

Every engineer that loves Django and has a blog has at least one of these posts.Django's ORM is excellent, but given enough time it's easy for approaches that weren't mistakes to grow into mistakes Th...
22.03.2025 0 Read More

Handling CSRF Login Errors Gracefully in Django

Handling CSRF Login Errors Gracefully in Django
What's CSRF? Cross site request forgery is a type of attack where a malicious website tricks a user into performing actions on another site where they're authenticated. This is usually done b...
22.03.2025 0 Read More

Adding HTTPS to django app on VM(Windows OS) Production level

We are developing react native app with django as a backend. We deployed django on VM(which we bought it has Window OS) and there git pulled and running django server by just uvicorn backend.asgi:appl...
23.03.2025 0 Read More

Building a Project Budget Manager with Django - Part 6: Advanced Features

Custom User Management Create a custom user app (users/models.py): ⛶from django.contrib.auth.models import AbstractUser from django.db import models class CustomUser(AbstractUser): "...
24.03.2025 0 Read More

Building a Project Budget Manager with Django - Part 5: Templates and Documentation

Introduction In this part, we'll dive into creating beautiful and functional templates for our project using Django's template system and Tailwind CSS. We'll also focus on writing clear docum...
24.03.2025 0 Read More

Building a Project Budget Manager with Django - Part 4: Deployment and Production Setup On Ubuntu Server

In this final part of our series, we'll prepare our Project Budget Manager for production deployment. We'll cover security configurations, performance optimizations, and deployment steps. Prod...
24.03.2025 0 Read More

Building a Project Budget Manager with Django - Part 3: Views and Templates

In this third part of our series, we'll create views and templates for our Project Budget Manager. We'll use Tailwind CSS for styling and HTMX for dynamic interactions. Setting Up Tailwind CSS...
24.03.2025 0 Read More

Building a Project Budget Manager with Django - Part 2: Authentication and Models

Introduction In this part, we'll set up user authentication and create our database models. We'll use Django's built-in authentication system and create custom models for our project manageme...
24.03.2025 0 Read More
Loading...
#reading
The Ultimate Guide to Selenium Scraping
0
From PHP to Python - porting a Reddit clone with the help of Amazon Q Developer
0
Why Startups Prefer PHP for Cost-Effective Web Solutions
0
Day 3: BackendChallenges.com - Why Multi-Tenancy Matters?
0
Using Laravel Event Listeners for Cleaner, Decoupled Code
0
#popular
How to Disable NSFW Filter in FaceFusion 3.2.0
0
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
1
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0