Reading List

The most recent articles from a list of feeds I subscribe to.

It took me a Python/Django journey for β€˜decorators’ to make sense.

A short story of how decorators as a programming concept made sense to me.

The post It took me a Python/Django journey for ‘decorators’ to make sense. appeared first on Ru Singh.

Rest.

I was able to spot early signs of burnout, and requested a day off.

The post Rest. appeared first on Ru Singh.

Learning Django: Day 4 and 5.

Progress with Django over the last two days: Hook up SMTP email via Sendgrid, as well as use HTML emails with a fallback on plain-text. πŸŽ‰ In dev env, serve media files through Django. Add extra fields to the User model. User profile pages, complete with a profile picture. 😲 Using and getting comfy with… Continue reading Learning Django: Day 4 and 5.

The post Learning Django: Day 4 and 5. appeared first on Ru Singh.

Learning Django: Day 3.

Today’s progress with Django. πŸŽ‰ Sign up auth flow; customize with name, email fields. Code refactors, bugfix. Very, very gentle introduction to class based views. Make things look nicer. πŸ’… In dev env, serve static files through Django. Slower than expected today, as I couldn’t hook up the SMTP email delivery. πŸ˜” That means, tomorrow:… Continue reading Learning Django: Day 3.

The post Learning Django: Day 3. appeared first on Ru Singh.

Learning Django: Day 2.

πŸ—’οΈ Today’s progress with Django. Auth flows using Django’s defaults (bar sign up) Permissions framework for authorization Comments for blog posts Poll for comments using https://htmx.org/ and serve server-side-rendered HTML 🀯 Install, configure, and generally look at debug-toolbar List groups for a user in the menu Another fantastic day. πŸ˜„ Tomorrow: code cleanup, sign up… Continue reading Learning Django: Day 2.

The post Learning Django: Day 2. appeared first on Ru Singh.