Stefanos Kouroupis

Stefanos Kouroupis @elasticrash

About: Studied Surveying Engineering and became a Software Engineer.

Location:
Leicester
Joined:
Apr 14, 2019

Stefanos Kouroupis
articles - 25 total

The importance of building your own tools

Building your own tools for the command-line interface (CLI) is a crucial step any user should take...

Learn More 3 0Sep 29 '23

Why use Neovim

StackOverflow results are out (2023) and once again #vscode is the most popular editor in the...

Learn More 1 3Jun 22 '23

Drawing images on the terminal

Lately, I've been experimenting with stable diffusion, and it has proven to be a captivating...

Learn More 0 0Jun 7 '23

Designing a scheduling service

It's been so long since I have written a technical post, that I feel like I have completely forgotten...

Learn More 0 0Mar 16 '23

Orchestration in Rust

Porting patterns from Object Oriented concepts in Rust do not always work, but there are certain case...

Learn More 9 0Nov 7 '20

Drawing tables in console using Rust

I keep finding myself, coming back and thinking...Rust is not that popular, not that many people are...

Learn More 12 0Apr 17 '20

Displaying all printable* utf-8 characters using Rust

Since I got my first year badge I decided to celebrate by listing my achievements and writing one of...

Learn More 6 0Apr 16 '20

Passive monitoring, in a .net core worker service using Nagios NRDP protocol

Nagios for those not aware is an infrastructure monitoring system. In Nagios you can have two types o...

Learn More 6 0Jan 27 '20

Chain of responsibility pattern

This article is a couple of thoughts around specific patterns and specifically the chain of responsib...

Learn More 9 0Jan 21 '20

Slow RabbitMq Producer (load tests)

This article, is nothing more, than a silly way of how to push random rabbitMq messages in a controll...

Learn More 12 0Dec 18 '19

Angular: Using custom made SVG icons through Angular Material

angular material custom svg icons

Learn More 20 9Oct 22 '19

Operator Overloading in Rust

playing with operators in rust

Learn More 39 0Oct 11 '19

Angular & Node: Using Server Sent Events for downloads

how to use server sent events to download a file

Learn More 11 0Sep 11 '19

Angular: display a spinner on any component that does an HTTP request

make everything spin around

Learn More 32 7Sep 4 '19

How I became a developer

a brief history of computer languages

Learn More 35 1Aug 14 '19

Understanding timezones

playing with time

Learn More 11 0Aug 8 '19

Angular: display a warning and prevent navigation when model is dirty

stop navigation

Learn More 13 3Aug 5 '19

Building a simple client/server IOT application

playing with boards and IOT

Learn More 16 0Jul 30 '19

Getting started with native openGL Android App

native openGL development on Android

Learn More 13 4Jul 25 '19

Fork, MR, Hack or Rewrite

the wonderful world of dependencies

Learn More 6 0Jul 23 '19

While vs for

battle of loops

Learn More 7 5Jul 19 '19

Creating a simple queue messaging application over HTTP using NodeJs

There are literally a million similar applications out there that are highly performant and scalable....

Learn More 65 6Jul 15 '19

A simple audio sequencer using Web Audio Api & Angular

how to start making annoying sounds in web

Learn More 8 8Jul 7 '19

Fanfare of modern development

a grumpy attempt to explain my past and present work environments

Learn More 3 0Jul 3 '19

NodeJs Singleton Injector

I am going to talk about one of my most used patterns. When given the task to write an API using...

Learn More 14 2Jun 21 '19