sociolog - Your trail across social media

Good software developers test their stuff. And the TDD (Test Driven Development) addicts are maniacs when it comes to testing. Those guys usually think in code, be it Java, Python, nodeJS, you name it. TDD means you write tests first, then you code just as much as it takes to …
So now I have a static site that is generated by jBake. So far so good. But what’s a site without a search? Search is a must. So how do we add search functionality to a static site? Easy: We use the search giants Custom Search functionality ;)
These are …
No real content from me, but a meme I discovered and I felt I need to remember:
And the guy is now definitely on my watch list ;)
I’ve been playing around with HTML & JavaScript. And Geometry is just it ;)
Unfortunatly the script won’t render here, nso I just show you the code:
<div id="c" onload="Draw()"></div>
<script>
var c = document.getElementById("c")
var ctx = c.getContext("2d")
var cw = (c.width = 600),
cx …
* This page is ~~under construction~~ unfinished… *
First: It’s not my invention! Many did it before, there are lots of description out there. It still took me some time ;)
This and this was the most inspiring source and easiest explanation (that gives confidence ;) ).
So this is the overall setup …