BBarmanjiinbackend-finnese.hashnode.dev·Jan 21, 2025 · 6 min readLittle talks on: Mongoose with Pagination and Aggregation Pipelines.This article is about my new app Youtube-Twitter Tokens- Lets talk about tokenization- Why its important? and What is a Token?Tokens are pieces of data that carry just enough information to facilitate the process of determining a user's identity or a...00
BBarmanjiinbarmanji.com·Sep 22, 2024 · 3 min readFlying Through code blazingly FAST!Tmux + i3WM + NeoVim just changed everything for me! Let’s talk.. 1. TMUX Terminal Multiplexer, or TMUX, is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a s...02JB
BBarmanjiinbarmanji.com·Aug 23, 2024 · 4 min readHow LSP and Auto-Complete in IDE's are related?Auto-completion in Visual Studio Code (VS Code) using the Language Server Protocol (LSP) is a process where the editor interacts with a language server to provide context-aware code suggestions. Here's how it works in detail: 1. Initialization: Lang...00