Whenever we publish a Technology Radar, I take a look at broader trends within the technology industry that don鈥檛 necessarily make it onto the radar as blips or themes. Creating the Radar is an excellent chance to dissect what鈥檚 going on in the software world; here鈥檚 the latest.
FinOps, GreenOps and sustainability
听
As more organizations finally complete their moves into the cloud, many are asking themselves when the promised cost savings will materialize. Unfortunately it鈥檚 quite common for IT expenditure to increase in the cloud, especially when a simplistic 鈥渓ift and shift鈥 strategy is used. It鈥檚 easy to end up with 鈥渃loud sprawl鈥 because, unlike in a traditional physical data center, there鈥檚 nothing preventing you from spinning up more instances, using more servers, creating more environments and running up that cloud bill at the end of the month.
听
is an approach that fosters optimal cloud usage by giving product teams visibility and responsibility over their own cloud expenditure. Just as DevOps taught us that operability improves when development teams are responsible for operating their software, FinOps works through the hypothesis that cloud spend is best controlled when teams are responsible for managing development, infrastructure and financial trade-offs 鈥 with the right support. A key insight of FinOps is that to maximize return on investment, we need to optimize for unit cost, rather than overall cost. Broad 鈥渃ost cutting鈥 drives from infrastructure or IT departments aren鈥檛 effective because they aren鈥檛 in a position to understand which parts of the spend are valuable and which aren鈥檛. The definitive from O鈥橰eilly is a great book to read on the topic, and FinOps Foundation offers for people looking to take this further.
听
One of my colleagues once described cloud computing as 鈥渁 fancy way to charge for electricity鈥 and this leads to an interesting overlap 鈥 optimizing cloud usage tends to lead to a reduction in emissions and better sustainability numbers. It鈥檚 often easier to get people interested in FinOps by using a sustainability argument than just the dollar figures, and this leads to the related field of GreenOps.
听
Carbon efficiency of cloud environments is beginning to be a hot topic, with most cloud vendors now providing a 鈥渃arbon dashboard鈥 to give customers a better idea of how their usage relates to emissions. , an open-source tool from 魅影直播, allows you to do this across platforms, which is important since most organizations are using more than one cloud vendor these days. Tools like this allow developers to see their carbon footprint and observe how it changes as they tune their software or change their architecture. As it can be difficult to know how to make improvements, initiatives like the can help.
SQL is dead, long live SQL
听
Invented in the 1970s, SQL has been an industry mainstay for nearly half a century. Widely used by programmers, business analysts and data scientists, it鈥檚 a tool that just gets the job done. Despite healthy competition from 鈥淣oSQL鈥 databases, SQL continues to ride relational stores into practically every corner of every enterprise. Not only that, SQL as a domain-specific language for working with data has proven robust and flexible enough to find new niches in the advanced tooling supporting analytics and machine learning applications.
听
While creating this edition of the Radar we noted just how many times SQL came up as a tool for working with data. is the poster-child here, offering an integrated workflow for data transformation and analytics. This edition features , which is a set of dbt jinja templates that conform to the model and methodology. We also recently covered SQLFluff, which is a cross-dialect SQL linter that鈥檚 easy to incorporate into a CI/CD pipeline.
听
On the topic of SQL, we鈥檙e also seeing increasing interest in 鈥渘ewSQL鈥 databases. These are SQL databases that scale and distribute globally while still providing transactional processing.听 Examples include , , , and others.听 They have the sharding, partitioning, replication, and concurrency controls that made NoSQL databases popular a few years ago.

