AIBigDataCloud's profile picture. Nobody

DataMLTech

@AIBigDataCloud

Nobody

DataMLTech сделал(а) репост

My new coding workflow as an ex-PM: 1. Have an idea for a feature in mind 2. Write that in the Cursor chat box in a scrappy format 3. Ask Claude-3.7-thinking to plan for the feature, write a complete design docs without a single line of code (continue in next thread...)


DataMLTech сделал(а) репост

Annual shoutout to the Keepa Amazon price tracker plugin, so you can check to see if every Black Friday sale is actually a sale, or just marked as one so you think you're getting a deal

MKBHD's tweet image. Annual shoutout to the Keepa Amazon price tracker plugin, so you can check to see if every Black Friday sale is actually a sale, or just marked as one so you think you're getting a deal
MKBHD's tweet image. Annual shoutout to the Keepa Amazon price tracker plugin, so you can check to see if every Black Friday sale is actually a sale, or just marked as one so you think you're getting a deal

DataMLTech сделал(а) репост

Every morning, try to go for a walk outside with a cup of coffee to get some sunlight. If you start your day like this, you’ll be compounding the brain health benefits of each: staving off premature aging, circadian rhythm regulation, and neuroprotection ☕️☀️


DataMLTech сделал(а) репост

Playing the long game is the holy grail of equity investing. But how long is long-term? Ideally, it’s a period where your risk of capital loss is minimal. Let’s dive into the numbers. #longterminvesting #investing #mutualfunds #equity #finance #BSE #stockmarketindia

ValueResearch's tweet image. Playing the long game is the holy grail of equity investing. But how long is long-term? Ideally, it’s a period where your risk of capital loss is minimal. Let’s dive into the numbers. 
#longterminvesting #investing #mutualfunds #equity #finance #BSE #stockmarketindia…
ValueResearch's tweet image. Playing the long game is the holy grail of equity investing. But how long is long-term? Ideally, it’s a period where your risk of capital loss is minimal. Let’s dive into the numbers. 
#longterminvesting #investing #mutualfunds #equity #finance #BSE #stockmarketindia…
ValueResearch's tweet image. Playing the long game is the holy grail of equity investing. But how long is long-term? Ideally, it’s a period where your risk of capital loss is minimal. Let’s dive into the numbers. 
#longterminvesting #investing #mutualfunds #equity #finance #BSE #stockmarketindia…
ValueResearch's tweet image. Playing the long game is the holy grail of equity investing. But how long is long-term? Ideally, it’s a period where your risk of capital loss is minimal. Let’s dive into the numbers. 
#longterminvesting #investing #mutualfunds #equity #finance #BSE #stockmarketindia…

DataMLTech сделал(а) репост

Everyone should know this: Vitamin C, elemental Zinc, Quercetin and Vitamin D3/K2, magnesium are the most basic preventative measure you can take. Ph@rma simply don't want you to know that. RT and Share


DataMLTech сделал(а) репост

If I could only choose 4 habits to stay lean, build muscle, and maintain high energy, here’s what I would choose: 1) Walking 8,000+ steps a day Everyone tells you to walk more to lose weight. But no one tells you why. It's simple: Take the example of running a mile vs.…


DataMLTech сделал(а) репост

I'm discovering the parallels between MVC and a "modern" Semantic Layer. MVC (Model-View-Controller) is a fascinating topic from the late 70s, still powering RubyOnRails & Laravel. Why not use it for data? The parallel: - Model = Raw Data & metrics/business logic from SL -…

sspaeti's tweet image. I'm discovering the parallels between MVC and a "modern" Semantic Layer.

MVC (Model-View-Controller) is a fascinating topic from the late 70s, still powering RubyOnRails & Laravel. Why not use it for data?

The parallel:
- Model = Raw Data & metrics/business logic from SL 
-…

DataMLTech сделал(а) репост

Who else thinks this is messed up?


DataMLTech сделал(а) репост

Best non animal based foods to support an animal based, almost #carnivore #ketovore WOE for the benefits of what phytonutrients can enhance your hormones & health Broccoli Cabbage Brussels sprouts Asparagus Onion Garlic Berries Avocado summer squash cucumber red pepper #LCHPMF

