By Unknown Jumat, 20 Juni 2014 Bootstrap BOSCC Presentation Pulling Your Website Up By Your Twitter Bootstraps Hello Boston Code Camp! Here are some resources to supplement my talk on Bootstrap 3 talk titled: Pulling Your Website Up By Your Twitter B...
By Unknown Kamis, 19 Juni 2014 .NET DataTable PivotTable VB.NET How to Pivot a DataTable in .NET So I would have thought this problem would have already been solved by the Internets at large. As it turns out, I couldn’t find a very simp...
By Unknown Minggu, 15 Juni 2014 Coding Git GitHub Presentation Stepping through a Code Demo One challenge to delivering coding presentations is the trade-off between: Showing actual real code that developers can get their head aro...
By Unknown Rabu, 28 Mei 2014 .NET For Loop RemoveAll VB.NET Remove Items in For Loop As a general rule, you should not modify a collection that your are looping over, only the items inside of that collection. The problem wit...
By Unknown Rabu, 21 Mei 2014 API bugs compatibility pure failure LibreSSL porting update I've recently covered some issues with LibreSSL and some common porting mistakes . Since these articles came out, I've noticed two ...
By Unknown Selasa, 20 Mei 2014 API bad code bugs competition pure failure Dealing with randomness Two weeks ago, I wrote an article regarding randomness on UNIX systems and libraries. In it, I dealt with some theoretical API issues, and ...
By Unknown Sabtu, 17 Mei 2014 buffer overflow bugs good code insane ideas Library protocols pure failure Protecting private keys Web servers use private keys which they alone have in order to secure connections with users. Private keys must be protected at all costs. ...