Get live statistics and analysis of Dhanian 🗯️'s profile on X / Twitter

SoftwareDev. Roadmaps,Cheatsheets, Projects with Source Code & Resources. Learn; https://t.co/JAYXyQlvSC . Coding Ebooks: https://t.co/g835vCQlG8.

3k following56k followers

The Creator

Dhanian is a prolific software developer and content creator passionate about sharing roadmaps, cheatsheets, and projects with source code to help others learn coding effectively. With a treasure trove of practical resources and a highly engaging approach, Dhanian makes complex software development concepts approachable and actionable. Their rapid success and generous sharing have built a loyal community eager to grow alongside them.

Impressions
1.7M-108k
$323.16
Likes
33.6k-2.7k
48%
Retweets
5.5k-537
8%
Replies
1.1k-124
2%
Bookmarks
29k-1.9k
42%

Top users who interacted with Dhanian 🗯️ over the last 14 days

@csaba_kissi

Coding Dinosaur • Entrepreneur • 200 projects • DM for collabs ➡️ featurenest.com ➡️ tweethook.com ➡️ folll.io

11 interactions
@Krishnasagrawal

📢 Sharing AI Tools, Web Devs & Tech Tips · 🚀 100K @LinkedIn · 💻 MERN Stack Dev · 🤖 AI Enthusiast · 💼 Open to Freelance & Collabs · 🛠 Building AI Agents

4 interactions
@Tech_Next_Gen

React • Next.js • Full-Stack Engineering - Clean code, real problems, practical solutions

4 interactions
@swapnakpanda

| Tech Writer, Educator | Python, Java, JavaScript, SQL | DSA, Development | Free Resources, AI Tools | Other Version: @therealswapna | Building @JabardastDEV |

3 interactions
@BharukaShraddha

AI Content Creator ⚡| Helping brands grow organically | Full-Stack Dev | Built AI tools& real-time apps🤝 🤝 | Collabs & freelance/remote roles → DM open 💌

3 interactions
@Dhanush_Nehru

Lead R&D Engineer ♟️ CISO 🛡️ I build, break and hack systems 🚨 https://t.co/IAlLDUuHtL ⭐️ 👉🏻 https://t.co/1ejDTeDgpO ❤️

3 interactions
@systemdesignone

I Teach You System Design • 0.5M+ Audience

3 interactions
@codewithhajra

UI/UX Designer | Web Developer | Sharing tips, tricks, and resources to help make your learning journey easier. 👩‍💻 DM for collab

3 interactions
@RitikaAgrawal08

Full Stack Developer | Simplifying Web Development with articles and infographics ✨️ • DM for collaboration ✉️

3 interactions
@petarivanovv9

Practical engineering tips on React, NodeJS, Software Design & Architecture • 100K+ Audience • Author of “The Conscious React” book

2 interactions
@denicmarko

Software Engineer - Content Creator - Community Builder

2 interactions
@karthikpolas

techie | chess ♟️| passionate coder | Incompressible | I dare | I love music and collection of art

2 interactions
@sevalla_hosting

Sevalla is the home to your upcoming web projects. Host and manage your: - Applications - Databases - Static sites (FREE) in a single, intuitive platform. ✨

2 interactions
@insank18

UX/Product Designer ✦ Hit me up on my website: insankamil.framer.website ✦ Sell Digital Products: insankamil.gumroad.com Open to collab!

2 interactions
@lingodotdev

Create perfect translations for apps and content using the best LLM models. Used by devs at @solana, @MistralAI, @Calcom and more. Backed by @ycombinator.

2 interactions
@Shefali__J

Web Developer | Technical Writer | DM for collab ✨folll.io/Shefalishefali.devlearnify.shefali.devcssnippets.shefali.dev

2 interactions
@trikcode

React, .NET Engineer 👨‍💻 | Chess | building @ship_together | DM for only partnership

