John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Pro's Find and Replace with regex to quickly refactor code. Enable "Use Regular Expressions," craft your pattern, and replace complex code snippets efficiently. Master regex to boost your coding speed and accuracy! #CodingTips #VisualStudioPro @visualstudio
1
The Serious CTO
The Serious CTO @TheSeriousCTO ·
Don't try to out-speed AI; you won't win. Instead, focus on understanding. Rewrite AI-generated code by hand to internalize the logic. True victory comes from knowing more, not prompting faster. #AI #CodingTips #LearnToCode
8
John Straumann
John Straumann @JohnStraumann ·
In Visual Studio Pro, use Peek Definition (Alt+F12) to view code inline without losing context, and Go to Definition (F12) to navigate directly to the code file. Both boost productivity—choose based on your workflow needs! #CodingTips #VisualStudioPro @visualstudio
7
Bryan Downing
Bryan Downing @quantlabs ·
A nasty bug lurked for 5 days! Thought it was Redis or connectivity, but the culprit? Simple symbol naming for futures contracts. Remember: 'BTC' vs. 'BTCJ6' (contract month/year) matters for testing trades. #CodingTips #Debugging
13
John Straumann
John Straumann @JohnStraumann ·
Boost your #VisualStudioCode workflow by integrating Roslyn analyzers! Create custom rules to enforce coding standards and catch issues early. Use the .editorconfig and analyzer packages for seamless, automated code quality checks. #dotnet #codingtips @code
9
Mohammad Saad
Mohammad Saad @saadvy_96 ·
Think a * b = matrix multiplication? Think again 👀 ❌ a * b → element-wise ✅ a @ b → actual matrix multiplication One small symbol, BIG difference ⚡ Mastering this = leveling up your NumPy game 🚀 #Python #NumPy #CodingTipX3
18
Augastine Ndeti
Augastine Ndeti @mulu_tx ·
Blocking your Python backend? 😫 Use background workers (like Celery/RQ) to offload slow tasks. Your app stays lightning fast & users are happier! ✨ #Python #CodingTips3
6