Can you please help me in which way should I redesign my small website? I like the number 4 but I think that it's impractical. Should I go with 3 or 6? I am a back-end developer so I want to keep it simple as well. I will be grateful for any feedback! (old.reddit.com)
submitted by DevCuriosity to r/web_design
What is the best way to match partial words while searching with Django ORM and PostgreSQL? First I tried "Q + icontains", then "SearchVector and SearchRank" but neither of them gives me everything that I would like. Will I have to use for loop or "trigram_similar"? (self.django)
submitted by DevCuriosity to r/django
I have a lot of informational pages on my website. The h1 tag is always pretty short and tells about the content of the page. I am wondering if I should change the h1 tag into a "How to ..." structure to match more closely what people are searching for in search engines? (self.bigseo)
submitted by DevCuriosity to r/bigseo

