Website profile

Medium

On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.

  • 15,754articles · 30d
  • 33+ min agolatest article
  • Aug 14, 2026earliest in window
  • 68%with images
  • 77avg words
articles per day
Categories
  • Science & Technology 3,639
  • Arts, Culture, Entertainment & Media 3,615
  • People & Society 2,991
  • Economy, Business & Finance 1,947
  • Finance & Business 1,940
  • Computers & Electronics 1,911
  • Business & Industrial 1,870
  • Social Life 1,658

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

Medium
medium.com > @wambuicecilia36 > django-project-vs-app-whats-the-difference-3b82d74e97f8

Django Project vs App: What’s the Difference?

9+ hour, 49+ min ago   (707+ words) When I first started working with Django, one thing that took me a while to understand was the difference between a Django project and a Django app …...

Medium
medium.com > @priyansu011 > i-tried-to-make-django-strictly-typed-things-got-interesting-b248aa49daec

I Tried to Make Django Strictly Typed. Things Got Interesting.

3+ week, 9+ hour ago   (30+ words) What happens when you bring stronger type safety, schema-driven validation, and static analysis into one of Python’s most flexible web …...

Medium
medium.com > @aadutta7 > wsgi-vs-asgi-what-nobody-told-me-until-i-actually-deployed-my-fastapi-app-c080696fe632

WSGI vs ASGI: What Nobody Told Me Until I Actually Deployed My FastAPI App

3+ week, 14+ hour ago   (661+ words) Why moving from “localhost” to “the whole world” forced me to finally understand what a web server is actually …...

Medium
medium.com > @yogeshkrishnanseeniraj > django-just-killed-celery-for-most-projects-and-nobody-noticed-c718b26ae3dd

Django Just Killed Celery for Most Projects — And Nobody Noticed

3+ week, 4+ day ago   (32+ words) Django 6.0 shipped December 3, 2025, with a built-in Tasks framework. After 18 years of reaching for Celery to send a confirmation …...

Medium
medium.com > python-for-everything > day-16-flask-app-configuration-439d6dc17c81

Day 16 — Flask App Configuration

3+ week, 5+ day ago   (15+ words) Learn how to configure Flask applications using built-in and custom configuration settings and configuration files....

Medium
medium.com > @rameshkannanyt0078 > jwts-are-not-enough-a-practical-guide-to-api-security-in-fastapi-that-actually-scales-98137a873050

JWTs Are Not Enough: A Practical Guide to API Security in FastAPI That Actually Scales

4+ week, 5+ hour ago   (163+ words) Last year, I watched a production FastAPI API get pwned in 12 minutes. The developer had done everything “by the book” — OAuth2, JWT tokens, HTTPS. And yet, a single refresh token leak brought down an entire fintech dashboard. That day, I learned…...