When you run into a problem, a bug in your code, how do you try to fix it? Do you try to debug the problem, in order to figure out what the root cause is? Do you use tools like debuggers, loggers or code inspections, in order to better understand where and what is causing … Continue reading Don’t be an Evolutionary Programmer
Author: RP
Building a WebApp from A-Z: The Caucus Tech Stack
When building Caucus, my first personal project, I had a couple of core goals and philosophies that I used to guide all my decisions. Keep it simple. Keep it small. Be very lazyFocus ruthlessly on your user experience and value add. For all other distractions: Outsource and minimizeEnable rapid scalability to millions of visitors if … Continue reading Building a WebApp from A-Z: The Caucus Tech Stack
From Hello-World to Web-Launch in 2 Years
There was a time when I had never seen nor touched an IDE. I had never laid eyes on Java, SQL, AWS or even REST APIs. If you had told me that over the next 2 years I would go on to build and deploy my own web API, with the entire REST interface coded … Continue reading From Hello-World to Web-Launch in 2 Years