Understanding the Difference Between Instant.now().toEpochMilli() and System.currentTimeMillis() in Java
Dive into the nitty-gritty of Java's time handling! We'll break down the differences between Instant.now().toEpochMilli() and System.currentTimeMillis(), and help you pick the right one for your needs.
Quick Cheatsheet: Remove New Lines and Empty Lines in Linux
This article breaks down some quick commands to tidy up files in Linux by removing unwanted new lines and those pesky empty lines. Keep your files clean and readable without breaking a sweat!
Is Bitwise & Better than Arithmetic to Determine Even or Odd? Let’s Dive In!
This blog post explores whether using bitwise operations is superior to arithmetic checks for determining if a number is even or odd, and uncovers the reason behind it.
LeetCode 1295: Find Numbers with Even Number of Digits
In this post, I’m sharing my solution to LeetCode question 1295. Join me as I explore how to find numbers with an even number of digits in a simple and straightforward way!
LeetCode 977: Squares of a Sorted Array Solution
In this post, I'm sharing my solution for LeetCode problem 977 - Squares of a Sorted Array. Let's dive into some coding magic and tackle problem-solving head-on!
LeetCode Question 383: Ransom Note Solution Breakdown
In this post, I'll walk you through my daily grind of solving LeetCode problems, focusing on problem 383: Ransom Note. Get ready for some code!
Solving LeetCode Problem 876: Middle of the Linked List
In this article, I'm diving into LeetCode Problem 876, where I'll walk you through my solution to finding the middle of a linked list. Strap in for some laid-back coding insights!
LeetCode Question 1342: Number of Steps to Reduce a Number to Zero - My Simple Solution
In this post, I’ll walk you through my solution for LeetCode problem 1342—how to reduce a number to zero step by step. Let’s dive into the code and break it down!
Leetcode Question 412: Fizz Buzz - My Simple Solution
In this post, I’m sharing my resolution to Leetcode’s Fizz Buzz problem. It’s simple yet useful, so let's dive in together!