2 interactions
@codewithimanshu

Daily posts on AI , Tech, Programing, Tools, Jobs, and Trends | 500k+ (LinkedIn, IG, X) Collabs- abrojackhimanshu@gmail.com

2 interactions
@developertomek

Software Developer 💻 | TypeScript | Python | Sharing dev tips AI Enthusiast 🤖 | Stock market newbie 📈 Building tsbuddy.dev

1 interactions
@NotGoodEnough44

Nothing to Say 🚫

1 interactions

Dhanian tweets so much coding content that even a supercomputer would need a coffee break to keep up with the stream of keyboard shortcuts and backend folder structures.

Rapidly climbing the developer career ladder to a lucrative six-figure salary with minimal experience, all while building a devoted online community hungry for practical coding wisdom.

To empower aspiring and professional developers by providing clear, structured knowledge and hands-on resources that accelerate coding mastery and career growth.

Knowledge-sharing breeds growth, practical learning beats theory-only approaches, and transparency about success and skills inspires others to achieve their dreams.

Exceptional at producing detailed, practical content that resonates with developers; creates high-value educational resources; commands a strong presence through consistent and frequent posting.

The sheer volume of tweets might overwhelm followers, and an intense focus on code might sometimes limit broader engagement or storytelling to foster deeper connections.

Leverage X's thread feature to create bite-sized learning journeys and include short video tutorials or live coding sessions to boost engagement. Engage directly by responding to questions and sharing personal coding struggles or wins for more human connection.

Dhanian achieved a $182,000 salary plus stock in just one year of experience at only 21 years old, inspiring many through transparency and dedication.

Top tweets of Dhanian 🗯️

