Kafka·Aug 18, 2021How I increased ClickHouse performance by 1000%I work as a Senior Backend Developer in ad software aka (adTech). Naturally I deal with an immense amount of data. I will share how I…
Kafka·Jun 7, 2021Switch from NodeJS to Golang: Router & Post RequestHow to build a web server in Go. We’re going to build a very simple api to demonstrate how easy it is to implement it in Golang. I would…
Kafka·Jun 1, 2021NodeJS to Golang: Live-reloading MacOSSharing my experience switching from NodeJS to Golang. I spent a bit of time trying to get my workflow setup the way I had it with NodeJS…A response icon2A response icon2
Kafka·Mar 28, 2021Flutter 2.0 deploy to iOS Device without a Developer Account with MacOSAs of today flutters homepage says that you need a developer account in order to deploy to an iOS device. Today I'm going show you how to…
Kafka·Nov 22, 2020Docker and TeamCity and UbuntuSo it took way too long to set up a working system using Docker and TeamCity. TeamCity is basically the same thing as Jenkins. Although…
Kafka·Oct 20, 2020Postman and Elfo A2P inserting batch contactsHow to insert batch contacts into Postman for ELFO A2P
Kafka·Oct 20, 2020Postman for automated testing api’sRecently my team and I were discussing ways to speed up code reviews. Thats when Postman pop into my mind. With expected return values…
Kafka·Oct 18, 2020Docker: NodeJS, ReactJS, MongoDB, MySQLI was working on a project that used nodeJS, ReactJS, MySQL and MongoDB. This project wasn’t using docker. So I decided to implement it…
Kafka·Oct 17, 2020Docker, NodeJS, MongoDB auto import dataSo I was working on a project that required me to automatically import data into my MongoDB Docker container. A lot of the tutorials…
Kafka·Oct 14, 2020Docker: NodeJS, MongoDB, MySQLI had a project recently were they were using NodeJS, MongoDB and MySQL as their tech stack. The problem was that the developers were…