Reading List
The most recent articles from a list of feeds I subscribe to.
Moving back to GitHub.
I started self-hosting a gitea instance a few months ago -- and now I'm moving back to GitHub. Here's why.
The post Moving back to GitHub. appeared first on Ru Singh.
Makefile is awesome!
Recently having used a Makefile, I implemented one at work. Lower barrier to entry for new and junior developers equals happiness.
The post Makefile is awesome! appeared first on Ru Singh.
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.
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.