HN user

icn2

51 karma

Senior Software engineer in Vancouver,BC NodeJs/rails/ruby/postgresql/mysql/linux/web technologies/reactjs

Posts0
Comments29
View on HN
No posts found.

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

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.

I have used virtualbox and vmware player (free for non commercial user ). vmware player gave me much better experience.

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 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

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...

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.