bytesandlogs.me Open in urlscan Pro
2001:4830:c210:179::2  Public Scan

URL: https://bytesandlogs.me/
Submission: On June 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="gh-form">
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20">
    <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
  </svg> <button class="gh-form-input" data-ghost-search="">Search posts, tags and authors</button>
</form>

Text Content

Bytes & Logs
 * Home
 * About




NO-FLUFF ENGINEERING BLOG ABOUT ALGORITHMS, DATABASES, & SYSTEMS.

Search posts, tags and authors


LATEST


HOW TO PAUSE YOUR KOPS-MANAGED KUBERNETES CLUSTER ON AWS?

This is a tutorial on how to pause your kOps-managed Kubernetes cluster
gracefully. After following these steps, if you re-spawn your cluster, all the
existing k8s components will be retained.

By Aditya Karad Jun 10, 2024


HOW MY SMALL WEEKEND PROJECT GAINED TRACTION, USERS AND REVENUE

In college, I developed a tool which helped users export their Kindle highlights
to a Notion database. Here's the story. TL;DR In college, I developed a small
tool called "Kindle Export to Notion" (a terrible name, but explains what it
does). I launched it on

By Aditya Karad May 15, 2024


SOLVING LC HARD — MAKING A LARGE ISLAND USING A DISJOINT SET

Solution for the Leetcode Hard problem '827. Making A Large Island'. Problem
Description You are given an n x n binary matrix grid. You are allowed to
change at most one 0 to be 1. Return the size of the
largest island in grid after applying this operation.

By Aditya Karad May 15, 2024


HOW TO MOCK A METHOD WHICH BELONGS TO THE SAME CLASS YOU'RE TESTING?

In this post, learn how to mock a method using Mockito which belongs to the same
class you're testing in Spring Boot. The core principle of unit testing a piece
of code is to isolate it from all other components and test its core
functionality. This is easily

By Aditya Karad May 14, 2024


DEPENDENCY INJECTION IN SPRING BOOT

In this post, we will learn six types of dependency injection in Spring Boot. We
will cover each approach with a simple example and compare them. Types of
dependency injection in spring boot Dependency injection in Spring can be done
through 1. Constructor injection 2. Setters injection 3. Field injection

By Aditya Karad Jul 1, 2023


CONFIGURABLE PRIORITY QUEUES FOR CODING INTERVIEW PROBLEMS (IN C++)

Priority queues are often used in greedy solutions. In this post, we learn how
to make a custom priority queue that supports int, double, and pairs. What is
min-heap and max-heap? Priority queues are often used in greedy solutions in
Leetcode problems and OAs. Priority queues allow for O(log

By Aditya Karad Jun 1, 2023


HOW TO RESOLVE REDIS TIMEOUT EXCEPTION
—REDIS.CLIENTS.JEDIS.EXCEPTIONS.JEDISCONNECTIONEXCEPTION:
JAVA.NET.SOCKETTIMEOUTEXCEPTION: READ TIMED OUT

How I fixed the "read timed out" error in my Amazon Elasticache configuration. I
encountered this exception while implementing my cache using AWS Elasticache:
java.net.SocketTimeoutException: Read timed out; nested exception is
redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException:
Read timed out Details of my development

By Aditya Karad Apr 6, 2023


PROJECT DEMO — WHAT’S TO DO?

In 2022, I was learning React Native and decided to build a small application
for managing my tasks. I made it functional, easy to use, and minimal. I
launched it on the Google Play Store and ... it flopped (obviously). I got a few
friends to install it and it never

By Aditya Karad Dec 14, 2022


BYTES & LOGS

no-fluff engineering blog about algorithms, databases, & systems.

Bytes & Logs
 * Sign up

Powered by Ghost