Recent content by hyperkernel

  1. H

    Writing a website in C++?

    C++ is stupid to use for webpages for a few reasons: Managing concurrency needs to be built by hand Security is very easy to fuck up (e.g. doing string interpolation without proper bounds checking is enough to get you into trouble) ORMs exist, but they are not idiomatic By the time you dress up...
  2. H

    What am I looking for?

    They are very custom. Artsy (dot net) uses Rails, GitHub also uses Rails. You can do anything with it but it is very from scratch and you will probably pay more than you would for PHP
  3. H

    Engineer lurking for over 5 years already, finally joined!

    There is always room to learn. You would be surprised, a lot of computer science schools churn out trash nowadays. Good hardware knowledge is important!
  4. H

    What am I looking for?

    Against the advice some have given here, I would look for a developer that can make an application running either on Rails or Django so that you can deploy it on Heroku or a similar cloud service. Nowadays, running your own VPS is unnecessary overhead. Find an inexpensive application container...
  5. H

    Engineer lurking for over 5 years already, finally joined!

    Hi all, I'm an industry computer software engineer getting tired doing mundane tasks day in and day out in my jobs and finally decided to take life into my own hands. I joined because I want to apply my engineering knowledge to the methods many esteemed members here have written for making...
Back
Top