#codequality search results
@ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf
⚠️ Stop using assert for critical checks in Python. With the -0 flag, all assert statements disappear, which means your validations might never run in production. Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code. #Python #CodeQuality
Ensure your .NET apps handle data safely! 🚀 Check out how dotNetTips Spargine’s `Validator` makes validation effortless—prevent bad input, avoid crashes, and write cleaner code. dotnettips.wordpress.com/2025/05/28/cod… #dotNET #CodeQuality #MVPBuzz #DataValidation
Ever pushed code and watched your app crash? Weeks of work gone! Let's fix it. Ready for bulletproof code? Here are 7 practices to make your apps truly production-ready. Automated testing is number one! #DevTips #CodeQuality
AI is turbo-charging dev speed: then leaves a trail only "code cleanup specialists" can fix. Fast code ≠ clean code! Startups: are you seeing this in your team? Drop a 🙋 if you’ve hired a cleanup hero lately! #startups #codequality
Ready to ship bulletproof code? Discover seven practices to make apps truly production-ready. Fewer outages, faster features, happier users. Let's dive in! #DevOps #CodeQuality
🧑💻Quality isn’t just a final checkpoint—it’s a foundational principle✅. #CodeQuality #AIEngineering #DevSecOps #SoftwareDelivery #DigitalTransformation #ApplicationServices
Let's be real: AI coding assistants are cool, but they can create a mess. Join Sonar, Hepapi & @AWS in Istanbul to learn how to: ✅ Maximize AI ROI ✅ Control #CodeQuality ✅ Stop AI-driven security risks Secure your seat: bit.ly/3Wvbe2e. #SonarConnect #CodeSecurity
Vote #SonarQube! 🗳️ We're a finalist for Best DevOps: Serving/Testing Tool in the DevOps Dozen 2025 awards. Show your support; cast your vote: bit.ly/49gyFUD #DevOpsDozen #CodeQuality #VibeThenVerify
Debugging without context wastes time. Discover how replayable code and AI-assisted tracing make finding and fixing bugs dramatically faster. Watch it in action (from our Cambridge Meetup) community.mindstone.com/events/mindsto… #PracticalAI #FutureOfWork #CodeQuality
The purpose of TypeScript isn't to benefit end-users directly, but rather to help developers avoid mistakes that could affect our clients or web users. #Typescript #DevLife #CodeQuality
"Why would they write it this way? I’ll just change it." -every dev, at some point. Jason Gates says you’re skipping the story. Without commit history, you’re just rewriting the past with no context. ▶️ Full talk: youtu.be/9aJa64iTyhY #GitBestPractices #CodeQuality…
Too many teams jump into coding without planning or documentation. Then wonder why things fall apart. Stop the madness. Read why architecture still matters — yes, even in Agile.👇 #dotnet #DotNetDave #CodeQuality #CodeDocumentation #MVPBuzz dotnettips.wordpress.com/2019/11/01/dot…
Validate method arguments effortlessly with dotNetTips Spargine! 🚀 Improve code reliability with fluent validation techniques. Check out how the Validator class simplifies input checks. dotnettips.wordpress.com/2025/05/25/cod… #dotNET #Csharp #CodeQuality #MVPBuzz #DataValidation
#DevOpsDozen VOTING is open, and #SonarQube is a finalist in the “Best Testing Service/Tool” category. 🏆 Votes are being counted till Dec. 31st, so make sure to get yours in! ☑️ @devopsdotcom @SonarSource #CodeQuality sprou.tt/1klJNlTv5dt
Hey Berlin! 🇩🇪 Join us for Sonar Connect on Nov. 19th at Soho House. We're talking AI productivity 🤖, code quality ✅, and security 🔒. Come for the insights, stay for the networking (and snacks 🥨)! Save your spot: bit.ly/4ogAhCx #SonarConnect #CodeQuality
Ensure your .NET apps handle data safely! 🚀 Check out how dotNetTips Spargine’s `Validator` makes validation effortless—prevent bad input, avoid crashes, and write cleaner code. dotnettips.wordpress.com/2025/05/28/cod… #dotNET #CodeQuality #MVPBuzz #DataValidation
🧑💻Quality isn’t just a final checkpoint—it’s a foundational principle✅. #CodeQuality #AIEngineering #DevSecOps #SoftwareDelivery #DigitalTransformation #ApplicationServices
From complex stateIterate to clean OOP! #DolphinDB transforms hard-to-read linear recursion into structured, understandable code. #CodeQuality #DataEngineering
Roman Rudyi, Senior Software Developer, shares his team’s experience with AI code reviews, its limitations, and how teams can get the most from them. 🔗buff.ly/0fSj5pF #AI #AICodeReview #codequality
NDepend – Improve Your .NET Code Quality Fast 25mn by Remigiusz Zalewski youtube.com/watch?v=t3o6qj… #dotnet #codequality
✨ That moment in every sprint when someone says “I added a small feature” and everything suddenly becomes… interesting. How do you stay agile without destabilizing your codebase? #SoftwareDevelopment #Agile #CodeQuality
🚀 New Post: Tame Debt Master technical debt management with expert strategies to prioritize, reduce, and optimize your cod... 🔗 Read more: kubaik.github.io/tame-debt #CodeQuality #BuildInPublic #DevOps #AITools #coding
Validate method arguments effortlessly with dotNetTips Spargine! 🚀 Improve code reliability with fluent validation techniques. Check out how the Validator class simplifies input checks. dotnettips.wordpress.com/2025/05/25/cod… #dotNET #Csharp #CodeQuality #MVPBuzz #DataValidation
The biggest frontend mistake? Saying “We’ll clean it later.” That’s how gardens turn into jungles. 🌿➡️🌪️ #CodeQuality #Frontend
Hiding business logic in your database is dangerous. You lose version control, your deployment pipeline, and your mind. Stored procedures have no place in modern app development. #CodeQuality #DevTips
I started with SonarQube learning how it checks code quality, identifies bugs, and enforces clean code. I explored its architecture, Maven integration, and even securing the server. 🔒 #CodeQuality #SonarQube
Ever fix a bug in 10 different places? 😫 I did, too. Then I discovered Python functions! Now I fix it once. Done. New post: How functions saved me from code chaos ↓ devviews.com/posts/python-f… #Python #Developer #CodeQuality
Containers fix inconsistent environments, but they cannot debug or improve fundamentally bad code. Infrastructure consistency amplifies the quality, good or bad, of what you deploy. #DevOps #Containers #CodeQuality #TechTip #SoftwareEngineering
These tips won’t surprise most software engineers, but they’re a useful reminder - especially if you’re just getting started. These #BestPractices highlight essential fundamentals like version control & coding standards: kdab.com/best-practices… #SoftwareDevelopment #CodeQuality
“Temporary workaround” is just long-term code wearing a fake moustache. #CodeQuality
My AI pair programmer's definition of a "unit test": print('All good! ✔️') Friendly reminder to actually read the tests your code agent writes. We're getting fooled by the oldest trick in the book! 😂 #DevHumor #AI #CodeQuality #LLM #Programming
Stop the Flake. Start the Fix. 🦾 See the 5-step process our AI uses to identify, diagnose, and suggest fixes for your most inconsistent tests. Learn more at letest.ai #AIforQA #TestReliability #CodeQuality #letestai
Ensure your .NET apps handle data safely! 🚀 Check out how dotNetTips Spargine’s `Validator` makes validation effortless—prevent bad input, avoid crashes, and write cleaner code. dotnettips.wordpress.com/2025/05/28/cod… #dotNET #CodeQuality #MVPBuzz #DataValidation
⚠️ Stop using assert for critical checks in Python. With the -0 flag, all assert statements disappear, which means your validations might never run in production. Codeac automatically detects unsafe assert usage (and much more) so you can ship safer code. #Python #CodeQuality
Testing isn’t just about finding bugs; it’s about building confidence in your code. What’s your testing mantra? 🧪 #CodeQuality
AI is turbo-charging dev speed: then leaves a trail only "code cleanup specialists" can fix. Fast code ≠ clean code! Startups: are you seeing this in your team? Drop a 🙋 if you’ve hired a cleanup hero lately! #startups #codequality
[1/2] 📢 Big news! @Michael_Hladky will be presenting at @MonorepoWorld by @NxDevTools. Get $50 off your tickets—link in the comments 👇 🎙️ The Challenges of #CodeQuality and Team KPIs in a #Monorepo 🗓️ Oct 7, 2024 | 📍 Mountain View, CA
@ManfredSteyer wowed us at #jsPolandConf—“JavaScript as a Crime Scene” blended smart code forensics with actionable tips for better architecture! #CodeQuality #jsPolandConf
isort Keep your Python imports tidy with isort, the utility to sort and format your code for consistency! #python #codequality
The purpose of TypeScript isn't to benefit end-users directly, but rather to help developers avoid mistakes that could affect our clients or web users. #Typescript #DevLife #CodeQuality
🎉 Huge thanks to everyone who joined us at @MonorepoWorld for @Michael_Hladky's talk on the Challenges of #CodeQuality and Team KPIs in a #Monorepo! In exploring these challenges 👀, he introduced @CodePushUp — an innovative tool designed to boost observability in code quality…
Vote #SonarQube! 🗳️ We're a finalist for Best DevOps: Serving/Testing Tool in the DevOps Dozen 2025 awards. Show your support; cast your vote: bit.ly/49gyFUD #DevOpsDozen #CodeQuality #VibeThenVerify
Let's be real: AI coding assistants are cool, but they can create a mess. Join Sonar, Hepapi & @AWS in Istanbul to learn how to: ✅ Maximize AI ROI ✅ Control #CodeQuality ✅ Stop AI-driven security risks Secure your seat: bit.ly/3Wvbe2e. #SonarConnect #CodeSecurity
Did line references sign a lifetime contract with Doxygen that we need to break? 📝✂️ Source: devhubby.com/thread/how-do-… #Engineering #DevCommunity #CodeQuality #Programming #generate #remove
Up next! Our founder @mcbeniwal will deliver the keynote on the Power of AI and Code Quality & Performance at #CodeQualityConf - 2024! Don't miss it! 📺 Live streaming at csharp.tv #CodeQuality #CSharpCorner #CsharpTV #BestPractices #Developers #TechTalk #Coding
Super happy about my talk about #codequality #ai #LLMs at @DevTalksRo in a full room 🥰 #devrel @SonarSource Slides : bit.ly/vilojona-clean…
Want to build your own code quality tools? 🔍 Python’s `ast` module lets you analyze code like linters do! 💪 Below code snippet extracts all function & method names from a file. What would you automate? 💡 #Python #AST #CodeQuality
Something went wrong.
Something went wrong.
United States Trends
- 1. Black Friday 414K posts
- 2. Egg Bowl 5,980 posts
- 3. Mississippi State 3,452 posts
- 4. Emmett Johnson N/A
- 5. Sumrall 1,747 posts
- 6. #releafcannabis N/A
- 7. Stricklin 1,412 posts
- 8. Black Ops 7 Blueprint 1,334 posts
- 9. NextNRG Inc 1,801 posts
- 10. Kamario Taylor N/A
- 11. #SkylineSweeps N/A
- 12. Chambliss 1,380 posts
- 13. Black Ops 7 XP 3,215 posts
- 14. #Huskers N/A
- 15. #HMxCODSweepstakes N/A
- 16. #Rashmer 25.1K posts
- 17. Porsha N/A
- 18. Carson Soucy N/A
- 19. Solo Ball N/A
- 20. Fisch 1,289 posts