Non-Root Containers in Kubernetes

Container should be able to perform only a very limited set of operations and it is highly recommended to use different user from root. To achieve this both docker file and kubernetes config must be changed. | Continue reading


@juffalow.com | 2 years ago

Show HN: Blog post how to Run simple Node.js application in Kubernetes cluster

Write simple Node.js backend using TypeScript, Express and Terminus and run it in Digital Ocean Kubernetes cluster. In the end you will have application which is running in multiple replications and has access to environment variable passed to the application by Kubernetes secret … | Continue reading


@juffalow.com | 2 years ago

Build Node, TypeScript and GraphQL server from scratch

A brief tutorial how to create a Node, TypeScript and GraphQL server from scratch with MySQL database. The ouput is a very basic GraphQL server, which you can run, send a simple query to it and get a response. The whole project is available on GitHub. | Continue reading


@juffalow.com | 3 years ago

Publish NPM Package with GitHub Actions

On couple of my projects, I started using GitHub Actions. I also wanted to use it for pentest-tool-lite, where I want to run TypeScript lint after each push and publish it to npm after release is created. I had some problems which I recently solved, so I am sharing my solution. | Continue reading


@juffalow.com | 4 years ago

My StartUp Experiences

Currently I have one full time job and in my free time I am working on two StartUps. One of them is based in US and the second one is in Slovakia. Both are the same size (3 - 5 people), main project is a web application, but the approach is different. | Continue reading


@juffalow.com | 4 years ago

JavaScript, the weirdo – collection of funny JavaScript things

Collection of JavaScript examples when it behaves...weird? Funny? | Continue reading


@juffalow.com | 5 years ago

Write good Git commit message

For a long time I didn't know that even writing commit message can have its own | Continue reading


@juffalow.com | 5 years ago

React and setState method

The first thing you read about setState - it is asynchronous. I understand it but still did not realize a couple of things. | Continue reading


@juffalow.com | 5 years ago

The Open Source problem

It was a great idea to use git and create portal like GitHub and share source code among other developers. One of the benefits is, you do not need to reinvent the wheel and just use package you need. And because lot of users will add it to their projects, it gets well tested. But … | Continue reading


@juffalow.com | 5 years ago