Chetane | 11 years ago | on: Ask HN: What does modern front-end web development look like?
Chetane's comments
Chetane | 11 years ago | on: Ask HN : Who's in NYC for YC StartUp School
Chetane | 11 years ago | on: Ask HN: If learning to develop for iOS- start with Obj C or Swift?
I also find it pretty easy to convert Objective C code (from tutorials/StackOverflow) to swift, in particular with the help of auto-completion. So in my opinion (from someone who just started, so take with a grain of salt), I would definitely suggest Swift
Chetane | 11 years ago | on: Ask HN : Who's in NYC for YC StartUp School
Chetane | 12 years ago | on: Ask: What do you use for source code spell checker
Chetane | 12 years ago | on: Dating app looking for a co-founder
Chetane | 12 years ago | on: Ask HN: How to hack a Computer Science minor into a developer position
Along the way, you'll probably hit many roadblocks (e.g. ruby? php? html? ftp? git? heroku? aws?) but overcoming them through research, trial and error will teach you a lot about software engineering and you'll come out of the experience more educated. There's also an added benefit of building up a portfolio that shows you care more about solving problems (remember, we started from an idea) than a specific set of technologies (only a tool to execute on said idea).
When you think you're "good enough" to provide value to a company, I would start applying to job openings in parallel. Good luck! I'm actually a mechanical engineer by education, but transitioned to software after graduating using the method described above.
Chetane | 12 years ago | on: Ask HN: Is C# suitable for creating a modern OS like Windows 7?
Chetane | 12 years ago | on: Ask HN: Is C# suitable for creating a modern OS like Windows 7?
That being said, it is also possible to generate a native image (using ngen) to transform CIL into native code for a specific machine. But that approach is the exception more than it is the norm.
Chetane | 12 years ago | on: Gmail chat is sent to wrong person
More: https://productforums.google.com/forum/#!category-topic/chat...
Chetane | 12 years ago | on: Google in 1998
Chetane | 12 years ago | on: Ask HN: Are you happy in your current job? (y/n)
Chetane | 12 years ago | on: Quick What is your technology stack?
Development stack: Ruby on Rails, MySQL, Backbone.js (Coffeescript)
Testing: RSpec, Konacha (continuous integration using Jenkins)
Server: SaltStack for provisioning, nginx/unicorn
Deployment: Capistrano
I think that's a good overview. Then there are a lot more 3rd party services like S3, Sendgrid, etc..
Chetane | 12 years ago | on: Ask HN: What are some good debuggers you have used, for C/C++
Chetane | 12 years ago | on: Ask HN: How exactly do you get a job interview?
Chetane | 12 years ago | on: Ask HN: Is RubyMine worth it?
Pro: - Code navigation is really quick (e.g jump to definition, inline view of implementation, including gems) - Debugging experience is great (e.g. setting breakpoints, stepping into and execution code within breakpoint context) - Git integration is very good (e.g. review your code side by side before pushing/sending for review) - Great support for running tests within the IDE, also supports having a rails console within the IDE - Navigating through projects and multiple files is really fast/efficient - Auto-completion, code inspection
All in all, I'd say it's really worth it if you're the type of person that enjoys using productivity tools. As others mentioned, it's somehow similar to using VisualStudio with C#.
Chetane | 12 years ago | on: Cheap hosting for Rails app?
Chetane | 12 years ago | on: Cheap hosting for Rails app?
Chetane | 12 years ago | on: Ask HN: I am working in a troubled startup and seeking some advice
In most states, that's actually illegal. Employer is required by law to give you pay stubs.
Chetane | 12 years ago | on: Ask HN: I am working in a troubled startup and seeking some advice
I'd first ask the founder to be frank and open about what's truly going on. If that succeeds, I'd then change the focus to less products. If you can't get both those things to happen, I'd suggest leaving.