Is Django restful in current version? Or I still need these if request.GET and if request.POST ?
HN user
icn2
Senior Software engineer in Vancouver,BC NodeJs/rails/ruby/postgresql/mysql/linux/web technologies/reactjs
http://bidwars.net buy and sell with neighbors you trust
Location: Vancouver,BC, Canada Remote: Yes looking for remote position Willing to relocate: NO Technologies: rails/ruby/python/reactjs/elixir/phoenix/mysql/postgresql/mongodb/javascript Résumé/CV:On Request Email: online.service.com@gmail.com
I am not using parse's backend services. I am using its push services. Has anyone had experience with Amazon Simple Notification Service? I am thinking switch to aws sns (https://aws.amazon.com/sns/).
Lots of people just don't get it :).
Thanks for hardworking! Chris has been very active on answering questions on slack as well!
Could some company support phoenix framework as well? Phoenix's channel feature is already there :)
I haven't followed django for a while. Could someone explain a bit more about django' model association part. Is it currently comparable to rails's model associations? Looking at these two pages http://guides.rubyonrails.org/association_basics.html https://docs.djangoproject.com/en/dev/ref/models/relations/
It seems there are a bit more on rails model associations.
It is not just language. It is the platform behind language. You choose python/ruby your stack probably is opensource/linux stack. If you choose c# you probably is stuck with windows stack, (in which you don't have a lot options like open source stack).
I am just curious if he makes $65/hour how come he didn't save up 300 hundred ? It is just 5 hours his time.
It looks not like 1999 at all. In 1999 one can easily find a programming job only knowing html. Today It seems that tons of graduates knowing very well Big O complexities, all kinds of cs fundamental algorithms still need to compete for a job.
At least they didn't use windows/.net stack this time.
For government projects, sometimes they don't want to save money at all. They are more interested in how money can get in someone's pocket.
I love this idea. Hope more and more companies could adapt this way for hiring.
Misleading title.It is more about "New Relic now supports Node.js"
I have used virtualbox and vmware player (free for non commercial user ). vmware player gave me much better experience.
Why Australia? Why not simply get back to Canada?
I love linux and this idea. Could you record video in a better environment?
I like oracle way of hiring. You got a degree from a decent college with decent GPA you are in. Very clear and straight forward. If you got in a decent college and graduated with a decent GPA - you are smart and somewhat hardworking, you should be doing well in your job.
This is why I always object monetizing public services.
This is the part I am always confused. If we all know graduates getting an engineering degree(CS,EE) make more money than graduates with english/arts degree. We should see an obvious trend students heading to engineering majors. Why still so many students go to english/arts/... major and they know they will make less promising income?
-> "Krrb does not have the right to scrape data from Craigslist, on your say-so." Wrong logic here my friend, it is the user to scrape and repost. Krrb just help user to make the process easier by making the tool
Krrb just make a tool for user's convenience. Krrb didn't do any scraping of the content of craigslist. It is user's action/intent to scrape and repost. There is nothing wrong with Krrb just provides a tool for user's convenience
Seems not a so awesome exit with Launch Date: 2004 and Funding of $26.5M
No shortage of good IT workers as well. My point is it doesn't matter how good local workers are. As far as there are better (their standard) foreign workers they claim there is a shortage because they want top ones.
There is no such a thing shortage of IT workers. These companies (google, facebook…)claim shortage of talents because they always want top ones (at least with the standard they think). As far as there are better quality foreigner workers they always claim shortage.
I dropped linode two months ago. Hope they have purged my cc information from their system. Well I logged in just now with old credentials. Cc information is still there, not so good...
Great story. Thanks for sharing. I like the No3. "Working on a problem that people don’t have probably means that people won’t be willing to pay for that product."
I have more experiences on django. Recently I looked into ruby on rails and I don't want to look back. * bundle install. In ruby everything is a gem when you deploy to a new machine all you need to do is "bundle install". In django I really don't see a comparable facility. I recall I forgot something until I got an "import module error" * scaffold. ruby on rails scaffold just makes development usper fast. * dev/test/production config. Well it is just very convenient. * db migration. migration make db update/change much easier. Changing db/data schema is so painful in django.