Trending

#DevIQ

Latest posts tagged with #DevIQ on Bluesky

Latest Top
Trending

Posts tagged #DevIQ

Post image

We work with our clients in showing how software development should involve the whole team - avoid silos and barriers to communication.

πŸ”Ž Learn more about the practice here: https://bit.ly/3MyyGqe

#DevIQ #ProgrammingPractices

0 0 0 0
Post image

😫 Are you waiting until your app is painful before adding a feature?

That's what we're talking about here with Pain Driven Development:

https://deviq.com/practices/pain-driven-development

#DevIQ #ProgrammingPractices

0 0 0 0
Post image

πŸ—£οΈ Pair Programming and Continuous Integration create important feedback loops in #SoftwareDevelopment.

πŸ’‘Learn more about the importance of feedback in this #DevIQ article: https://bit.ly/3Xn9GbS

#PairProgramming #ContinuousIntegration

1 0 0 0
Post image

πŸ˜– We're good at telling others this, but we aren't good at doing this ourselves.

πŸ“– Sometimes, you need to read the manual.

πŸ‘€ Learn more here: https://bit.ly/4cJfz7N

#SoftwareDevelopment #DevIQ

0 0 0 0
Post image

🚒Never lose sight of the fact that until you ship your product, it is not providing value to anybody.

Read more on why we think Shipping Is A Feature: https://bit.ly/3MIDvxa

#DevIQ #ProgrammingPractices

0 0 0 0
Post image

public int DosTuFf(int x, int y) => x+y;

If you find that hard to read, know you aren't alone! Check out our thoughts on code readability here: https://bit.ly/4gdlN2C

#DevIQ #readability #SoftwareDevelopment

0 0 0 0
Post image

Keeping a large team moving in the same direction without expensive communication failures is difficult, and this difficulty grows quickly with increases in team size.

πŸ—£οΈ Learn more about the growth of communication pains in #SoftwareDevelopment as teams grow: https://bit.ly/3AOxU5L

#DevIQ

0 0 0 0
Video

AI acceleration is table stakes.
Predictable delivery is the differentiator.

DevIQ preserves delivery context inside your environment β€” no public models, full IP control.

Let’s talk at NAB.

#NAB2026 #NABShow #DevIQ #PredictableDelivery

0 0 1 0
Post image

With Inversion of Control (IoC), the flow of control within the application is not controlled by the application itself, but rather by the underlying framework.

πŸ‘€ Read more here: https://deviq.com/principles/inversion-of-control/

#DevIQ #ProgrammingPrinciples

0 0 0 0
Post image

Defensive programming is the practice of anticipating problems that may arise in a software system and writing code to keep the system in a good state when such problems occur.

Learn more here:
https://deviq.com/practices/defensive-programming/

#DefensiveProgramming #SoftwareDevelopment #DevIQ

0 0 0 0
Post image

🌟 "Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away." - Antoine de Saint-Exupéry

Learn about simplicity and complexity in #SoftwareDevelopment #LeanProgramming #DevIQ

https://bit.ly/3Mw12kT

0 0 0 0
Post image

Unlock the power of the REPR design pattern in your software architecture! Learn how the Request, EndPoint, and Response model can streamline communication and improve your system’s efficiency. 🌟

https://deviq.com/design-patterns/repr-design-pattern/

#DevIQ #SoftwareDevelopment #DesignPatterns

0 0 0 0
Post image

R-E-S-P-E-C-T - Find out what it means for us in #SoftwareDevelopment: https://bit.ly/4cSmLyq

#DevIQ

0 0 0 0
Post image

In XP's Simple Design, the first rule is: Passes all tests. Code for functionality and reliability. No unnecessary fluff, just what’s needed to get that green light!

Read more on Simple Design's rules: https://bit.ly/4g3SKhN

#DevIQ #SimpleDesign #XP

0 0 0 0
Post image

Test Driven Development, or TDD, also known as Test Driven Design, is a process for writing code using tests to define and then confirm the software's behavior.

