About 2 weeks or so ago, Amazon launched their Elastic Transcoder and at the time this has captured my attention right away — to the point where I had to go and add it to my AWS account and try it for myself. Regardless of anything else, that is an amazing tool and Amazon did […]
Posts Categorized: Tech
CDN — The Basics — Part 3
We looked in the previous post in these series on how to employ multiple load balancers to scale out your web app, however, so far the multiple load balancers were only used in a live/stand-by scenario, such as at any moment in time only one load balancer was active, while the other(s) were on standby, […]
Product Idea — A Bit More Animation in ShareThis?
Time for another idea for you — and I guess more to the point for the guys at ShareThis. (If you don’t know who they are, they are the company behind the sharing buttons at the end of each of my blog posts, which allows my visitors to share this onto major social / professional […]
CDN — The Basics — Part 2
In the previous post, “CDN — The Basics — Part 1”, we got as far as looking at the situation where a load ballancer is employed in front of a set of identical web servers, and the DNS is handled externally by a dedicated DNS server, potentially in a different cloud/region/data center. As it has […]
Product Idea — Dropbox Reloaded
I just had this thought just now and I thought I have to start writing down these “product ideas” — which are just random ideas of small improvements for various products that come to my mind every now and then — as otherwise nothing will happen. Don’t get me wrong, I don’t expect that simply […]
CDN — The Basics — Part 1
I wish I could put a “1 out of N” at the end of this post title, however, I have no ideas how far this will go unfortunately; I do however realise that the more I go into details about this subject the more there is to be said about it. And what I have […]
Use MS Powerpoint to Draw Diagrams
OK, so this post probably looks odd in the context of my blog — since most of the content so far is made up of (rather silly) pictures of me mixed up with technical content targeted at developers out there. However, if you are more than a coder and you actually get involved in designing […]
Of Java and Assembler
The title would no doubt puzzle quite a few of you — after all I’m putting in the same sentence a low-level, processor-specific language (for no better term for “assembler” — I know, I know, I know, “it’s not really a language”, right?) with a rather high-level, even platform-independent language like Java. So, right away […]
(Disappointing) Review of My Blog’s Traffic
A while back I’ve boasted on this very blog about the amount of traffic it has reached — based on stats that I have pulled up from the Wassup WordPress Plugin. I have decided recently to have a closer look at the traffic — any blogger who’s taking himself seriously checks now and then on […]
Perf4J and Object Creation/Destroy
If at any point in your coding life you had to measure some component performance, chances are that you came across Perf4J at some point. To quote from their own website: Perf4J is to System.currentTimeMillis() as log4j is to System.out.println() There are of course other ways to measure timings of components execution, however, I found […]