hormonedietdoc's tweet image. Best non animal based foods to support an animal based, almost #carnivore #ketovore WOE for the benefits of what phytonutrients can enhance your hormones & health

Broccoli
Cabbage
Brussels sprouts
Asparagus
Onion
Garlic
Berries
Avocado
summer squash
cucumber
red pepper
#LCHPMF

DataMLTech сделал(а) репост

10 months ago, I created a System Design repo on Github, and I'm excited to share that it recently reached over 15,000 stars. Thanks to everyone who has starred or forked this repository! The repository contains a collection of resources to study: - System Design concepts and…

ashishps_1's tweet image. 10 months ago, I created a System Design repo on Github, and I'm excited to share that it recently reached over 15,000 stars.

Thanks to everyone who has starred or forked this repository!

The repository contains a collection of resources to study:
-  System Design concepts and…

DataMLTech сделал(а) репост

Here is a Compilation of best YouTube channels where you can master your Python Skills Follow @NoreenAIPro for More

NoreenAIPro's tweet image. Here is a Compilation of best YouTube channels where you can master your Python Skills 

Follow @NoreenAIPro for More

DataMLTech сделал(а) репост

Splits for all lifting frequencies: (dialled) 2 sessions per week: Tuesday: Chest + Back + Shoulders + Arms Friday: Quads + Posterior Chain + Calves 3 sessions per week: Monday: Chest + Biceps + Rear delts Wednesday: Legs + Traps Friday: Back + Shoulders + Triceps


DataMLTech сделал(а) репост

7 must-know runtime complexities for coding interviews: 1. 𝐎(1) - 𝐂𝐨𝐧𝐬𝐭𝐚𝐧𝐭 𝐭𝐢𝐦𝐞 - The runtime doesn't change regardless of the input size. - Example: Accessing an element in an array by its index. 2. 𝐎(𝐥𝐨𝐠 𝐧) - 𝐋𝐨𝐠𝐚𝐫𝐢𝐭𝐡𝐦𝐢𝐜 𝐭𝐢𝐦𝐞 - The runtime…

ashishps_1's tweet image. 7 must-know runtime complexities for coding interviews:

1. 𝐎(1) - 𝐂𝐨𝐧𝐬𝐭𝐚𝐧𝐭 𝐭𝐢𝐦𝐞
- The runtime doesn't change regardless of the input size.
- Example: Accessing an element in an array by its index.

2. 𝐎(𝐥𝐨𝐠 𝐧) - 𝐋𝐨𝐠𝐚𝐫𝐢𝐭𝐡𝐦𝐢𝐜 𝐭𝐢𝐦𝐞
- The runtime…

DataMLTech сделал(а) репост

Large amount of concentrated lemon water dissolves kidney stones fast. Sometimes the solution is so simple it’s maddening the amount of suffering people put up with not knowing.


DataMLTech сделал(а) репост

My top biomarkers to measure annually for longevity: - Hb1Ac and fasting insulin - Lipid panel and ApoB - hsCRP - Liver enzymes (ALT, AST, GGT, ALP) - Albumin - Complete blood count - Kidney function (cystatin C, eGFR, BUN, sodium) - Vitamin D3 - Sex hormones (Test,…


DataMLTech сделал(а) репост

Got a new MacBook Pro from work, what are the best tools and utilities for a #SpringBoot developer that comes from Windows?


DataMLTech сделал(а) репост

Job Interview Cheatsheet

InterestingSTEM's tweet image. Job Interview Cheatsheet

DataMLTech сделал(а) репост

My 9 favorite websites to practice coding exercises until you're a MASTER: 9. Mode (SQL) 8. DataLemur (SQL) 7. LeetCode (Python) 6. Codewars (Python) 5. Stratascratch (SQL) 4. HackerRank (Python) 3. Kaggle (Data Science) 2. W3 Resource (pandas) 1. bnomial (Machine Learning)


DataMLTech сделал(а) репост

20 Fitness Rules for Men & Women Over 40:


DataMLTech сделал(а) репост

What’s the secret to acing your next job interview? Great Preparation. A brilliant resource by my friend @georgestern

donnellycss's tweet image. What’s the secret to acing your next job interview? 

Great Preparation.

A brilliant resource by my friend @georgestern

United States Тренды

Loading...

Something went wrong.


Something went wrong.