These are my pertty much random notes about my experiences during my work as software developer. I hope one or two of them helps you or inspire you in your development work.
Have fun
These are my pertty much random notes about my experiences during my work as software developer. I hope one or two of them helps you or inspire you in your development work.
Have fun
I have been looking into using Hugo for a long time. Finally managed to make the transition. Also I decided not to use a ready made theme and created my simple layout and CSS using Skeleton as my CSS framework.
Read More…I was looking to simulate an embedded device for testing and looking into FTP server implementations a simple bitwise operations question popped up: the way PASV command is standardized requires TCP port numbers to be transferred in two octets represented as integers.
Read More…If you cannot enable SSL for whatever reason, you might still want to encrypt your sensitive information (such as passwords) over the wire. In this post I tried to put together a solution with working examples from various languages to make the client server communication secure using public cryptography with RSA.
Read More…Simple cache manger came out of a need to get rid of some bulky libraries to do the simple caching of data. It’s only a couple of classes and easy to just copy-paste into your project.
Read More…This is a quick and dirty example of how you can enable a simple form of logging for clients using ASP.NET Web API. I used log4net and an extremely simple controller to achieve this.
Read More…It’s been a while since I posted any entries. I have been quite busy with stuff and so on (standard excuses). Now my blog is back on-line thanks to a super service provided by Github: Github Pages and the awesome project Jekyll: A static site generation tool.
Read More…Go is one of the new languages I came across and found interesting from a few of different angles.
Read More…I created Asp.Net CGI Handler to enable some of the old Perl scripts to run under Asp.Net.
Read More…Usually in batch type of MySql client code you might have seen this exception before: MySqlException: Unable to connect to any of the specified MySQL hosts (or similar, this one is specific to MySql .Net client)
Read More…