VISUAL STUDIO CODE ALL SHORTCUT KEYS Basic Editing Shortcut Keys Ctrl + X = Cut line (empty selection) Ctrl + C = Copy line (empty selection) Alt + ↑ / Alt + ↓ = Move line up/down Shift + Alt + ↓ / ↑ = Copy line up/down Ctrl + Shift + K = Delete line Ctrl + Enter = Insert line below Ctrl + Shift + Enter = Insert line above Ctrl + Shift + \ = Jump to matching bracket Ctrl + ] = Indent line Ctrl + [ = Outdent line Home = Go to beginning of line End = Go to end of line Ctrl + Home = Go to beginning of file Ctrl + End = Go to end of file Ctrl + ↑ / Ctrl + ↓ = Scroll line up/down Alt + PgUp / PgDn = Scroll page up/down Ctrl + Shift + ] / [ = Fold/Unfold region Ctrl + K Ctrl + [ = Fold all subregions Ctrl + K Ctrl + ] = Unfold all subregions Ctrl + / = Toggle line comment Shift + Alt + A = Toggle block comment Alt + Z = Toggle word wrap Multi-Cursor and Selection Shortcuts Alt + Click = Insert cursor Ctrl + Alt + ↑ / ↓ = Insert cursor above/below Ctrl + U = Undo last cursor operation Ctrl + L = Select current line Ctrl + Shift + L = Select all occurrences of current selection Ctrl + F2 = Select all occurrences of current word Ctrl + D = Add selection to next find match Ctrl + Shift + Alt + → / ← = Column (box) selection Find and Replace Shortcuts Ctrl + F = Find Ctrl + H = Replace F3 / Shift + F3 = Find next / previous Alt + Enter = Select all matches of Find Ctrl + D = Add selection to next find match Ctrl + K Ctrl + D = Move last selection to next find match File Management Shortcuts Ctrl + N = New file Ctrl + O = Open file Ctrl + S = Save Ctrl + Shift + S = Save as Ctrl + F4 = Close editor Ctrl + K Ctrl + W = Close all editors Ctrl + Shift + T = Reopen closed editor Ctrl + Tab = Switch between open editors Ctrl + P = Quick Open (Go to File) Ctrl + Shift + N = New window Ctrl + Shift + W = Close window Search and Navigation Shortcuts Ctrl + P = Quick Open Ctrl + Shift + O = Go to Symbol Ctrl + G = Go to Line Ctrl + T = Show all symbols Ctrl + Shift + M = Show problems Ctrl + Shift + F = Search across files Ctrl + Shift + H = Replace in files Ctrl + Shift + E = Show Explorer / Focus Ctrl + B = Toggle sidebar visibility Ctrl + Shift + U = Show Output panel Ctrl + Shift + C = Open new terminal Ctrl + Shift + Y = Toggle Debug Console Code Editing and Refactoring Shortcuts Alt + Shift + F = Format document Ctrl + K Ctrl + F = Format selection F12 = Go to definition Alt + F12 = Peek definition Ctrl + . = Quick fix Shift + F12 = Show references F2 = Rename symbol Ctrl + K Ctrl + X = Trim trailing whitespace Ctrl + Space = Trigger suggestion Ctrl + Shift + Space = Trigger parameter hints Alt + Enter = Apply code action Ctrl + / = Toggle line comment Alt + Shift + A = Toggle block comment Integrated Terminal Shortcuts Ctrl + = Toggle integrated terminal Ctrl + Shift + = Create new terminal Ctrl + Shift + C = Copy selection Ctrl + Shift + V = Paste into terminal Ctrl + ↑ / ↓ = Scroll terminal up/down Ctrl + K = Clear terminal View and Layout Shortcuts Ctrl + Shift + P = Show Command Palette Ctrl + Tab = Switch editor tabs Ctrl + 1 / 2 / 3 = Focus into editor group Ctrl + K Ctrl + ← / → = Move between editor groups Ctrl + \ = Split editor Ctrl + K Ctrl + → = Focus next group Ctrl + K Ctrl + ← = Focus previous group Ctrl + K Z = Zen mode Ctrl + = Zoom in Ctrl - = Zoom out Ctrl + B = Toggle sidebar visibility Debugging Shortcuts F9 = Toggle breakpoint F5 = Start/Continue debugging Shift + F5 = Stop debugging F11 = Step into Shift + F11 = Step out F10 = Step over Ctrl + K Ctrl + I = Show hover Ctrl + Shift + D = Open Run and Debug panel Extensions and Source Control Ctrl + Shift + X = Show Extensions view Ctrl + Shift + G = Show Source Control view Ctrl + Shift + E = Show Explorer Ctrl + Shift + J = Toggle Search details Ctrl + K Ctrl + G = View Git output Get the complete Visual Studio Code Mastery ebook here: codewithdhanian.gumroad.com/l/zbhzp

131k

Authentication & Authorization (OAuth, JWT, Sessions) What is Authentication? Authentication is the process of verifying the identity of a user or system. It ensures that the person or application trying to access a system is who they claim to be. → Example: Logging in with a username and password. What is Authorization? Authorization determines what an authenticated user is allowed to do within a system. It defines permissions and access levels. → Example: A normal user can view content, while an admin can add or delete content. OAuth (Open Authorization) → A standard protocol for token-based authentication and authorization. → Allows users to log in using third-party providers like Google, Facebook, or GitHub. → Example: "Log in with Google" button on websites. JWT (JSON Web Token) → A compact, secure token format used for authentication. → Contains encoded user information and is signed to ensure integrity. → Commonly used in stateless authentication, where the server doesn’t store session data. → Example: After logging in, the server issues a JWT that the client sends with every request. Sessions → A method where the server stores user authentication data temporarily. → A session ID is stored in the client’s browser (cookie) and mapped to server-side data. → Example: Traditional web apps where a user stays logged in until the session expires or they log out. Key Differences → OAuth: Delegates authentication to external providers. → JWT: Stateless authentication with tokens stored on the client. → Sessions: Stateful authentication with data stored on the server. Real-World Examples → OAuth: Logging into Spotify using Facebook or Google. → JWT: APIs where clients authenticate using tokens. → Sessions: Classic PHP or Node.js web apps with login systems. Grab the Backend Development Ebook here: codewithdhanian.gumroad.com/l/juuzy

122k

Caching (Redis, Memcached) What is Caching? Caching is the process of storing frequently accessed data in a temporary storage (cache) so future requests can be served faster. Instead of querying the database every time, the system retrieves data from the cache, reducing response time and server load. Why Caching is Important → Improves application performance. → Reduces load on the database. → Enhances scalability and user experience. → Useful in real-time applications where speed is critical. Redis Redis (Remote Dictionary Server) is an open-source, in-memory data store often used as a cache, database, and message broker. → Stores data in key-value pairs. → Supports complex data structures like lists, sets, and hashes. → Provides persistence options (data can be saved to disk). → Commonly used in session storage, leaderboards, and pub/sub systems. Advantages of Redis → Very fast (in-memory). → Rich data types and features. → Persistence support (RDB, AOF). → Suitable for real-time analytics. Memcached Memcached is a high-performance, in-memory caching system designed for simplicity and speed. → Stores data in key-value pairs. → Focuses only on caching (no persistence, fewer data structures). → Commonly used for caching database queries, HTML fragments, or session data. Advantages of Memcached → Simple and lightweight. → Extremely fast read/write operations. → Scales horizontally across multiple servers. Redis vs Memcached → Redis: Feature-rich, supports persistence and advanced data types. → Memcached: Lightweight, purely focused on caching. → Redis: Best for applications needing caching + extra functionality. → Memcached: Best for simple caching with minimal overhead. Real-World Examples → Redis: Storing user sessions in large-scale apps like Twitter. → Memcached: Caching product details on e-commerce sites for faster page loads. Download The Backend Ebook ( it covers everything above and more) codewithdhanian.gumroad.com/l/juuzy

102k

Most engaged tweets of Dhanian 🗯️

People with Creator archetype

The Creator

Mental health & Fitness, Fashion & beauty, Self-dev, AI Art, Graphic design | REAL EYES, REALIZE, REAL LIES

5k following6k followers
The Creator

22 ✦ I make videos and sometimes write code ✦ Built a startup once & was a live streamer for years ✦ Side adventures @MrLafdaSingh @100xInterview

336 following4k followers
The Creator

I'm doing my best

2k following1k followers
The Creator

Designer, collector of digital objects, lowercase "a" artist. Product Design at @Shape_L2/@0xDecaArt, prev @rodeodotclub/@foundation, @delighted (co-founder).

2k following7k followers
The Creator

Scientist. Super User. I AM SU. Time Traveler. Numelogist. Author. Musician. Wine Maker. Navigator of the Universal Record. Sailor. NAVY Veteran ⚓️

15k following22k followers
The Creator

Gamer Dad, Grill Master, working on my own line of BBQ sauces

1k following2k followers
The Creator

Creator & Streamer on @AbstractChain | GIGA CHAD | @MoodyMights Ambassador

4k following5k followers
The Creator

Indie Developer Backend (Go | PHP | Python | Node) / TS Rust ing AI / LangChain / RAG / Agents 系统架构设计必备书籍:u.jd.com/UqQUxBX

1k following7k followers
The Creator

Redhead muse 🌹 She fell from the light, but carries its echo within. Writer & world-builder. My QTs are always open, to everyone

1k following1k followers
The Creator

Building web experiences on WordPress, Shopify, html, css 🌐 Learning, shipping & connecting with other makers Follow my #BuildInPublic journey

54 following69 followers
The Creator

Software developer

765 following914 followers
The Creator

design & frontend

509 following418 followers

Explore Related Archetypes

If you enjoy the creator profiles, you might also like these personality types:

Supercharge your 𝕏 game,
Grow with SuperX!

Get Started for Free