Taniya malviya @coder_tani
korean lover | fullstack developer | angular js | react js | react native | nodejs | nextjs | nestjs | AWS S3 | AWS EC2 इंदौर, भारत Joined September 2020-
Tweets470
-
Followers49
-
Following246
-
Likes1K
thisIsWhyILoveLinux redd.it/1mhyao6
Can't add a method to a class you don't own? Use a Foreign Method! - Create the method in YOUR code - Pass the utility object as parameter Example (JS): function formatWithTimezone(date) { return StringUtils.format(date) + " UTC"; } #ProgrammingTips #CodeRefactoring
Remove Middle Man: When a class just delegates calls (adding no value): - Delete the delegating methods - Make clients call directly Before: manager.getEmployee().getName() After: employee.getName() Cut the pointless proxy! #CleanCode #Refactoring
Hide Delegate: If clients access object B through object A, make A handle the call instead. Before: a.getB().doSomething() After: a.doSomething() Reduces coupling! #CleanCode #OOP Example: user.getAddress().format() → user.formatAddress()
Extract Class: When one class tries to do two jobs: - Split into two classes - Connect via reference Before: class User { saveToDB() {...} sendEmail() {...} } After: class User {} + class EmailService {} #SOLID #Refactoring
Move Field Refactoring: - Add field to new class - Redirect all old field access - Delete old field Keeps data where it’s used most! #CleanCode #Refactoring Example: user.address → profile.address
Move Method: When a method is used more by another class than its own: - Cut from source class - Paste into target class - Update references Keeps behavior near its data! #OOP #Refactoring Example: user.getAddress() → address.format()
you joined twitter. ↓ you didn’t understand. ↓ forgot about it for years. ↓ came back randomly one day. ↓ you got addicted.
Swapping algorithms? Do it! Old: for-loop summation New: arr.reduce() #CodeQuality #WebDev #DesignPattern #Javascript
Replace Method with Method Object: When: A method is too complex (dozens of lines, many vars). Before: function calc() { /* 50 lines */ } After: class Calculator { execute() { /* split logic */ } } #Refactoring #CleanCode
Never reassign parameters! Use a local var instead. Before: function foo(x) { x = 2; } After: function foo(x) { const y = 2; } #JavaScript #CodeSmells
I have two kinds of problems, the urgent and the important. The urgent are not important, and the important are never urgent. (By Eisenhower)
Split temps = One job per variable. Before: let t = x(); t = y(); After: const a = x(); const b = y(); #CodeQuality #JavaScript
Replace Temp with Query (JS): Before: const discount = basePrice * 0.1; return total - discount; After: function getDiscount() { return basePrice * 0.1; } return total - getDiscount(); #JavaScript #CodeQuality
Inline Temp Refactoring: Replace a variable with its expression. Before: const discount = basePrice * 0.1; return total - discount; After: return total - (basePrice * 0.1); Make simple code!! #CleanCode #Refactoring

