Georgios Kampitakis

Georgios Kampitakis @gkampitakis

About: Just a curious individual trying to understand how things work (or break 🙃)

Location:
London
Joined:
Aug 17, 2019

Georgios Kampitakis
articles - 16 total

[Boost]

Tracking down high memory usage in Node.js Georgios...

Learn More 0 0Feb 4

[Boost]

Tracking down high memory usage in Node.js Georgios...

Learn More 0 0Dec 14 '24

Tracking down high memory usage in Node.js

In this article, I will share my approach of tracking down and fixing high memory usage in...

Learn More 165 5Dec 14 '24

Memory leaks in Go

In this post, we are going to have a look at What is a memory leak Why are memory leaks bad Common...

Learn More 63 0Mar 18 '24

HTTP Connection churn in GO

In this post, we are going to have a look at What is connection churn Common causes for connection...

Learn More 23 2Oct 21 '23

Advent of Code: Investigating performance improvements in Go

I often enjoy trying to solve previous years' Advent of Code puzzles. If you don't know what Advent...

Learn More 3 0Aug 26 '23

Kubernetes: Dynamic Admission Control

This is a demo for Kuberentes Dynamic Admission Control, exploring various concepts, capabilities and...

Learn More 7 0May 13 '23

Go Snaps: The Latest Updates and Improvements

More than a year after the previous post about Go Snaps and there have been some improvements and a...

Learn More 0 0Feb 27 '23

Go Unit Test Coverage

Go has really good support for unit testing out of the box. With the go test CLI and the testing std...

Learn More 17 0Jan 20 '23

Check file's git history even if renamed/moved

From time to time, I find myself that I want to rename or move a file to a different folder, but I am...

Learn More 4 0Jan 15 '23

Go Test supports shuffling tests

TLDR: Randomize the execution order of tests and benchmarks with -shuffle off,on,N flag. As a...

Learn More 3 0Jan 8 '23

Snapshot testing in Go

On my journey into learning Go, after some time spent learning the basic concepts I came across the...

Learn More 8 2Jan 3 '22

React/Webpack: From MB to KB. How we solved our bundling problem

This article was first posted on Sovrn Tech Blog. In this article I am going to describe the...

Learn More 12 4Oct 20 '21

How to write tests for applications that use MongoDB as a storage

MongoDB is one of the most popular databases right now and many people use it as primary storage on...

Learn More 21 2Oct 3 '21

Kubernetes: Node Drain by example

Table of contents What and Why PodDisruptionBudget Example Resources What and...

Learn More 12 1Jan 10 '21

React: Web Workers to the rescue

One week ago I tried to create a small tool with React where I could upload an image and this would b...

Learn More 47 2Dec 29 '20