Blog: All Posts ✍️

Sharing ideas and code (RSS available)

Publish your npm package using Changesets and GitHub actions thumbnail

Publish your npm package using Changesets and GitHub actions

April 24, 2026 · 4 min read

This article is a follow-up to my previous article, "Getting started with Changesets". If you haven't read it yet, I highly recommend doing so first, as it will give you...

Getting started with Changesets thumbnail

Getting started with Changesets

April 1, 2026 · 3 min read

Changesets is the best way to manage, version, and publish your packages. It works great both on standard repositories and monorepos, it integrates easily with your workflows (more on that...

elUtils: my latest npm package thumbnail

elUtils: my latest npm package

March 18, 2024 · 1 min read

I'm extremely proud and happy to announce my latest npm package elUtils! The specific package is a must-have for all developers who build greek applications in TypeScript and JavaScript! The...

Repocompare.io thumbnail

Repocompare.io

January 22, 2017 · 1 min read

Repocompare.io is my latest pet project! With this single page application (SPA) you can quickly and easily search and compare Github repositories. If you need a quick and elegant way...

My first npm module thumbnail

My first npm module

September 19, 2016 · 1 min read

Finally, I found the time to update the Greek in Tech site and create my very first npm package! The idea was to extract all the entries from the backbone...

React Boilerplate thumbnail

React Boilerplate

July 27, 2016 · 1 min read

Hi all, after the very successful Gulp boilerplate for web designers and Grunt boilerplate for web designers, I’m very pleased to announce my React boilerplate (it’s as designers friendly as...

Extending Class methods with Module Mixins thumbnail

Extending Class methods with Module Mixins

February 1, 2016 · 1 min read

I'm about to finish the Eloquent Ruby book (excellent book by the way) and keep finding ruby pearls of wisdom. One of these is that you can actually use module...

Greek in Tech thumbnail

Greek in Tech

December 14, 2015 · 1 min read

Greek in Tech is my latest side project and is finally live! As you can see, it's a very simple single-page application (SPA) that displays greek words we use in...

Ruby Hash iteration with index thumbnail

Ruby Hash iteration with index

December 12, 2015 · 1 min read

Ruby Hash (and Array) includes the Enumerable module (mixin), which provides a lot of neat, but also slightly hidden in the documentation, methods. This means that despite the poor advertising...

Ruby tips thumbnail

Ruby tips

September 14, 2015 · 2 min read

I just read the Ruby Pocket Reference, a great intro for the Ruby language and want to share a few helpful Ruby tips learned. Parallel assignment of variables In Ruby,...