Blog

Projects

Stacks

Snippets

About

Overthoughts.

Where code, stories, and thoughts come together

Sep 21, 2024

Linux cheatsheet and basics

A comprehensive guide to Linux commands and basics.

Tech

Read more →

Oct 13, 2023

Mareez e ishq

प्यार क्या होता है ? यह सवाल इंसान अपनी जिंदगी में दो ही बार पूछता है । पहले जब उसे कोई मिल नहीं रही होती, और दूसरी जब उसके पास वक्त ही वक्त हो । और मैं वह दूसरे किस्म का इंसान हूं...

Story

Read more →

Apr 12, 2021

Functional Programming made real easy

Javascript is a multiparadigm programming language. It is not purely functional. Currying is a technique named after Haskell Curry.

Tech

Read more →

Jan 2, 2021

Printing floats in Java

Multiple ways of printing float to n decimal places in Java using printf, format and DecimalFormat.

Tech

Read more →

Sep 29, 2020

Creating PDFs using NodeJS and Python

If you work with computer(which I do most of the time) and have people around you, it is possible that they will ask you for favour. I was no exception.

Tech

Read more →

Sep 9, 2020

Understanding C++ STL

STL in C++ is a library which contains a bunch of data structures and algorithms ready to use.

Tech

Read more →