Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2016-09-29
What is the most vulnerable operating system?
›
For whatever reason I needed some data on what the most vulnerable operating system was and instead I stumbled over some questionable use of...
2016-09-22
Go for C# developers: All your async are belong to us
›
Learning how to write "good" go code (in some definition of good) sometimes mean you need to unlearn old habits. This is especiall...
2016-09-15
Go for C# developers: Where to define interfaces
›
When writing Go code the general guideline is not to create interfaces unless it is really needed. A good example would be an interface with...
2 comments:
2016-09-08
Another example on ways to to make your code testable
›
Before you go crazy on me screaming that making code testable for the sake of testability is bad I'd like to agree. However testable cod...
2016-09-01
The 2008 advent calendar - 24 ways to write a test
›
Oh yes I love December 2008 . I decided to challenge myself and write the same test in 24 different ways. And it was an interesting experien...
2016-08-25
Implicit Attitude Test - learn something about yourself
›
As part of on boarding my new job the IAT was mentioned. And then when I attended some social engineering talks at DefCon a few weeks ago ...
2016-08-18
When your employer is phishing
›
A couple of months before I left my previous job I received a suspicious email - apparently I've received a fax and it was inside a link...
2016-08-11
How to prevent your users from deposit checks with your app
›
So it has been a long time since I encountered a user interface that make stupid assumptions about their users but a few weeks ago my bank m...
2016-08-04
Prioritizing, responsibilities and open source
›
November 2008 had a lot of fun reads and I had a great time going over all those old post. But a few things stood out apart from the $1,000...
2016-07-28
Go for C# developers: Closures, loops and pointers
›
As a seasoned C# developer you should be familiar with the common pitfalls of closures where a variable in a lambda function is not always w...
‹
›
Home
View web version