Homepage
Follow
Following
Sign in / Sign up
Deckspire
Deckspire is a product development firm. We share thoughts on technology, education software, tech investing, product development here among others.
About
Latest
Outsourcing Development Without Killing Your Startup
Outsourcing Development Without Killing Your Startup
At an early stage company, tight budgets and even tighter timelines are cause for constant pressure. Simultaneously, web and mobile…
Marino Orlandi
Mar 30
The MBA Guide to Learning How to Code
The MBA Guide to Learning How to Code
Reposted from our company blog. Read it here as well: http://www.deckspire.com/blog/2016/02/29/mba-guide-to-learning-how-to-code/
When I first started teaching myself to code, one of the greatest sources of frustration I faced was my inability to find a concrete answer to a seemingly straightforward question: where do I start? There were so many programming languages to learn and so much that those languages could be used for, yet I couldn’t for the life of me find any solid advice on where someone with absolutely no programming background should begin.
Nitish Aitharaju
Mar 4
4 lessons learned deploying Python Django on EC2
4 lessons learned deploying Python Django on EC2
Recently I spent 4 solid days working on deploying a Python Django application on an EC2 instance. The process was way longer than I…
expected it to be, but this helped me learn a lot about Python Django deployment that I think will be valuable to share.
¶
Deployment is important but annoying
¶
When you’re busy designing and building a functional web application, it’s easy to forget that you have to deploy it onto a server at some point. Using a local development environment is great. You have a local Sqlite3 or MySQL where the data doesnt matter, you can keep tweaking the models as you see fit, run migrations like a maniac…
Nitish Aitharaju
Mar 12
More stories