web | https://www.better-simple.com/ |
---|---|
Author | Tim Schilling |
Aug. 18, 2023 » Better Simple » [Archived Version]
If you have people using the Django admin without knowing the code you can make their life easier by showing the fields that are actually being searched.
Read MoreAug. 18, 2023 » Better Simple » [Archived Version]
A brief description of various skills, experiences and technologies I feel that a professional Djangonaut has.
Read MoreJuly 12, 2023 » Better Simple » [Archived Version]
I've added some thoughts on testing to my Unsung Developer Thoughts. Check it out!
Read MoreJune 25, 2023 » Better Simple » [Archived Version]
I've added a new section to my site called Unsung Developer Thoughts. Check it out!
Read MoreJune 3, 2023 » Better Simple » [Archived Version]
This is my attempt to help clear up confusion about Django migrations and your database.
Read MoreJune 2, 2023 » Better Simple » [Archived Version]
Short answer, trust.
Read MoreApril 22, 2023 » Better Simple » [Archived Version]
This is a 100% biased take. I’m on the DjangoCon US 2023 organizing team and am a member of DEFNA’s board. I also had a fantastic time at DjangoCon US 2022, so much so that I became an organizer and a member of DEFNA’s board. Simply put, I’m all in on Django. That definitely skews my perspective, but you’re here for an opinion. Send your people to DjangoCon! point over In all seriousness, I had this discussion with an executive on why we should send our other engineer to DjangoCon US this fa…
Read MoreApril 6, 2023 » Better Simple » [Archived Version]
When you’re working with timestamped data, eventually you’ll come across the need to fetch records that occur every X days. This post attempts to explain how to do that from within the Django ORM. If you’re here for code, then this part is for you! from django.db.models import F, Cast, IntegerField from django.db.models.functions import ExtractDay, Mod from django.utils import timezone from yourproject.models import MyModel # If you want to fetch data starting with a day other # than today…
Read MoreMarch 30, 2023 » Better Simple » [Archived Version]
I recently reread “Built to Last: Successful Habits of Visionary Companies” by Jim Collins and Jerry I. Porras. While I read it in the context of my day job, it was hard not to try to apply it elsewhere in my life. Heck, the authors specifically call this out. What follows is my opinion for the future of the Django community as a whole. I certainly don’t speak for the thousands of people involved. My hope is that this will motivate others to contemplate and share. I’d love to see how ever…
Read MoreMarch 19, 2023 » Better Simple » [Archived Version]
This post doesn’t contain any technical details. It’s about my background and recent history. I want to tell you about these things so that you can better understand me. Feel free to skip it if you’d like or rage at my entitlement. I went to school at a small midwestern school for my Bachelors degree in Computer Engineering. While it was interesting and mostly enjoyable, I truly learned the most from my internship at Direct Supply. I was hired on as a software engineering intern the summer bet…
Read More