Posts tagged with pet project

  • Kafka Windows Service Wrapper

    Mar 4, 2017

    TL;DR: I created a wrapper for Apache Kafka so that it can be installed as a Windows Service. In this post I also describe a bit what Kafka is.

  • A quickstart Maven archetype for Java 8

    Feb 25, 2017

    As a Maven rookie, I often use the quickstart archetype from Maven when I want to create a new Maven project. Unfortunately, that archetype is a bit outdated, which means I have to tweak some details before I can actually use it. I guess I got a bit tired of this and I thought I could create my own archetype that is ready to use.

  • Extracting code metrics from git

    Feb 22, 2017

    TL;DR: I wrote a bash script that walks through your git repository history and calculates number of commits, number of merged pull requests, number of files and total number of lines of code, broken down per month.

  • Introducing generator-csharp-cli-app

    Sep 6, 2015

    In the weekend I experimented with Yeoman and I created my first generator. This is also the first time I publish a package to the official npm repository, so double fun.

  • BlogEngine.NET MVC - Progress update

    Mar 13, 2013

    Here’s a short update on what I’ve been working on. Time is a bit limited but I like to hack around in this project and that’s what it’s all about!

  • BlogEngine.NET MVC - Posts and Pages

    Mar 9, 2013

    In the latest commit on BlogEngine.NET MVC, which is always available here, the following have been added:

  • BlogEngine.NET MVC - Login time

    Mar 7, 2013

    It’s not difficult to implement a basic login system. BlogEngine.NET comes with its own membership and roles providers, so all we need to do is create a controller that uses the standard Membership features of .NET.

  • BlogEngine.NET MVC - Hello world

    Mar 6, 2013

    So, to share a bit more of my excitement, here’s a screenshot of the classic ASP.NET and the MVC versions running side by side:

  • BlogEngine.NET MVC

    Mar 6, 2013

    Finally, I got to play with ASP.NET MVC for a real project at work. I really enjoyed it, but it lasted only for a few weeks.

  • w3c-nant version 1.2.0 released

    Feb 16, 2013

    Version 1.2.0 of w3c-nant was released today. This version contains some improvements submitted by Rob Richardson:

  • w3c-nant version 1.1.1 released

    Jun 23, 2012

    Short after releasing version 1.1.0, a new bug-fix version is been released.

  • w3c-nant version 1.1.0 released

    Jun 17, 2012

    A new version for w3c-nant was released today. What is new in this version:

  • Extending NUnit: NUnit Companion

    Mar 25, 2012

    I have several test fixtures (test classes) written in NUnit that verify my data layer works against a live database (MSSQL). By live I mean that there is no mocking or anything like that - that’s for the higher layers where I mock the data layer.

  • Announcing w3c-nant version 1.0.2 - now with FTP upload task!

    Mar 4, 2012

    I added a new NAnt task in the w3c-nant library to allow FTP uploads. Using the same fileset mechanism as the copy task, you can create powerful scripts to automate deploying in a remote FTP server. Or at least that’s what I’m using it for!

  • BuzzStats 1.2

    Apr 10, 2011

    Μια εκκρεμότητα που είχε μείνει εκεί από την αρχή του BuzzStats ήταν ο χειρισμός των θαμμένων σχολίων. Μόλις ένα σχόλιο θαβόταν από τους χρήστες του Βuzz, το BuzzStats απλά το έχανε. Τώρα μπορεί να ανιχνεύει και τα θαμμένα σχόλια τα οποία εμφανίζονται σε ξεχωριστή στήλη στα στατιστικά των χρηστών.

  • BuzzStats 1.1

    Apr 3, 2011

    Το παραμελημένο project BuzzStats ζει και βασιλεύει! Έμεινε βέβαια ένα μήνα χωρίς δεδομένα (το έφαγε η μετακόμιση) αλλά επανήλθε.

  • SystemWebCompanion

    Mar 19, 2011

    In many ASP.NET web applications, there are some small bits of code that you have to write over and over again. They’re too small so you never bother to refactor them out as a reusable dll. After all they are so small that it’s very fast to create from scratch again. They end up as a Utils.cs file somewhere in your project, probably repeated in all your projects in one form or another.

  • Valid HTML and Valid CSS

    Mar 12, 2011

    This blog (and this site in general) has two nice image buttons at the end of the page, saying that the HTML and CSS are valid. Are they really?

  • BuzzStats - A new pet project

    Nov 27, 2010

    This week I’ve been very busy with my new pet project, BuzzStats. BuzzStats is an application that collects data from Buzz, a popular social bookmarking Greek speaking community.

  • ResxTranslator: a resx file editor

    Oct 31, 2010

    ResxTranslator is an open source project that facilitates easy translation of resx files. Resx files are XML files that .NET uses to store localizable strings. Visual Studio offers a built-in designer but MonoDevelop currently doesn’t offer support for resx files. In addition to that, ResxTranslator is able to open multiple files in the same window, so that a user can translate strings while looking at the original text at the same time. Oh, and it is at this moment developed only by me when I have some time to spare :-)

  • ScrumCard

    Jun 5, 2010

    I made my first “hello world” Windows Mobile Phone application today. It’s called ScrumCard. ScrumCard is a simple mobile phone application that simulates poker planning for Scrum. So if you forgot your poker planning cards, you can use this app to show your team your estimate of the story points.

This site uses third party cookies from Google Analytics and Google AdSense Accept and close popup