RSSAmplifier

Blog

Nurgazy Nazhimidinov’s Personal Website

Trying

nurgasemetey.comRSS feed ↗9 posts

Latest posts

How my lack of knowledge of mocking in Scala Spark applications was affecting code structure

I was working with Scala Spark applications recently. Because I didn’t know much about mocking table reads in Spark and had to write a unit test for a function, I removed all the spark.read calls from the function. When I looked at the function to be tested, I noticed that it had become less cohesive.

My experience with data backfilling and achieving reproducibility

Recently, I was busy with some data engineering related things and I want to share some insights.

Spring Data Redis Performance issues with Redis Clustered

MultiGet or MGET

What I lack in OS X after Linux

As Linux user who had to switch to OS X because of work, I experienced considerable discomfort while switching from Linux.

How to search: Programmer Version

Some techniques which could help to find relevant code

Procrastination Log Template From Habit Now Book

Download PDF template here

How I wrote Ulauncher extension for most used timedate macros

Ulauncher extension ...

How I used Amazon SES with MJML to create email templates in my side-project

Short story about Amazon SES

Express-jwt and Keycloak: how I did not use official Keycloak library

I had task of adding security to microservices system using JWT...