Data scientists and machine learning experts are in high demand across the industry, so it鈥檚 important to properly support those people with a good platform experience and provide a smooth path from prototype to production.
Data scientists and machine learning experts are in high demand across the industry, so it鈥檚 important to properly support those people with a good platform experience and provide a smooth path from prototype to production.
The mainstreaming of machine learning
听
World-leading AI research 鈥 from DeepMind, NVidia, Google, Microsoft and others 鈥 is . What we鈥檙e seeing today is a kind of 鈥渢rickle down鈥 effect from these research pioneers, with machine learning becoming more widely used, more useful, and less of a 鈥渟pecial case鈥 than it used to be. In this edition of the Radar we鈥檝e put more ML-related blips into trial than in the past; we think this indicates ML is 鈥渃oming of age鈥 鈥 it鈥檚 now something that every team should be looking at in order to solve problems.
听
To work efficiently with ML requires good platform support, whether that鈥檚 an in-house platform or one from a cloud vendor. We see this as an emerging battleground between the cloud providers. For example, Google鈥檚 brings together tools to manage data, features, model training and deployment, and even , to streamline getting valuable ML models into production. Data scientists and machine learning experts are in high demand across the industry, so it鈥檚 important to properly support those people with a good platform experience and provide a smooth path from prototype to production.
听
Other blips on this Radar include TinyML, a technique and set of libraries for deploying ML models on resource-constrained devices such as microcontrollers, and federated machine learning, an approach that allows users to keep their data on-device but still benefit from sophisticated ML models. We also featured Stable Diffusion which is an open source AI image generator, similar to Google鈥檚 .
听
My advice here is that businesses should look at machine learning the same way does. They have people looking at the world鈥檚 most complex algorithmic problems 鈥 , with magnetic fields 鈥 and saying 鈥渃ould we do that with AI?鈥 Technologists should be doing the same thing, but for business or operational problems within their organization. Within just a few years, almost all useful software is likely to contain an ML component. We should all get ahead of that curve if we can.
Developer platforms are products, too
听
The advice to treat everything you build as a product isn鈥檛 new, but it鈥檚 difficult to do right. It鈥檚 one thing to understand that treating something as a product means it needs to have a defined set of customers and a value proposition, it鈥檚 something else to be really effective with this thinking and carry it through to a logical conclusion.听
听
We see a couple of failure modes around 鈥減roduct thinking.鈥 First is a failure to really research the 鈥榗ustomer鈥 needs for the platform. Too often, a centralized team will build a platform in a style that they think is useful, but which doesn鈥檛 actually coincide with developer鈥檚 needs. This is often masked by the second antipattern, which is mandating the use of a particular development platform. If teams have no choice, it鈥檒l help with platform adoption but won鈥檛 tell you anything about how good a platform actually is. It鈥檚 better to try to make the platform the easiest, most effective way of doing something, and letting teams go their own way if they absolutely must.
听
As with other important concepts 鈥 continuous delivery, DevOps, microservices 鈥 the 鈥減latform as a product鈥 metaphor only works when we think deeply about it and follow all the implications, rather than just the surface stuff. When something really is a product, it forces the team who owns it to do things that range from not particularly fun to downright difficult. In other words, to produce something successful, things like documentation, developer onboarding and elegant upgrade paths can no longer be viewed as helpful but marginal requirements: they become essential.
Real code on low code
听
The global demand for software refuses to abate, which isn鈥檛 surprising since technology, and therefore software, is core to the majority of businesses. 鈥淟ow code鈥 and 鈥渘o code鈥 platforms offer a potential alternative to traditional coding, and although they are not new, it feels like both the capability and the adoption of these platforms continues to grow, they are now being used to create 鈥榮erious鈥 mission-critical applications.
听
Many organizations treat low code as an 鈥渁nd鈥 with their existing development capabilities. That is to say low code doesn鈥檛 necessarily replace traditional hand-crafted software 鈥 although in some cases it might 鈥 but it allows us to build software that simply wouldn鈥檛 have been written without the low code option. There鈥檚 plenty of value to be had from simple software that meets business goals. Depending on the situation, low code may be able to step in to offer a solution when traditional IT is oversubscribed, expensive, or backlogged.
听
On a cautionary note, we think there鈥檚 too much vendor hype in the low code landscape. It鈥檚 still software, after all, and many of the concerns we have in traditional IT 鈥 building the right thing, collaborating effectively, testing, deploying and measuring value 鈥 still apply when using a low code platform. Instead of answering those questions ourselves, however, we need to rely on whatever the low code platform offers in terms of tooling and process. We think that effective use of low code is a collaboration between IT and business, and that low code should be considered a 鈥渢ool in the toolbox鈥 rather than a silver bullet.
Mobile should still be modular
听
Many companies release multiple different mobile apps, each with separate functionality. Right now on my phone I have three different apps from my cell phone provider. I鈥檝e got a home Wi-Fi configuration app, a 鈥淲i-Fi finder鈥 app for when I鈥檓 out and about, and yet another app to look at my usage and manage features on my phone line. As a customer, I have to remember which app to use each time, which is annoying; from the phone company鈥檚 perspective, they have several apps to keep track of, each of which might create an inconsistent user experience or reflection on their brand.
听
In response, many companies are bundling their apps together into a single, larger app (and sometimes these larger apps become a 鈥淪uper App鈥, almost a platform within an app). A single app is easier for customers to use but introduces a challenge: apps are one big binary, with a monolithic app store release process, and so they need to coordinate multiple chunks of functionality going into a single app. This often leads to several different development teams tripping over each other, delaying each other鈥檚 releases, and potentially even introducing bugs in unrelated areas of the application.
听
Our advice is to use an architectural approach that allows modularity and separation between the modules inside a larger application. This might not seem like rocket science, but we regularly see organizations running into trouble with these kinds of larger apps. If you鈥檙e seeing teams blocked on each other, or a general high cost of coordination, consider re-evaluating whether you鈥檙e applying enough modularity to your app.
听
Well, that鈥檚 it for this round-up of industry trends. I always enjoy working on the Radar and I hope you enjoy reading it. Many thanks to Ajay Chankramath, Camilla Crispim, Chris Ford, Marisa Hoenig, Rebecca Parsons, Vanya Seth and Scott Shaw for their input and contributions.
Disclaimer: The statements and opinions expressed in this article are those of the author(s) and do not necessarily reflect the positions of 魅影直播.