Filter
Exclude
Time range
-
Near
It is easier to write an incorrect program than understand a correct one. #CodeClarityFirst #ReadableCodeWins #CleanCode #SoftwareEngineering #Programming
1
True sustainability requires clean code, not just green graphics. See how optimized infrastructure slashes data-center carbon footprints, and tap the link to book your strategic audit with Dot IT! lnkd.in/dDCsXasN #DigitalSustainability #CleanCode #DotIT #UIUX
5
Record Classes Records reduce boilerplate for simple data objects. #Java #CleanCode #Backend
1
62
Before installing another package, ask yourself: "Can I solve this with native JavaScript?" Sometimes the best dependency is no dependency. #JavaScriptTips #WebDevelopment #CleanCode
1
5
109
Replying to @bryanonchain
@bryanonchain ¡Totalmente! La eficiencia es clave. Con plugins como Ponytail, la IA prioriza lógica limpia y minimalista, no código inflado. El verdadero valor está en entender el "por qué" no solo el "cómo". #IACoding #CleanCode
17
Before writing code today, ask: "How can I make this simpler?" Simple systems scale better. Simple code is easier to maintain. Simple solutions often win. #SoftwareEngineering #CleanCode
1
19
Basitlik en üst düzey karmaşıklıktır; sade kod, yazılması en zor olandır. #Yazılım #CleanCode
5
🛡️ CIBERSEGURIDAD E IA: ¿ALIADO O ENEMIGO? 📱 Conoce todo mi contenido y sígueme → linktr.ee/soydianapinto #Cybersecurity #ArtificialIntelligence #SoftwareArchitecture #CleanCode #TechLead #Programadores #TechLife #SoyDianaPinto
1
3
37
ava-supernova Real food isn’t made in a lab. It’s made from ingredients — not supply chains. Introducing From Scratch recipes — free, filterable, no login, no tracking. Tap the ✦ badge to find meals built entirely from fresh ingredients. No processed shortcuts. No hidden supply chains. Just food — as it should be. Launched with v0.73.0. Growing weekly. #FromScratch #RealFood #CookingFromIngredients #NoTracking #OpenSourceRecipes #AvaSupernova #FoodTech #PrivacyFirst #CleanCode #SimpleDesign
13
⚡ Constructor Injection is the recommended way to manage dependencies in Spring. Immutable dependencies make your code cleaner and easier to test. #SpringFramework #JavaDeveloper #CleanCode #SpringBoot
2
100
Not every problem needs a blockchain or an LLM. Sometimes, the best solution is a well-designed database and clean code. Don't overcomplicate. Build for utility first. #TechTrends #SoftwareDevelopment #CleanCode
6
Vitorinox retweeted
🏗️ SOLID PRINCIPLES IN PYTHON✨ #Python #SOLID #CleanCode
2
4
16
1,342
Use `git commit --fixup <commit-hash>` and `git rebase -i --autosquash` to automatically merge minor bug fixes into their original commits, keeping your pull request history clean and easy to review. #git #cleancode #programming
1
9
Naming variables is hard. Naming them well is an art form. 'data1', 'temp', and 'thing' are not acceptable variable names. #Programming #CleanCode #CodingTips
2
A technically correct API can still be a terrible API. Great APIs optimize for developers: 1. Consistency 2. Clear errors 3. Intuitive naming 4. Strong docs 5. Simple common paths 6. Long-term stability The best APIs don't show off architecture. They reduce friction. #APIDesign #SystemDesign #BackendDev #CleanCode
2
Laravel Tip 💡 If a queued job takes longer than expected, multiple instances can end up running at the same time. WithoutOverlapping prevents that with a single middleware. Small feature. Big protection against race conditions. #Laravel #PHP #Queues #Backend #CleanCode
1
15
Found this in the codebase - if(customerData.get() != null) customerData is declared as Optional<Customer>. What's the issue with this code? How would you refactor it? #Java #CodeReview #SpringBoot #CleanCode
59
Building full-stack apps in production teaches you that sometimes, a slightly slower O(n) algorithm is better because it’s 10x easier for the junior developer to read and maintain. 💻 Balance theory with pragmatism. ⚖️ #SoftwareEngineering #CodingLife #CleanCode
1
6