Skip to content

Development at ProgramTom Dot Com

Place for coding, programming, development and software in general

Menu
  • Blog
  • PDF Booklets
  • Dev Utils
  • Java Spring Boot Or Web Apps
  • EnglishEnglish
    • българскибългарски
    • EnglishEnglish
    • EspañolEspañol
Menu
Tech - Algorithms & Business Value

Tech – Algorithms & Business Value

Posted on April 5, 2023April 8, 2023 by Toma Velev

At what level to technical knowledge and experience on low-level stuff – pointers, algorithms, design patterns and architectures will bring actual business value? Here is what chatGPT says: 

Technical knowledge and experience in low-level stuff such as pointers, algorithms, design patterns, and architectures can bring actual business value at different levels depending on the nature of the business and its technical requirements.

For example, if a business is developing software products, having expertise in low-level technical skills can be critical in creating efficient and scalable software solutions. Such skills can help optimize the performance of software, reduce its memory footprint, and minimize potential bugs and security vulnerabilities. This, in turn, can help the business deliver better quality products, enhance user experience, and gain a competitive advantage.

Similarly, if a business relies heavily on data analysis and processing, proficiency in algorithms and data structures can help improve the efficiency and accuracy of data processing, leading to better insights and informed decision-making.

In general, technical knowledge and experience in low-level stuff can bring business value in the following ways:

  1. Building efficient and scalable software solutions
  2. Reducing development time and costs
  3. Improving product quality and user experience
  4. Enhancing system security and reducing vulnerabilities
  5. Optimizing data processing and analysis

However, it’s important to note that technical expertise alone may not be sufficient to bring business value. Effective communication, collaboration, and an understanding of the business needs and goals are also crucial. Therefore, it’s essential to have a well-rounded team with diverse skills and expertise to ensure the success of the business.

Software and Business

The main questions that the business is concern is how much money for how much time. ChatGPT says: 

The main concern of business is to create value for its stakeholders, primarily its shareholders, but also its employees, customers, suppliers, and the wider community.

Businesses aim to create value by generating revenue and profits through the sale of goods or services. However, the pursuit of profits alone is not sufficient. Businesses must also operate in an ethical and socially responsible manner, taking into account the impact of their actions on the environment, society, and their stakeholders.

To create value, businesses must identify and understand the needs and preferences of their customers and provide them with products or services that meet or exceed their expectations. They must also manage costs effectively, invest in innovation and technology, and adapt to changes in the market and regulatory environment.

In summary, the main concern of business is to create sustainable value for its stakeholders by generating revenue and profits, operating ethically and responsibly, and meeting the needs and expectations of its customers.

I don’t want to say that the technical excellence is not important.  Fast and efficient software without bugs makes users happy.  But, if it is part of a sub-functionality that: 

  • Is not used a lot
  • It is of not of high user/business value

Optimizing for it – spending a lot of time, money, effort – man/hours – is not a productive thing. 

Let’s dive into just one thing – security. The modern way of hashing passwords is BCrypt. If you want the passwords to be harder to crack, the cost factor must be higher. But this means that the hashing operation will cost more time. Here is – where having not optimal in terms of speed operation is actually advantage against brute force.

Algorithms are spread in a lot of different areas, domains and environments. Yes, it is important the Time Complexity of the operations and algorithms. But, there is a lot of places that the consuming developer has different aspects to optimize for speed and performance – that may bring higher business value.

  •  Speed of Development / Delivering Changes 
  • Optimizing Database queries/operations. Some of the bullets here are: 
    • Indexing correct columns. 
    • Minimizing joins with result sets that have small content
    • Having SQL, Messaging, App, Web level caching
  • Scaling Services to support multiple users. This includes coding with vertical and/or horizontal scaling in mind. 

  • Optimizing for operation costs. 

  • Optimizing development and business processes – automation

All the above only scratch the back of what the user needs. What are the actual needs of the users of the software a whole another thing.

The main concern of business is to create value for its stakeholders, primarily its shareholders, but also its employees, customers, suppliers, and the wider community.

Businesses aim to create value by generating revenue and profits through the sale of goods or services. However, the pursuit of profits alone is not sufficient. Businesses must also operate in an ethical and socially responsible manner, taking into account the impact of their actions on the environment, society, and their stakeholders.

To create value, businesses must identify and understand the needs and preferences of their customers and provide them with products or services that meet or exceed their expectations. They must also manage costs effectively, invest in innovation and technology, and adapt to changes in the market and regulatory environment.

In summary, the main concern of business is to create sustainable value for its stakeholders by generating revenue and profits, operating ethically and responsibly, and meeting the needs and expectations of its customers. Here is ChatGPT again: 

The actual needs of software users can vary widely depending on the specific software and the context in which it is used. However, some common needs that users of software may have include:

  1. Functionality: Software users typically need the software to perform the functions that they require to achieve their goals efficiently and effectively. This includes features such as data entry, data analysis, reporting, visualization, and collaboration.

  2. Ease of use: Users need software that is intuitive and easy to navigate, with clear instructions and prompts. The software should not require extensive training or technical expertise to use.

  3. Reliability: Software users need software that is reliable and performs consistently without crashing or freezing. They need to be able to trust the software to perform as expected and not lose data or cause errors.

  4. Security: Users need software that is secure and protects their data and privacy. This includes features such as user authentication, access controls, encryption, and secure storage.

  5. Integration: Users often require software that integrates with other software systems or tools that they use. This enables them to streamline their workflow and avoid duplication of effort.

  6. Customization: Users may require software that can be customized to their specific needs or preferences. This can include features such as user interface customization, reporting customization, and integration with third-party tools.

In summary, the actual needs of software users include functionality, ease of use, reliability, security, integration, and customization. Understanding and meeting these needs is essential to creating software that is successful and provides value to its users.

  • What the market wants from a Flutter Developer?
  • Design tools Figma (& others) & Flutter Development
  • Why would someone need an app and especially developed with Flutter
  • How Secure is Flutter?
  • Flutter – the current latest Evolution of Google Android User Interface Building

Categories

  • Apps (10)
  • ChatGPT (5)
  • Choosing a Framework (32)
  • Flutter (61)
  • Graphical User Interface (10)
  • Marketing (92)
  • Software Development (154)
  • Spring (1)
  • StartUp (17)
  • Uncategorized (1)

Tags

Algorithms (9) crypto (29) flutterdev (39) General (86) Java (7) QR & Bar Codes (3) Software Dev Choices (33) Spring Boot (1) standards (1) Theme (3) User Authentication & Authorization (9) User Experience (10) Utilities (19) WordPress (11)

Product categories

  • All Technologies (33)
    • Flutter (11)
    • Java (10)
    • Native Android (3)
    • PHP (6)
    • Spring (Boot) Framework (4)
    • Utils (10)
    • Vaadin 8 (1)
  • Apps (14)
    • Employees DB (1)
    • Notes (5)
    • Personal Budget (1)
    • Recipes Book (1)
    • Stuff Organizer (1)
    • To-Do (1)
  • PDF Books (3)
  • Source Code Generators (14)

Recent Posts

  • What the market wants from a Flutter Developer?
  • Design tools Figma (& others) & Flutter Development
  • Why would someone need an app and especially developed with Flutter
  • How Secure is Flutter?
  • Flutter – the current latest Evolution of Google Android User Interface Building

Post Categories

  • Apps (10)
  • ChatGPT (5)
  • Choosing a Framework (32)
  • Flutter (61)
  • Graphical User Interface (10)
  • Marketing (92)
  • Software Development (154)
  • Spring (1)
  • StartUp (17)
  • Uncategorized (1)
Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}