Algorithm

How I used Logistic Regression to Calculate Compatibility Scores in a Dating App

How can a simple statistical model make digital interactions feel personal? In a dating app project I worked on, I used logistic regression to turn user answers into meaningful insights. This blog shares my approach and the lessons I learned along the way.

Read

Asking Questions: The Most Underrated Skill

From everyday life to professional growth, asking the right questions can unlock understanding, insight, and opportunity.

Read
AI

How I use AI tools like Cursor and Warp in my daily workflow

Practical examples of how I use Cursor (AI editor) and Warp (AI terminal) to refactor code, write tests, and speed up everyday tasks with prompts, examples, and images.

Read
Rails

Rails adds include_seconds option to datetime_field.

Rails now allows to omit seconds part in the input field by adding the include_seconds option to datetime_field.

Read
Rails

Rails preserves entry TTL when incrementing or decrementing an integer value.

Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCacheStore and RedisCacheStore.

Read
ci/cd

How to set up a CI/CD workflow for Expo React Native application using Github Actions.

In this blog, we will see how to set up a CI/CD workflow using Github Actions for the Expo React Native application.

Read