Dimitris Paxinos
Blog Projects About

    How I increased my WordPress site’s performance from 31 to 92 in less than 2 hours

    seo wordpress optimization

    I admit it; I am completely new to SEO and web page optimization. SEO and SEM (Search Engine Marketing) are valuable skills for every (wannabe) solopreneur/enterpreneur. As an engineer, I tend only to build and… keep building. The problem is that building a product is nice but not enough if no one knows about it. This is where SEO comes into play.

    25 January 2023

    Atomic Habits - Summary and Notes

    book atomichabits booksummary booknotes self-improvement

    I read a lot of self-help books. In order to make the most of them and possibly apply some of their recommendations/guidance, you have to take some notes for future reference. Starting from this book, I will do that in public in case these notes prove useful for someone else as well.

    13 June 2020

    How to clone an sql database on the same server

    sql mssql database

    Although this should be straight forward, it took me some time to find an easy way to do it. Finally found it on Stack Overflow, therefore, I am documenting it here for (my) future reference.

    01 June 2020

    Building a mobile app for the COVID-19 lockdown using Flutter

    mobile app flutter coronovirus

    This post is about a mobile app I developed called 13033 using Google's Flutter for simplifying the process of registering your movement when leaving your house during the COVID-19 lockdown in Greece.

    23 April 2020

    How to migrate a local MongoDB database to the cloud for free

    mongodb mongo azure cloud migration

    Migrating a local MongoDB database to the cloud for free

    05 March 2020

    Centralized & Structured .NET Logging with Serilog & Seq Part 2

    .NET serilog seq logging monitoring

    2nd part of presenting two open-source tools that can help you introduce a centralized and structured logging mechanism in your .NET application really quickly

    09 November 2015

    Centralized & Structured .NET Logging with Serilog & Seq Part 1

    .NET serilog seq logging monitoring

    1st part of presenting two open-source tools that can help you introduce a centralized and structured logging mechanism in your .NET application really quickly

    01 November 2015

    Book Review - Don't make me think

    books bookreview usability UI webdesign opinions

    An easy-to-read book with a wide target audience covering the core aspects of web usability, describing the complete process of usability testing and providing stimulation for further reading.

    30 August 2015

    Soft skills matter

    softskills career opinions

    Normal people go out, normal people meet new people.
    I am (trying to be) normal too, so I go out and meet new people read more...

    26 August 2015

    Binding an ItemsSource to an Enum

    wpf xaml combobox tutorial

    This rather quick post is about enabling an Enum to be set as the ItemsSource of a ComboBox, ListBox etc. You read more...

    18 August 2015

    MVVM Command disabling scope for asynchronous operations

    MVVM C# WPF async Command

    Introduction

    One of the must-have features of all modern applications is constant UI responsiveness. The user interface should never freeze and stay responsive no read more...

    26 April 2015

    An animated WPF flowchart

    WPF XAML flowchart animation

    Introduction

    There was recently a need to create an animated flowchart in order to depict the transition between the states of a workflow. This read more...

    12 April 2015

    The WPF talk on dotnetConf 2015

    WPF .NET dotnetConf2015

    Summary of main points about WPF, as presented during the last dotnetConf.

    30 March 2015

    The joy of revisiting old code

    opinions coding

    What happens to you when you look at old code of yours? When I say old, I do not mean code you wrote last week. read more...

    19 March 2015

    A Pageable and Sortable WPF DataGrid

    WPF DataGrid Tutorial Paging Sorting

    Introduction

    There was recently a need for a WPF DataGrid paging and sorting functionality in a project I am currently working on. The goal read more...

    08 March 2015

    Trying out a different approach

    hackathon hamburg businesshackweekend

    The Occasion

    About a month ago, I stumbled across an ad about an event that would take place in Hamburg at the end of read more...

    22 February 2015

    Rewriting history with Git

    Git Version Control Productivity Rebase Merge Squash

    How many times have you wished you could…

    • Change or add something in the code you just committed?
    • Merge small commits in your project read more...

    08 February 2015

    Keeping a consistent coding style with StyleCop

    StyleCop CodingStyle VisualStudio

    A post about the use of StyleCop to ensure that your coding style remains consistent.

    25 January 2015

    Web Api OData Endpoint for multiple databases with the same schema

    OData Web Api EntityFramework Unity Tutorial

    This post describes the development of an Web Api OData Endpoint for multiple databases that share the same schema.

    10 October 2014