2015-06-21

InfoSec is Not enough

InfoSec is Not enough: I’ve worked in large organizations where IT and software was the means to an end by supporting business and I’ve worked in purely technical organizations where software & IT was our business. These organizations both had information security (InfoSec) groups…Read more ›The po


The Future Of Drones

The Future Of Drones:



Chris Anderson Q&A: Drone Entrepreneur Talks About His New Company, GoPros, And The Future Of Drones

Crash-only software: More than meets the eye

Crash-only software: More than meets the eye:



Next time your Linux laptop crashes, pull out your watch (or your cell phone) and time how long it takes to boot up. More than likely, you're running a journaling file system, and not only did your system boot up quickly, but it didn't lose any data that you cared about. (Maybe you lost the last few bytes of your DHCP client's log file, darn.) Now, keep your timekeeping device of choice handy and execute a normal shutdown and reboot. More than likely, you will find that it took longer to reboot "normally" than it did to crash your system and recover it - and for no perceivable benefit.

Why Redis beats Memcached for caching

Why Redis beats Memcached for caching:



Memcached or Redis? It's a question that nearly always arises in any discussion about squeezing more performance out of a modern, database-driven Web application. When performance needs to be improved, caching is often the first step employed, and Memcached and Redis are typically the first places to turn.

Top Programming Interview Questions

Top Programming Interview Questions:



My collection of programming interview questions quite useful for anyone appearing for programming job thought question are not new but they are well popular and mostly asked in interview so good from preparation point of view.

Fastest way to test your REST endpoints - 1 line = 1 test

Fastest way to test your REST endpoints - 1 line = 1 test:



Add all the endpoints in a text files with expected http return code and or text of response body.

The Loyc LL(k) Parser Generator: Part 5

The Loyc LL(k) Parser Generator: Part 5:

LeMPStandalone.png

Concerned about regular expressions being unintelligible, repetitive, hard to get right and non-recursive? Read part 5, possibly the most useful part yet!