Read more about TDD here: https://deviq.com/practices/test-driven-development

#TDD #DevIQ #SoftwareDevelopment

1 0 0 0
Post image

🍰 Vertical Slices aren't just for cakes.

πŸ‘©πŸ»β€πŸ’» Check out how you can take a vertical slices approach to software development here: https://deviq.com/practices/vertical-slices/

#DevIQ #ProgrammingPractices

0 0 0 0
Post image

Courage underlies several XP and Agile practices, and several practices are designed to increase how courageous the team can be.

✨ Learn more about courage in #SoftwareDevelopment #Agile: https://bit.ly/3Xm6MEc

#DevIQ

0 0 0 0
Post image

Amdahl's Law serves as a reality check for those looking to improve system performance through parallelization.

Read on: https://bit.ly/3AwSibw

#DevIQ #SoftwareDevelopment

0 0 0 0
Post image

Any time one programmer calls another over to have a look at something they're working on, they're practicing pair programming. πŸ‘¨πŸ»β€πŸ’»πŸ‘©πŸ»β€πŸ’»

πŸ”Ž Learn more: https://bit.ly/46XyV7G

#DevIQ #Agile #SoftwareDevelopment

0 0 0 1
Post image

πŸ€” When it comes to conflicts in version control, how do version control systems handle it?

πŸ’‘Learn more about locking and merging here: https://bit.ly/4dydrkc

#SoftwareDevelopment #DevIQ

0 0 0 0
Post image

The Outbox pattern introduces a dedicated outbox table to hold pending messages, ensuring that they are only created if the associated business operation succeeds. πŸ“¨

Read on to see how to implement the Outbox pattern:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns

0 0 0 0
Post image

The Outbox Pattern addresses the dual-write problem by storing both business data changes and outgoing messages within a single database transaction.

Learn how to work with this pattern in C#:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns

4 1 0 0
Post image

In a distributed system, ensuring that messages are delivered reliably and consistently can be challenging. 😩

With system failures, messages can be lost or not processed correctly. πŸ’₯

Learn how the Outbox pattern can help:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns

1 0 0 0
Post image

Zombie records? πŸ§Ÿβ€β™‚οΈ
Ghost messages? πŸ‘»
Message loss? πŸ’₯

It doesn't have to be like this! Learn more about the Outbox pattern:
https://deviq.com/design-patterns/outbox-pattern

#DevIQ #DesignPatterns

0 0 0 0
Post image

The Outbox design pattern is a messaging pattern that can be used to ensure data consistency and reliability in distributed systems.

πŸ‘€ Learn more about how you can work with this using C#:
https://deviq.com/design-patterns/outbox-pattern

#OutboxPattern #DesignPatterns #DevIQ

0 0 0 0
Post image

πŸ€”Variable naming got you ? Don't be that dev who uses one-letter names! Clear, descriptive names are your friends for readability & future you will thank you.

Learn more: https://bit.ly/3YSCAlp

#ProgrammingPractices #SoftwareDevelopment #DevIQ

0 0 0 0
Post image

Classes with implicit dependencies cost more to maintain than those with explicit dependencies.

Learn more about the explicit dependencies principle: deviq.com/principles/explicit-depe...

#DevIQ #SoftwareDevelopment

0 0 0 0
Post image

πŸŽ‰ When in doubt, leave your code better than you found it!

πŸ›Ά Learn more about this principle from scouting here: https://deviq.com/principles/boy-scout-rule/

#DevIQ #SoftwareDevelopment #CleanCode

0 0 0 0
Post image

We work with our clients in showing how software development should involve the whole team - avoid silos and barriers to communication.

πŸ”Ž Learn more about the practice here: https://bit.ly/3MyyGqe

#DevIQ #ProgrammingPractices

0 0 0 0
Post image

😫 Are you waiting until your app is painful before adding a feature?

That's what we're talking about here with Pain Driven Development:

https://deviq.com/practices/pain-driven-development

#DevIQ #ProgrammingPractices

0 0 0 0