RANDOM.ORG offers true random numbers to anyone on the Internet. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.
Category: Programming
A big part of my work has to do with code. I’ve worked as system administrator – installing, patching, and configuring someone else’s code. I’ve worked as independent programmer, writing code on my own. I also programmed as part of the team. And on top of that, I worked as Team Leader and Project Manager, where I had to interact a lot with programmers. Programming world on its own is as huge as the universe. There is always something to learn. When I find something worthy or something that I understand enough to write about, I share it in this category.
Stack – reusable middleware with PHP
Stack – reusable middleware with PHP
ReactPHP – event-driven, non-blocking I/O with PHP
ReactPHP – event-driven, non-blocking I/O with PHP
RequestBin – Inspect HTTP Requests
RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way. Use RequestBin to see what your HTTP client is sending or to inspect and debug webhook requests.
Learn REST: A RESTful Tutorial
Learn REST: A RESTful Tutorial – this is a huge time-saver!