Stop worrying about which tech to learn in order to find a job.
• Learn what you’re interested in,
• be so good at it that those looking to fill positions requiring that knowledge can’t ignore you,
• win the game.
#webdevelopment
@gitcommitdreams Well, the buzz is that there’s never been a better time to look for a software engineer position than right now, so I’d say you’ve got a good shot at a nice role if you put yourself out there.
Good luck!
@gitcommitdreams I wasn’t asked as much about my prior engineer job as I was about the tech I used on my project apps and how/why I designed them the way I did.
Ever wonder how to display a Django dynamic class-based view in a Bootstrap modal?
Here's a simple solution to a problem that was beginning to wear me out.
Simple modal to open details of an item (Django + bootstrap) by @Antonio_D_House https://t.co/i4T9BEWtb8
@shaundai@driannavaldivia How can you look at the way it moves around and not think it’s cute? There are frightening crawling things in the world, but this one? No way.
@gitcommitdreams Isn’t ‘unique’ supposed to keep the same value from being used more than once to create an instance of a model? Like if the table represented users, then no two users with the same email could be created if the email field has the ‘unique’ tag. Sorry if I missed the point.