Filter
Exclude
Time range
-
Near
Has to be two different guys with the same name, right? #CodeReuse.
1
1
13
We already had a 2FA screen for login. It shows a code input, user enters their Google Authenticator code, hits submit. Now we need 2FA for password change too. Option A: Build a second 2FA screen for password change Option B: Reuse the same screen React Native's philosophy: build once, reuse everywhere. We went with B. But there's a catch. #ReactNative #CodeReuse #CleanCode #AppDevelopment #DevTips
2
20
SOA’s core: reusable building blocks. Modular services save time and reduce reinvention. A little reuse goes a long way. Reflect on how much code you’ve actually reused this year. Read more: iam.slys.dev/p/service-orien… #SOA #CodeReuse #Modularity #SoftwareEngineering iam.slys.dev/p/service-orien…
20
Smart contract article: Library usage & code reuse. Reduced redundancy, saved gas, and improved readability. Professional development habit. #CodeReuse #Solidity
4
Learning to define functions today. Starting simple: function that takes a number, returns "even" or "odd". The power of reusable code blocks is becoming clear. #PythonFunctions #CodeReuse #ModularProgramming
14
Data engineering has no npm. Every company rebuilds sessionization, DAU calculations, and experimentation frameworks because SQL dialects fragment everything and we lack unified data models for parametric pipelines. youtube.com/shorts/zS5L_2KcI… #DataEngineering #CodeReuse
26
24 Nov 2025
Code reuse is the difference between writing software and engineering it. Prioritize modularity for long-term project health. What's the one utility function you always end up rewriting? 👇 #CodeReuse #Programming #SoftwareEngineering #TechTips #DRY
27
15 Nov 2025
ShadowMQ: How Code Reuse Spread Critical Vulnerabilities Across the AI Ecosystem - oligo.security/blog/shadowmq… by @avi_lum at @OligoSecurity Over the past year, Oligo Security’s research team disclosed a series of critical Remote Code Execution (RCE) vulnerabilities lurking inside some of the most widely used AI inference servers, including frameworks from Meta, NVIDIA, Microsoft, and PyTorch projects like vLLM and SGLang. These vulnerabilities all traced back to the same root cause: the overlooked unsafe use of ZeroMQ (ZMQ) and Python’s pickle deserialization. But what surprised us the most wasn’t the bug itself. It was how it spread. As we dug deeper, we found that code files were copied between projects (sometimes line-for-line) carrying dangerous patterns from one repository to the next. We call this pattern ShadowMQ: a hidden communication-layer flaw propagated through code reuse in the modern AI stack. #ShadowMQ #AISecurity #LLMSecurity #InferenceSecurity #RuntimeSecurity #ZeroMQ #PickleDeserialization #RCERisk #SupplyChainSecurity #OpenSourceSecurity #CodeReuse #ShadowVulnerabilities #CloudSecurity #GPUClusters #ModelSecurity #PythonSecurity #AppSec #ThreatResearch #AIEcosystem #DevSecOps #OligoSecurity
1
1
5
292
6 Nov 2025
Custom hooks are a game-changer for building clean, efficient, and maintainable React code. They help developers follow the DRY (Don’t Repeat Yourself) principle by reusing complex stateful logic. 👉 Read the full blog: bit.ly/4ouTO23 #React #JavaScript #CodeReuse
16
💻 Day 261 of #360DaysOfCode 🧩 Utility Types Explored built-in utility types like Partial, Pick, and Omit — perfect tools for transforming existing types with ease. #TypeScript #CodeReuse #TypeMagic
3
20
12 Oct 2025
Custom Hooks Logic repeat ho raha hai? React ka startup mode on: Apna hook khud banao! #customhooks #reactjs #codereuse #frontenddev
1
14
The secret to fast workflow creation is utilizing the Execute Workflow node. Turn complex steps into reusable sub-workflows. Modular design! 🧩 #n8nModular #SubWorkflow #ReusableComponents #WorkflowEfficiency #LowCodeDesign #SystemBuilding #AutomationArchitecture #TimeSaver #CodeReuse #CleanDesign
3
Push updates without doubling the work. With one codebase powering multiple platforms, rolling out features or fixes becomes faster and simpler—no need to repeat work. 👉 demskigroup.com/is-cross-pla… #EasyUpdates #CodeReuse #AppMaintenance #DemskiGroup
6
💻 C#: ¿Qué son los Genéricos? Piensa en los Generics como plantillas para tu código 🧩. En lugar de escribir métodos separados para cada tipo de dato, puedes crear uno solo que funcione para todos 🔥. ✨ Beneficios de los Genéricos en C# 🔁 Reutilización de código 🛡️ Seguridad en tipos garantizada por el compilador 🧼 Código más limpio siguiendo el principio DRY (Don’t Repeat Yourself) Ya sea que construyas librerías, utilidades o APIs escalables, dominar los Generics es clave para llevar tu código C# al siguiente nivel 🚀. 📌 Ejemplo práctico En la imagen te muestro un método genérico que devuelve un tipo T. Mira cómo funciona 👇 🔹 El método genérico T 👉 es un parámetro de tipo genérico (una “caja vacía” que se sustituye por el tipo real al invocar el método). List<T> 👉 la lista puede ser de cualquier tipo (List<string>, List<int>, etc.). items[0] 👉 devuelve el primer elemento de la lista. public T 👉 el método regresa el mismo tipo que recibe. 🔹 Lo importante 👉 Con un solo método (GetFirstItem<T>) resolvemos el problema para cualquier tipo de lista. ⚠️ Sin genéricos, tendrías que escribir múltiples métodos (uno para string, otro para int, etc.) ❌. ✅ En resumen: los Genéricos hacen tu código más reutilizable, seguro y elegante ✨. 💬 ¿Y tú, ya estás usando Generics en tus proyectos? #dotnet #csharp #efcore #dotnetcore #dotnetdev #programming #codequality #cleanarchitecture #webaapi #backend #developers #devcommunity #codingtips #softwareengineering #learncsharp #apidevelopment #dotnetdeveloper #genéricos #codereuse
4
200
30 Jul 2025
Here is my video about Compositional Software Design ! This video explains what I mean by compositional design, and explains the SCIFI principles that can guide you when designing for composition. It also explains concepts such designing for replaceability and two-way reusability. It also discusses when to use an interface, and when not. I have been working on the content of this video for more than 1.5 years - and promised this video several times inhere - before I finally got the core ideas distilled enough to convey in a video 😊 The ideas are reasonably simple - but it has taken a long time for me to make them this simple 😁 youtube.com/watch?v=rmEh3E1Z… #SoftwareDesign #CompositionalSoftwareDesign #OOP #FP #CodeReuse
1
15
1,326