Collection of all my blogs.

Solving LeetCode 3289 using both an intuitive hash table approach and an elegant bitwise XOR approach, with explanations and complexity analysis.

A contact book is a simple but useful tool that allows users to store and manage their contacts. In this article, we will discuss how to implement a contact book using Python and SQLite.

In this article , we will explore the benefits of using WebAssembly for web development and how it can enhance both user experience and development processes

In this article , we'll explore the basics of using Cargo to manage Rust projects and dependencies

In this article, we'll explore the key features of the Room Persistence Library, discuss its components, and walk through a practical example of how to integrate it into an Android application

This article provides an in-depth overview of the ButterKnife View Binding Library, its benefits, and how to integrate it into your Android projects