Problem: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000.
Continue readingweb developer
Problem: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000.
Continue readingOne of my hybrid mobile app required JSON data and some rendered HTML to be cached to reduce number of requests to the server. I tried localStorage and few other libs, but I couldn't find what I'm looking for.
Continue readingI wouldn't care less for Java 6 vulnerability and some applications on my computer require Java 6 to work properly.
Continue readingUsing annotations can make your controller code cleaner, avoid duplicated code as you can seperate pre-execute logic from the controller.
Continue readingLaravel is becoming increasingly popular. Everyone loves it, so i decided to take a look at this shiny new framework.
Continue reading