Theresa @jackson88theres
318 Followers 3K Following
SupplyChainTrade🇺�... @Quawirced2213
30 Followers 1K Following 15-30% Monthly | 2 High-Conviction Stocks.Short-Term Gains: 15-20% in Days/Weeks.DM "JOIN" for WhatsApp Alerts. Live Trade Signals • Market Analysis
Legal Lancer India @LegalLancerInd
87 Followers 765 Following 🌟Tweeting your woes about finding the right freelancer? Say goodbye to bird-brained search! 🐦✨Welcome to our freelance heaven to connect with the right talent
Tloakal @Tloakal67120
48 Followers 901 Following
Nooiqerf @Nooiqerf066
47 Followers 879 Following
Rerne @Rerne7250064
43 Followers 1K Following
SB WebSolutions @sbwebsolutionss
115 Followers 1K Following SB Websolutions, is proficient web development and software solution company based in New Delhi, the capital of India.
Jonathan Tiana @J_ti4na
1K Followers 2K Following Full-Stack Developer. Curious tech enthusiast interested in coding, ecommerce, IOT and AI.
Codebeans @_codebeans
576 Followers 409 Following Software Solutions||Company Structuring||Modern Business Solutions||Training||Onsite/Online Courses on Front-end, Back-end, Mobile dev, Web dev.
Abu Ayo.dart 👨�... @Demystik_tech
43 Followers 193 Following Muslim | Flutter Dev | Udemy Instructor | Biochemist | Skate Lover
Michele @michele_wirkkal
174 Followers 3K Following
Wpeople Official @WpeopleOfficial
192 Followers 722 Following Enterprise WordPress Development Company. We provide industry-tailored, innovative web development solutions.
VP🎙️👨💻�... @vjp_learnings
3K Followers 3K Following #techie 👨💻🇮🇳 📚 #Networking #Cloud ☁️#manifesting_progress #explorer #SwizzLover
Suraj Sharma @SurajSharm13774
463 Followers 1K Following IIIT Ranchi 🎓| Next js | Javascript | Node js | C++|
.shs @thee_hamza001
268 Followers 2K Following Vue is my arsenal 👽 web • software • design • products
Rishabh Mishra @rishabhmiishra
26 Followers 256 Following Software Developer, AWS, Azure, full stack
Manik Arora @ManikArora45
433 Followers 645 Following Remote Full-Stack Dev 🤖 Sharing insights on tech stacks, mixed with random musings & caffeine-fueled ramblings Sharing personal thoughts/opinions 👇
Shaurya @Shaurya35804973
17 Followers 52 Following NSUT'24 | Web developer proficient in Next.js & MERN
Nikhil Hegde @nikhilhegde989
230 Followers 963 Following just another techie who is interested in everything :) Dumb, Curious, Confused... https://t.co/3bT7r1aaBP
_K1nG_ @HarryK1ng62657
748 Followers 7K Following Software Team Lead (Full Stack | Mobile App | Web3) Also working as COO at IT Dev company (https://t.co/MCBhSMnAX1) follow me ~ I will follow you 💯
Ebenezer Akinseinde @Eben_Akinseinde
1K Followers 6K Following Software Engineer @ALX | ALX Community Influencer | Python | React | Node.js | AI/ML | Clarity Keen to grow as an intern and develop varied skillset.
Sahil Bhosale @imSahil2727
511 Followers 1K Following React Native Developer 📱 | Mobile-first engineer | 2 years of shipping features | Fintech & Consumer apps | Always learning | Open to connect
Shahin Web Developer @shahincreative
168 Followers 2K Following I'm a full-stack web developer. My skills include HTML, CSS, Tailwind CSS, Bootstrap, PHP, Laravel, React JS, JavaScript, and jQuery Links Below 👇👇
Bhmaaa @Bhmaaaofficial
1K Followers 5K Following BHMAAA Your Partner in Financial Empowerment Where we specialize in providing tailored financial solutions through structured funding.
NVA @_Nva_620
496 Followers 712 Following ‣ Software developer 🖥️ ‣ YouTuber 📹 ‣ Math and Data lover 👩🔬 ‣ Wannabe Philosopher on medium 😅
Ud Gupta @connectwithud
293 Followers 1K Following Building @GlobalTechTalks | Ex - Amazon | Learner | Community Enabler | Judged(2), Mentored(75+) in Hackathons | Traveler | Biker | 30k+ LinkedIn followers
Megan Arellano @ArellanoMe39185
0 Followers 4 Following
Axl @axelDev37
5K Followers 6K Following Fullstack Developer / Tech Enthusiast / Web3 & Ai advocate / #BuildinPrivate
Vladimir Kameñar @KamenarVladimir
631 Followers 612 Following Senior TL at #Thales. CS professor at #UNAL. Researcher. Published author. All my books are available for free. Programming since the '90s. Opinions are my own.
DeepRec.ai @deeprecai
146 Followers 669 Following We are your AI and Blockchain recruitment experts. ⚡️💚 part of @trinnovogroup
Aman Verma @__AMAN_V
29 Followers 92 Following Freelance || MERN Stack Developer || Coding Enthusiast || Passion Teaching
Sonam Murarkar @sonam_murarkar
9K Followers 4K Following Prev @infosys 100DaysOfCode, DSA, Frontend, Entrepreneurship, Web3, Investing, Building @LudoM24, Yoga Instructor, MemeQueen on 𝕏
Wise @trikcode
53K Followers 7K Following React, .NET Engineer 👨💻 | Chess | Partner @trikcodeinc | Jesus I trust in you | DM for only partnership
Khushi Malviya @M86511837Khushi
0 Followers 2 Following
John Doe @JamesxBond777
3 Followers 55 Following
CondorsFC @condors_fc
449 Followers 2K Following
Jivan Bhardwaj @JivanBhardwaj05
245 Followers 368 Following DevOps Engineer | DevOps learner | Open Source Project | Cloud
JSWORLD Conference @JSworldconf
16K Followers 17K Following Organising the #1 JavaScript Conferences on the Planet! Join the most special gathering of JavaSript folks at @JSWorldConf @ViteConf or @VuejsAmsterdam
shreyansh vyas @shreyanshvyas07
3 Followers 5 Following
Yogesh @malviy143yogesh
41 Followers 187 Following
Santosh Yadav @SantoshYadavDev
27K Followers 2K Following Staff Engineer, GoogleDevExpert @angular, @github star, MVP, https://t.co/tfyaRJNZEw
terminal @terminaldotshop
26K Followers 11 Following delicious coffee, ethically sourced, and roasted to perfection • order via your terminal • ssh https://t.co/62f84mRBoO • get help @ [email protected]
React India 🇮🇳 @react_india
20K Followers 1K Following React India is a community-led not for profit initiative with an international flavor. See you soon at React India 2025
React Native EU is no... @react_native_eu
41 Followers 0 Following React Native EU is now React Universe Conf, where developers and thought leaders push the boundaries of React and React Native. Follow @reactuniverse_ 💜
React Norway 🗓 Jun... @ReactNorway
2K Followers 775 Following React Norway 🇳🇴 is an exclusive one-day event with 📣 React & frontend talks 🌐 networking 🎉 concert & afterparty to match it all by @CrystallizeAPI
App.js Conf 🗓️ 2... @appjsconf
7K Followers 481 Following A hands-on three-day conference with workshops focused exclusively on React Native and Expo. Organized by @swmansion, supported by @expo.
React Nexus @ReactNexus
4K Followers 471 Following International React conference in Bangalore | July 03 - 05, 2025 Organizers: @reactify_in @ReactBangalore @neostackHQ Contact: @kiran_abburi
JavaScript Daily @JavaScriptDaily
601K Followers 176 Following Sharing links, news, and humor about JS, TypeScript, and related front-end stuff 💛 Not affiliated with Oracle or Larry Ellison.
GraphQL @GraphQL
120K Followers 14 Following A query language for APIs, brought to you by the GraphQL Foundation
Vue @vuejs
320K Followers 529 Following Progressive JavaScript framework for building modern web interfaces. Created by @youyuxi, maintained by https://t.co/GBCO6zpjho.
Vite ⚡ @vite_js
125K Followers 187 Following The build tool for the web. It's pronounced /vit/ like Veet! Discord chat: https://t.co/3qwlJYOEtj, Bluesky: https://t.co/k5sQzWTcsv, Mastodon: @[email protected]
Adobe @Adobe
975K Followers 215 Following Creativity doesn’t just open doors. It opens worlds. Join us in celebrating #CreativityForAll. Need help? Reach out to @AdobeCare.
Microsoft Developer @msdev
508K Followers 15 Following Welcome to a community built for passionate developers. Microsoft Developer is your resource for tips, research and more to help you build apps that users love.
Satya @heysatya_
36K Followers 591 Following Taking Projects for Sept https://t.co/ZwXkpmmbgH | Premium Figma and Framer Templates https://t.co/9eKINa41Bq
Coder girl 👩�... @dev_maims
41K Followers 288 Following Proud muslimah ♥️|| UI/UXDesigner 🧑💻|| Web developer👩💻 || Tweets about HTML, CSS, JavaScript, React-Js|| A reader ✨|| #Abusite
Gergely Orosz @GergelyOrosz
288K Followers 3K Following Writing @Pragmatic_Eng, the #1 technology newsletter on Substack. Author of @EngGuidebook. Formerly Uber & Skype.
ThePrimeagen @ThePrimeagen
297K Followers 1K Following skill issues: 🟩⬛️⬛️⬛️⬛️⬛️(69/420) https://t.co/qWJnB6p4EP https://t.co/IwY3FTx1ZE https://t.co/TYJ6aSpwYs
Matteo Collina @matteocollina
49K Followers 4K Following @platformatic Co-Founder & CTO, @nodejs TSC Chair, Lead maintainer @fastifyjs, Board @OpenJSF, Conference Speaker, Ph.D. Past: @nearform. Views are my own.
Matt Pocock @mattpocockuk
200K Followers 737 Following I teach devs for a living. Author of Total TypeScript and AI Hero. Ex-@vercel. Used to be a voice coach.
Cory House @housecor
141K Followers 771 Following I talk code. Courses: https://t.co/D5emROQa4J and https://t.co/6L1fD898mh YouTube: https://t.co/pWIz4BMXsc Consulting: https://t.co/Qfp4Tfp3jf ⚛️
Jarred Sumner @jarredsumner
127K Followers 768 Following building @bunjavascript. formerly: @stripe (twice) @thielfellowship. high school dropout. npm i -g bun
Devon Govett @devongovett
39K Followers 1K Following Creator of @parceljs. Engineer @adobe working on React Aria and React Spectrum.
Theo - t3.gg @theo
244K Followers 4K Following Full time CEO @t3dotchat. Part time YouTuber, investor, and developer
Rob Palmer @robpalmer2
10K Followers 2K Following JavaScript Infrastructure & Tooling at Bloomberg. Co-chairing @TC39. Likely to tweet tech stuff about JS & software performance. Opinions are my own.
Adam Wathan @adamwathan
258K Followers 790 Following Creator of @tailwindcss. Listener of Slayer. Austin 3:16.
Ron Buckton @rbuckton
10K Followers 313 Following Husband, Father, Developer, Gamer. I worked on @TypeScript at @Microsoft. Delegate to @TC39. All opinions are my own. he/him https://t.co/2zzLXZZ4Gq
Sanika Suryawanshi @Sanika_0305
5K Followers 2K Following Software Developer @proptechbuzz | https://t.co/6Yu9Dj9veu
DigitalOcean @digitalocean
223K Followers 1K Following The simplest scalable cloud. ☁️ Status: @DOstatus Support: https://t.co/5gkvyinPlK
Ploi @ploi_deploy
6K Followers 3K Following The server management tool you have always dreamed of. Rapidly deploy any site you like. Partnered with @DigitalOcean, @Linode, @Upcloud and many more!
freeCodeCamp.org @freeCodeCamp
946K Followers 158 Following We're a community of millions of people who are building new skills and getting new jobs together. A 501(c)(3) public charity. Tweets by @abbeyrenn.
Dr. S. Jaishankar @DrSJaishankar
4.0M Followers 35 Following External Affairs Minister of India. Member of Parliament (Rajya Sabha) from Gujarat State.
Postman @getpostman
55K Followers 272 Following The API platform used by more than 40 million developers. Proud member of the Forbes Cloud 100. Also, hi there.👋
Hello, World! System ... @helloworldglich
655 Followers 4 Following Learn the Art of Building Scalable and Resilient Systems. Read what engineers from Google, Microsoft and Amazon read. @rohitlakh Join our newsletter 👇🏻
Rohit Lakhotia 🚢 @rohitlakh
5K Followers 737 Following Building digital products one bit at a time. Ex-Software Engineer @getpostman | Growing @helloworldglich (Read by 25k+ developers) | 👷 @makerdock_
javinpaul @javinpaul
103K Followers 7K Following Blogger - https://t.co/Cxgp9zzN3y Creator - https://t.co/GYls4Lx9DW newsletter - https://t.co/P8jiQ5GW16 youtube - https://t.co/vs4WjwaEQ6
Avalanche India @Avalanche_In
4K Followers 168 Following Avalanche is a high-performance blockchain platform designed for builders who need to scale. RT≠ endorsements. https://t.co/AvI8jRI2Wr
Finaltouch @Finaltoucch
37K Followers 2K Following Top Rated Plus Graphic Designer 👨🏾💻 on @upwork . Top 3 % | Christian ✝️ | helped over 50 foreign brands solve their design problems | @LFC fan ❤️
Jonathan Tiana @J_ti4na
1K Followers 2K Following Full-Stack Developer. Curious tech enthusiast interested in coding, ecommerce, IOT and AI.
Andrey Seas @andrey_seas
2K Followers 295 Following #AI Software Dev and Marketer | Building custom LLM apps for small businesses. #TEDx
Marc Lou @marc_louvion
202K Followers 1K Following 🧑💻 https://t.co/Y30jsaI4oH $20K/m ⚡️ https://t.co/vatLDmiHKe $12K/m 📈 https://t.co/3EDxln5U2Q $6K/m 🍜 https://t.co/r07EpGTwyA $.5K/m 🧾 https://t.co/7olaOzVGML $0/m 🛡️ https://t.co/LFgSlrZaip $0/m 🧬 https://t.co/SfrVXVtU38 $0/m +18 https://t.co/4zCWHGJWRq
Luan Ajeti @luan_ajeti
263 Followers 133 Following 💻 Fullstack Next.js Developer 🛠️ Currently working on ThinkBit… 📚 Daily tips and tricks follow to stay updated!
Kasi Reeves (War Mach... @RobotProxyWar
3K Followers 2K Following Born in Japan 🇯🇵 | Raised in The Bay 🌉 | Code 👨🏾💻 | Food 🍱 | Cats 🐈 | Lead AI/ML Engineer 🤖
clevercoderjoy @clevercoderjoy
2K Followers 5K Following Call center employee turned Software Engineer.🧑💻 I write code and lift weights. I sometimes contribute to open source. Google clevercoderjoy to know more.