Category – Code
4 posts tagged with "Code" (See all categories)

BBuilding Side Projects

12/07/202011 Min Read — In Code

I recently spent some time building a website called kitten pop. Check out the site here: kittenpop.net . Building this game was really enjoyable. It involved not only engineering and product, but…

SSearch Engine Optimization

26/01/20205 Min Read — In Code

SEO SEO refers to organic methods to improve your website's search engine performance and visibility. SEM (Search Engine Marketing) refers to paid methods to improve visibility in search engine…

WWeb Application Performance Optimization

12/01/20206 Min Read — In Code

There are countless case studies which have shown that improving time to interactive and the speed of your site is one of the best ways to increase and retain the number of users. A couple great…

RResolving modules dynamically with Webpack

17/02/20192 Min Read — In Code

One of the great advantage of using Webpack is the ability to load modules asynchronously and on the fly. This comes in handy when, based on a dynamic property from our client, we want to load a…