The goal In the summer of 2016 I started my masters in software development at IT University in Copenhagen. Knowing myself I knew I was going to need a system for keeping track of all my reading and assignments. I needed an overview that was easily acc ...
Debugging drupal themes
I recently had some issues with the output in a Drupal project, but then I learned a new trick. Being primarily a back end developer I get kind of stuck when it comes to output issues. I focus mostly on security, database optimization, business logic, an ...
Decreasing response time
In case you haven't noticed my site has gotten faster. I recently checked my page speed score using Web Page Test and Googles PageSpeed tool and found that my site was lacking a bit in terms of performance. Here's what I did about it. Rendering One ...