Lifelong Learner | 📊 Data Storyteller | 💡 Predicting the future with numbers | Passionate about AI, ML & Data Analytics | Always asking why. Bengaluru Joined April 2024
Drillthrough Filters
Use Drillthrough Filters
➤ Right-click a data point
➤ "Drillthrough"
➤ Takes you to a focused detail page
✅Great for user-driven deep dives into data
Combine with tooltips for pro-level UX!
#PowerBI#DataAnalytics#BI#184DaysOfCode#DataViz
Implement a Stack using Python list
stack = []
stack.append(10)
stack.append(20)
stack.pop() # Removes 20
LIFO behavior (Last In, First Out)
Used in parsing, recursion, undo features
#Python#DSA#CodingInterview#184DaysOfCode#Algorithms
Feature Scaling in Machine Learning
Do you know that feature scaling can make or break your model's performance?
Standardization
Min-Max Scaling
Robust Scaling
...ensure that features contribute equally to distance-based algorithms like KNN, SVM, and Gradient Descent!
GROUP BY
Group and aggregate data using GROUP BY
SELECT dept, COUNT(*) FROM employees
GROUP BY dept;
Groups data and counts employees per department
Works with SUM(), AVG(), MAX() etc.
#SQL#LearnSQL#DataAnalytics#Database#184DaysOfCode
Train/Test Split
Always split your dataset
from sklearn.model_selection import train_test_split
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2)
Prevents data leakage
Ensures fair evaluation
Test size = typically 20–30%
#MachineLearning#ML#DataScience
Reversing a List in Python
Want to reverse a list in Python?
nums = [1, 2, 3, 4]
print(nums[::-1])
Output: [4, 3, 2, 1]
Tip: Use [::-1] for clean slicing tricks
What’s your favorite Python one-liner?
#Python#DSA#CodingTips#184DaysLearn#DevCommunity
f-strings
Use f-strings for cleaner output.
name = "Naresh"
age = 25
print(f"Hello {name}, you are {age} years old.")
Faster and neater than .format() or %
How often do you use f-strings?
#Python#PythonTips #184DaysOfCode#LearnToCode
Accuracy vs Precision vs Recall
ML Metrics – Don't just rely on Accuracy!
Accuracy: Correct predictions / Total
Precision: TP / (TP + FP)
Recall: TP / (TP + FN)
Choose based on your problem!
Fraud? Use Precision
Medical? Use Recall
#Day10#MachineLearning#ML#AI#DataScience
Power BI: Tooltips
Use Report Page Tooltips
➤ Create a small page
➤ Enable "Tooltip" under Page Info
➤ Assign it to charts
✅Adds more info on hover without cluttering visuals
Try this trick in your reports
#PowerBI#DataAnalytics#BusinessIntelligence#184DaysOfCode
Ever wondered why your ML model underperforms?
Feature Scaling is the secret!
Algorithms like SVM, KNN, Logistic Regression rely heavily on distance metrics.
Without scaling, one feature can dominate others!
Use StandardScaler or MinMaxScaler wisely.
#MachineLearning#Data#AI
LIKE operator
Use LIKE to search patterns in text
SELECT * FROM users WHERE name LIKE 'A%';
Finds names that start with A
% = wildcard
_ = one character wildcard
Have you used LIKE in PostgreSQL?
#Day8#SQL#Database#LearnSQL#DataEngineering#184DaysOfLearning
Slicer Sync
Power BI : Sync your slicers across pages
Go to: View ➤ Sync Slicers
Applies user filter across multiple report pages
Improves report navigation & user experience
Try this in your next dashboard!
#Day5#PowerBI#DataAnalytics#MicrosoftPowerBI#184DaysOfCode
Two Sum Problem (Brute Force)
for i in range(len(nums)):
for j in range(i+1, len(nums)):
if nums[i] + nums[j] == target:
return [i, j]
❌ Time: O(n²)
✅ Works, but not optimal
Want the hash map version next?
#Python#LeetCode#DSA#184DayCode#Algorithms
Overfitting vs Underfitting
ML Basics:
Overfitting = model memorizes training data
Underfitting = model is too simple
Goal = balance bias vs variance
Use validation set to detect both
What was your first ML model?
#Day3#MachineLearning#ML#AI#DataScience#184DaysOfCode
SQL: NULL vs Blank
SQL Tip: NULL ≠ ' '
NULL = unknown
' ' = empty but known
Use IS NULL or IS NOT NULL, not =
Example:
SELECT * FROM users WHERE email IS NULL;
Real-world : Filtering records like missing emails, phone numbers
#SQL#LearnSQL#DatabaseTips#184DaysOfCode
Python – List Comprehension
Want a cleaner way to build lists in Python?
[x**2 for x in range(10) if x % 2 == 0]
Builds a list of even squares.
Faster & more readable than loops.
Have you used nested list comprehensions yet? 🤔
#Python#CodeNewbie
Day 1:
I'm kicking off a daily technical series until Dec 31 !
Every day: Python, SQL, Power BI, DSA, ML & more.
Follow along, learn with me, and let’s grow together!📌 Day 1 drops in a few minutes.
#184DaysOfCode#TechTwitter#Python#SQL#PowerBI
13 Followers 118 FollowingWandered through crypto's dark alleys, learned to dodge FOMO like a ninja. Found joy in blockchains, lost less than I imagined.
2 Followers 39 FollowingWanderer in a digital dreamscape! Bitcoin maximalist with a penchant for balancing regulation and absurd humor. Listen closely you might hear optimism!
18 Followers 171 FollowingDelve into crypto with me, where digital alchemy unfolds. Distrust? Regulators. Privacy? Overrated. Dive with me, into the waves of innovation.
27 Followers 200 FollowingVahid: Abbeville's crypto bard. Once traded wisdom for crayfish tales. Trusts coins more than suits. Laughs at life, tweets in riddles.
1K Followers 2K FollowingHere you can share your AI creations and discussions. The ART and IDEAs that we all come up with through AI interactions are important to share and archive.
2 Followers 39 FollowingWanderer in a digital dreamscape! Bitcoin maximalist with a penchant for balancing regulation and absurd humor. Listen closely you might hear optimism!
153K Followers 5K FollowingSubscribe to my DeFi blog to get ahead of the curve 👉 https://t.co/7O0WAdXUnT
Co-founder of @PinkBrains_io DeFi Creator Studio
603K Followers 5K FollowingPresident & CEO @ycombinator —Founder @Initialized—designer/engineer who helps founders—San Francisco Dem accelerating the boom loop—e/acc—technology brother
418K Followers 1K FollowingFounder https://t.co/m6TigM4CJT: Free AI training for the smartest engineers in the world. Will tweet as I wish and suffer the consequences.
515K Followers 2K FollowingWe investigate, report on and remedy alleged or suspected improper conduct in state affairs or in the public administration, in any sphere of government.
493 Followers 481 FollowingTrusted IT solutions and systems integrator in MENA for 40 years. #FaceVerification, #Optimization, and #AI. Join the conversation @GDI_ME. #Technology
53K Followers 691 Following💼 Community Manager, ex @VueSchool_io,@hashnode, etc
🎤 MC @frontendnation
📩I help businesses & individuals to grow on socials. DM me
💻Public Speaker, DevRel
3.9M Followers 87 FollowingBalanced, Fair and Accurate News. DD News is India's 24*7 news channel under the nation's public broadcaster, Prasar Bharati.
3.4M Followers 362 FollowingCitizen engagement platform of Government of India, giving people the opportunity to work towards Surajya with their ideas & grass root level contribution.
3.2M Followers 319 FollowingPress Information Bureau. Nodal agency for communicating to media on behalf of #Government of #India. In Hindi: @pibhindi For Fact Check: @PIBFactCheck
383K Followers 97 Followingदुनिया भर के विश्वसनीय,संतुलित एवं सटीक हिंदी समाचार (Hindi News updates).
For English news updates follow us on @airnewsalerts.
387K Followers 184 Following$SHIB burn tracker. Transactions and calculations tweeted are automated. Visit the website for burn addresses + the total number of burns. #ShibFocused
3.5M Followers 3 FollowingWatcher Guru gives you unparalleled, unbiased coverage of all-things crypto & finance in real-time | Tweets Are Not Financial Advice | @BTCPrice
14.9M Followers 580 FollowingThe world’s leading blockchain ecosystem and digital asset exchange | #Binance #BNB | Support: @BinanceHelpDesk | Posts are not directed towards UK users.
1.1M Followers 3K FollowingShib Bone Leash Treat DYOR NFA
Writing a final white paper for Shib explaining the DAO, Shy and our role in this upcoming new age. Jul...AI is here.
No recent Favorites. New Favorites will appear here.