Windows 10 or Windows 11? What do you use personally? Which is better? I have tried 11. Now I am using 10 as I had to reset my pc, haven't upgraded to 11 yet. I am happy with windows 10 āļø
5 replies1 like
Gitto Q Wesley
StealthĀ ā¢Ā 9m
Curious how did medial scrap linkedin data using url ? Was it using LinkedIn developer API or another tool ?
Windows 11 Start menu ads are now rolling out to everyone / Thankfully you can disable these app ārecommendationsā very easily.
0 replies5 likes
Payal Manghnani
StealthĀ ā¢Ā 2m
Day 3: Filtering Data with WHERE
Guys, ready to take your SQL game up a notch?
Today, letās talk about the WHERE clauseāitās your tool to filter data like a pro!
Hereās how it works:
SELECT name, age
FROM Students
WHERE age > 18;
šÆ This gi
See More
1 replies3 likes
Prince Yadav
StealthĀ ā¢Ā 10m
"Stacks in C++: Your trusty tool for managing data with LIFO (Last In, First Out) behavior. From undo functionality to expression evaluation, mastering the stack unlocks a world of efficient data manipulation! #cplusplus #datastructures #coding"
Code
See More
0 replies6 likes
Payal Manghnani
StealthĀ ā¢Ā 25d
How to make real time stock market data processing pipeline using AWS Lambda and kinesis
Whatsapp Bans Android Users From Taking Screenshots Of Profile Pics
WhatsApp has introduced a new update that prevents users from taking screenshots of other users' profile pictures, enhancing privacy features. This update, not yet officially announ
See More
2 replies7 likes
Payal Manghnani
StealthĀ ā¢Ā 2m
Now, letās kickstart our SQL journey with the SELECT statement!
SELECT is like the spotlightāit helps you pick and display specific data from a table.
Hereās a quick example:
SELECT name, age
FROM Students;
šÆ This fetches the name and age of a
See More
0 replies3 likes
Payal Manghnani
StealthĀ ā¢Ā 2m
Day 4: Sorting Data with ORDER BY
Hey guys, letās make your SQL queries even more powerful with ORDER BY! This command helps you sort your resultsāeither ascending (default) or descending.
Example:
SELECT name, age
FROM Students
ORDER BY age D
See More
0 replies1 like
Payal Manghnani
StealthĀ ā¢Ā 8m
How can developers benefit from using the vercel ai SDK ?