Most people with a degree in CS will certainly know what Big O stands for. It helps us to measure how well an algorithm scales. But I’m curious, how...
  • April 17, 2022
  • 0 Comments
In countless places online I have seen the recommendation to include CSS prior to JavaScript. The reasoning is generally, of this form: When it comes to ordering your CSS...
  • April 17, 2022
  • 0 Comments
IT Nursery
Greetings, I have a WP site with over than 150k pageviews /day. It’s running on a Intel Core i5 CPU 760 @ 2.80GHz, with Centos and 4 GB of...
  • April 16, 2022
  • 0 Comments
I was implementing an algorithm in Swift Beta and noticed that the performance was very poor. After digging deeper I realized that one of the bottlenecks was something as...
  • April 16, 2022
  • 0 Comments
IT Nursery
I’m developing a WP theme, based on _s default theme with WP 4.1.1. I keep getting a TTFB(time to first byte) of 22s, consistently both on the front and...
  • April 16, 2022
  • 0 Comments