Companies Are Developing More Apps With Fewer Developers (fortune.com)
Fortune reports that the "yawning gap in tech skills" has resulted in a surprising shift in supply and demand in the software industry. And in many companies now, a growing trend of developer jobs being given to non-developers can be seen. From the article: That's because a relatively new technology, known as low-code or no-code platforms, is now doing a big chunk of the work that high-priced human talent used to do. Low-code platforms are designed so that people with little or no coding or software engineering background -- known in the business as "citizen developers" -- can create apps, both for use in-house and for clients. Not surprisingly, the low-code platform industry, made up of about 40 small companies (so far), is growing like crazy. A recent Forrester Research report put its total revenues at about $1.7 billion in 2015, a figure that's projected to balloon to $15 billion in the next four years. Low-code-platform providers, notes Forrester, are typically seeing sales increases in excess of 50% a year.The report cites QuickBase, a company whose low-code platforms are used by half of the Fortune 500 companies, as an example. Its CEO Allison Mnookin says that almost any employee can now do most or all of the same work that developers used to do. Mnookin adds that there's a big advantage in this. "Opening an app's development to the non-techies who need the app removes misunderstandings between the IT department and other employees about what the end user needs."
Companies Are ______ With Fewer ______.
As more and more people do the job that previously was the exclusive domain of developers, the value of developers and their corresponding pay should drop.
.
For example, what I currently do in a LibreOffice spreadsheet used to require one or two developers to write the software to do the same thing.
Now I just open a spreadsheet, enter some numbers and do the analysis myself.
Does that include apps that simply involve invoking a browser and opening the website of the application in question? A tactic popular w/ Microsoft in Windows Phone/Mobile
Sharepoint and InfoPath. This has caused nothing but more problems for us.
Which are these low-code / no-code platforms?
I think they are talking about data entry jobs...
no body
If you were me, you'd be good lookin'. - six string samurai
"Yawning skills gap" is just the excuse they use. The fact is that development platforms have become so much better and have been automated so much that less developers are needed. And that's the way business wants it - to lower costs and boost profits.
Shit, back in the Win32/C days and writing resource files, what takes a couple of hours with today's Visual Studio took days 20 or years ago. And that's just the GUI! When we had to connect to databases, we had to put in all this embedded SQL code! Now, it just drag and drop.
Dev teams used to be a couple of dozen now it's two or three people.
Programming in the near future is going to be a shrinking profession and in our lifetimes, I see it going away. Computers are advancing to the point where they won't be programmed but trained. It's about time.
Back in the day, you had to move wires around to program and then someone had the bright idea of assembly. Then someone invented human readable code. And we've been programming like that for what? 60 years now? Programming hasn't changed much at all since then. We're basically writing code. The syntax has changed in some cases but it's the same old shit. (Spare me how your language of choice is some groundbreaking innovation - it's not.)
Soon, we'll see programming as we know it disappear. Coding will be looked upon like we do now when people had to move patch cables around to program machines.
Maybe it's because I don't live on the West Coast but I have yet to see or even hear about one of these platforms. Where I work, writing a SQL query flies over the heads of the majority of product managers and business analysts. QA requires a lot of hand-holding. I'm old enough to remember the days when the non-techies tried to write software platforms hacking VBA in Excel and Access and that turned out really well.
This is not a new promise. It's been made before and it seems this article is slanted towards one particular product the one I haven't heard of. I know people have been customizing CMS's with clever hacking to make them work for purposes they weren't intended like WordPress and Joomla and so forth but it's not anywhere near what it needs to be to meet real, ever increasing business needs. Heck, for all the progress that HTML5, CSS, Javascript/ECMAScript and all the MVC/MVVM tool stacks that sit on top of them, for most cutting edge companies, it still ain't good enough. They want the sun, the moon and the stars. If hard-core development tool stacks can't deliver it, these lo code/no code solutions sure as heck can't come close.
We'll make great pets
Tools emerge to let the business teams implement their business logic. This frees up the good developers to develop good things and the bad developers to get promoted to management.
today's low-code shortcut is tomorrow's abandoned platform ... cold fusion ... delphi ... VB6 ... you name it, it's been abandoned ... placing bets on a fly by nite startup's platform is not a good idea ...
This'll work fine for very simple apps, ones that only require standardized functionality. But then, with an app like that, do you really need to develop a custom one for any reason other than branding/appearance? And it'll work for disposable apps, ones that do the current job but don't need to be maintained or enhanced down the road. That's been true forever, it's why spreadsheets and word processors had macro languages so secretaries and accountants could do simple operations and calculations without needing to have the programming team get involved. But the moment you start dealing with an app with complex functionality that has to be changed, enhanced and extended over time, that's when you'll discover that you need software engineers. It's the same reason anybody who can grab a hammer and saw can cobble together a sawhorse that'll work for one job, but you need someone who understands architecture and construction to build a house that's expected to last for decades.
“You don’t need to know how to code in order to use them, but you do need strong analytical skills,”
Um yep. Knowing how to read and write a programming language is the easy part. Having the analytical skills to achieve the task is why we get paid well.
"low-code platform" is just another buzzword unless there is a difference between "low-code platform" and SAP, OBI, Sharepoint, infopath, etc.
Our Sharepoint developer also codes in C#. Sharepoint is just a tool for him.
Just because you are not writing C or Java code does not mean your are not programming. Low-code/No-code is just new buzzwords for high level programming environments which have existed for 20+ years.
And yes, a not of problems can be fixed by non-devs in these kind of environment basically because these problems are not really that complex but there is an enormous problem trying to explain the problem from the "business" environment to the dev environment. These low-code/no-code environment simply provide a formal method of defining the problem. And as every dev knows, a formal definition of a problem is executable (i.e. a program).
Again.. Next we will dig up the tapes of those CASE environment sources and try to integrate those into the fold.
I work at a company that uses it. It takes a certain developer mindset to go beyond the rudimentary capabilities of QB. Then, the poor decisions and ad-hoc work-arounds become apparent, making upkeep and extensibility difficult, if not, impossible. Then, if you wanna do something more advanced, like copying data from one table to another OR automating tasks OR using external data, you run into the hard limits of the application (lotsa "quickbase doesn't support that" from QB support).
Then, you're either stuck with an application that doesn't do what you need OR an absolutely horrific migration to another platform OR a Frankensteining with 3rd party providers' solutions.
Looking at the links Google turns up for "low code". Marketing hype is all I'm seeing. This will be sold to CEOs the world over and it will fall short. Remember CASE? CORBA? 4GL? Visual Basic? Same smell.
If you post it, they will read.
This is exactly what VB used to be used for until we got assholes telling us that VB was not a proper programming language and there was no room for it in a corporate environment.
Having people writing scripts to make their job easier can be great. Sometimes you don't need to actually know what you're doing to write software.
It only becomes a big problem when either a) it's exposed on the internet, where hacker bots hit it a thousand ties per day (headline: Acme Corp exposes 12 Million Credit Cards) or b) the data is actually important to your business. Example you write "rm $file", that's no problem until someone puts a * in a file name and it deletes everything in the folder.
If it's going to be on the internet, or deal with mission-critical data or resources, it's good to have it done by people who know what they're doing, who know what the common errors are and how to avoid them*.
* Not everyone with the word "developer" in their title is qualified. Does their education include systems development, or do they have a chemistry degree?
Search for Rapid Application Development from the 90's.
Powerbuilder is one such tool that started getting built in early 1990's. What is old is new again.
Multi user too.
Writing some macros that tie word and a spreadsheet together might work ok for the non developer that created it, but once multiple people start using it, the fact that the author didn't know anything about mutex or acid or race conditions will be a re-run of the mid to late 90s all over again.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
The key skill in software development is not the ability to code. The key skill is the ability to understand the requirements,constraints and trade-offs. There is also a huge barrier to overcome in communication.
Who will watch the watchers? The users will run amok making apps that have real world consequences,yet have not been tested properly.
Finally,good developers,of which I only aspire to,spend a lot of time deconstructing problems and thinking of abstractions,edge cases and architectures,which are not the forte of lot of typical line business people.
So,we will have software then that could one or more of these things:
1) gets the right answer for the wrong reason
2) gets the wrong answer,but it goes undetected until there is a catastrophe
3) kills people or breaks things
4) crashes,halts or starts to try to compute answers that cannot be computed using all the possible computing resources of space and time
5) create the appearance of work,but without any impact on business goals,creating a subtle drag on an organization
I invite everyone that is interested to learn programming,but please get some adult supervision.
known in the business as "citizen developers"
A new entry for Buzz word bingo!
Accountants have been writing sophisticated programs in Excel for many years.
..my development team and I sat through a demo of one of these low-code environments (cough, cough, outsystems, cough). The damn thing was so convoluted that he was jumping around from menu to menu setting up a database query that we could have done in a few lines of C/java/python/etc code. At the end of said demo I told the sales engineer that he didn't have a development environment, he had a flow-charting app that tried to generate code.
...and we'll call it "COBOL."
So that means we don't need any h1b's right?
_ _ _ Go for the eyes Boo! GO FOR THE EYES!
What? A disconnect between IT and the users.
That's what the two Bobs get for firing the requirements guy.
Of course in the old days, the SMEs just bit the bullet and changed the world anyways.
A Pirate and a Puritan look the same on a balance sheet.
The article appears to be just an ad for Quickbase, which is, as far as I can tell, some type of buzzword based database platform.
no skills coding, what could go wrong?
"“Almost any employee now can do most or all of the same work that developers used to do,” says Mnookin."
Yep, just like any employee can be trusted with the company's web site. Do you want your app to look like MySpace, because that's how you get an app that looks like MySpace.
When they came for the communists, I said "He's next door. Take him away. Goddam commies."
Instead of having data entry people transcribing a doctor's notes we can give the doc an EHR and let him/her enter the data directly.
Nobody cares if we replaced a fairly expensive resource with a very, very expensive resource.
I thought we need to teach EVERYONE how to code because..umm...something.
It's long been true that maintenance is a bigger cost than original coding and that doesn't appear to be changing. It's counter-intuitive, but true.
I've been asked to fix or change Excel-based "applications" built by non-techies, and they were a maintenance nightmare.
If it's a short-term project, that's fine. But in the longer run, roll-your-own-pasta for anything lasting will actually require more developers. Pay the piper now or triple later.
Table-ized A.I.
Let me guess: the author thinks readers would be pleased to hear that not even coders are immune to losing their high paying jobs so she comes up with a speculation about the future of software development based on minor blips on the tech landscape in very nichy areas, historical patterns be damned.
So 'QuickBase' is the hot new thing and beating it's competition...who are not named in the article? Drag and drop software design for 'non programmers'? I'd laugh if it wasn't so nauseating.
The trend is not entirely new. Microsoft has been building macros into Office many years ago to enable semi-technical people to better automate their work. With some success, but also some drawbacks such as some pretty shortsighted "software design" by people who never understood the theory of what they were doing.
Today, I still see the occasional job offer that calls for someone with VBA skills, but it has not wiped out software engineering. What I do see is that there is somewhat less demand for optimization, because often a half-assed program is "good enough" when running on modern hardware. That is something I find regrettable, but I can live with it.
C - the footgun of programming languages
Choose 2
* More product
* Less overhead
* Better quality
Guess which one is losing out in many of these cases...
...but the price is not. They have no serious competitors as far as I can tell, the market is screaming for competition. If you need to build a network-accessible database driven application that runs in a browser, it's really, really slick.
I was involved with a project to build a type of customer database using QuckBase - it would track and follow a customer's project all the way to completion, and multiple people with different roles could interact with it in various ways. Imagine Filemaker Pro or MS Access on steroids and network enabled.
To earn our business, QBase reps basically built the bones of the program in realtime as we chatted on the phone and watched via webex, for free and gave us a month to play with it at no cost. After that it was around $300 per month, so out of range of individuals but fine for businesses that can justify it with revenue.
I think there is a huge future for this market that's waiting to be tapped further. Right now it's a bit of a monopoly.
Which is why i would eat 10 pizzas and buy 20 laptops, cars, houses, etc. if I only had the money.
Oh, wait... I wouldn't. I'm tired of that old chestnut of infinite wants, limited resources going unchallenged. The first is only true over time and the latter is generally true over a fixed period of time.
> fact that the author didn't know anything about mutex or acid or race conditions will be a re-run of the mid to late 90s
Some of the code I've dealt, it appears the author knew all about acid. And mushrooms. :)
I was billed out at $180.hour, forced to do work as part of my job that a part-time secretary could do.
I guess you, your siblings, and your cousins also share one car because your grandfather only had one. How about one house? How about the number of phone lines or TVs or PCs?
Maybe it isn't true for you but most of today's generation owns more cars, buys more than one car, and even more than one house compared to their forefathers. The number of TVs, PCs, cellphones, airline trips, etc have all increased per household. Demand has most certainly increased and more so than a static curve to population growth. In other countries, it's just different rungs on the same ladder. They eat more meat, have AC, color TVs, small cars, expensive rice, etc.
These demands are isolated. Another house being built because Larry wanted to move to something bigger means more food vending, gas buying, lumber, nails, sales guys, appliances, furniture, etc.
It doesn't have to be that the item gets cheaper to increase demand. We get bananas year around and almost any other fruit. We get different options in cars, produce, and fish from half a dozen countries. Most of the civilized world is barely a day's flight away. How many eat out options do you have within 10 miles? Thai, Chinese, Indian, Russian, or good old American?
Demand growth isn't infinite. Population growth has slowed and that has put a dent on demand growth. But it's still growing a lot. Let's not get tired of it before we even see the supposed edge of the world.
The dish washer, garage door openers, washer&dryer, lawn mowers, security systems, refrigerators, etc are all productivity increases in the home. People don't complain about them? Those things put entire industries out on the curb. It freed up labor resources that are reused for doing other things like entertainment, hobbies, socializing, or just plain sleeping. Why are we so hung up on this concept in other areas of life and society?
"[...] now doing a big chunk of the work that high-priced human talent used to do [...] people with little or no coding or software engineering background -- known in the business as "citizen developers" -- can create apps, both for use in-house and for clients."
And some people are wondering why general sw quality keeps getting lower. I have some popcorn set aside for the days when these citizen developers will "develop" with tools made by other citizen developers and we can all watch their house of cards rattle.
Here, a good source for getting goosebumps, some are genuinely proud of this feat, e.g.: "QuickBase prides itself in the extent to which business users can build applications all by themselves. "92% of QuickBase citizen developers have no coding background"" (http://www.forbes.com/sites/jasonbloomberg/2016/05/16/citizen-developers-low-code-is-now-enterprise-class/#4a654381ecfb)
I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
Actually, ColdFusion is still being sold, and has 2 or 3 open-source alternatives.
Its early selling point was easier web-page coding, and compared to what was available at the time, it was.
Then it became more known for making things simpler for HTML designers to integrate their markup templates with database data. And, it was and still is pretty good at that because you usually don't have to escape in and out of markup versus imperative code. In addition to the built-in CF tags, you can make custom tags for them also.
It's a tool that fits its niche pretty well.
Table-ized A.I.
Another iteration, but ease of use creates a need for specialists as complexity increases to serve feature growth.
Big fucking yawn, they trot this shit out every other year or so. These programs are severely limited in their functionality. Also I am not exactly worried about this impacting my job much, since I am in the space where I would be the one writing the fucking things. Anyone who believes you can hand over coding to someone who does not know how to code with a magical piece of software is an idiot. Someone mentioned further up that they can now do their own analysis using a spreadsheet program instead of asking IT. Well welcome to 2016, you are only a decade or so late to the spreadsheet party. Wait until your data exceeds the limits of your spreadsheet program and your PC craps bricks trying to process it, you'll be trotting off to IT. More than likely IT is who set up your worksheet in the first place, so that you can stop bugging them with inane requests for data for you to "analyze".
There are three kinds of falsehood: the first is a 'fib,' the second is a downright lie, and the third is statistics.
See subject: It's always been in TIOBE index's "top 20" since they started it! 2015 (#20) & as high as #6 (2001) & currently #10 iirc http://www.tiobe.com/tiobe-index/delphi-object-pascal/ so it's in or near the "TOP 10" no less.
In fact, it's one of, IF not THE, FASTEST risers there (jumping up ~10 spots this year).
APK
P.S.=> I used it to create APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/ BY HAND CUSTOM CODE I WROTE MYSELF (audited by malwarebytes people) & it's done well enough to be hosted AND recommended by the #1 antimalware's people @ malwarebytes' hpHosts website with many 1,000's using it (including /.'ers)... apk
It's always been in TIOBE index's "top 20" since they started it! 2015 (#20), #6 (2001) & #10 currently iirc http://www.tiobe.com/tiobe-index/delphi-object-pascal/ so it's in or near the "TOP 10" no less hovering there consistently.
In fact, it's one of, IF not THE, FASTEST risers there (jumping up ~10 spots this year).
Quake rewritten in Delphi Object Pascal (on games) https://www.google.com/search?q=Delphi+and+Quake&gbv=1&sei=osbGV8STE8bUeNGMh4AC/
APK
P.S.=> I created APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/ /.'ers)... apk
& it's done well enough to be hosted + recommended by the #1 antimalware's people @ malwarebytes' hpHosts website w/ many 1,000's using it (including
You must be part of the 1%.
Think about that (hint: do the math).
The entropy that builds up from clueless users tying their business processes into these low-code systems is staggering. I have a client that got setup with QuickBase years ago and has been using it to store data culled from their web site and generate reports based on it, sometimes with an interactive UI to sort and filter. Because nobody who created these QB "apps" has any technical training, including the mastermind who set it all up to begin with, these reports are horrendous monstrosities that over the years have built up into a pile of increasingly useless garbage. Instead of intelligently building an app with a sanely normalized data structure that can simply modify itself every year to report on the requested data set, the client has to create new apps every year, replicating last year's, to view the relevant data. The data structures look like they were cobbled together by, well, someone with no technical training. It's a big morass that their employees spend ridiculous amounts of time dealing with. If they had just hired a developer to build a simple web UI to view, filter, sort, and generate the occasional PDF, all tied into their web database, they could have saved tons of man hours and money.
But no. They were sold on "Build your own apps! You don't need to pay an expert! You're already all the expert you need!". Such bullshit. But then, I suppose it makes more work for those of us who are called in to build what should have been built in the first place, once the company can no longer function under the weight of empty promises.
"Molest me not with this pocket calculator stuff."
- Deep Thought
http://qz.com/765902/ubi-would... will PREVENT https://en.m.wikipedia.org/wik...
Casteism
See subject (pun intended) - & FreePascal + the Lazarus IDE complete it in reality (a super-close Object Pascal clone & IDE).
* ... & again, per Delphi's standings in the TIOBE index (started life in 16-bit in 1995, 32 bit 1996-current & 64-bit code iirc, Delphi XE2 onwards)? It's proof of my words, with backing from a REPUTABLE source - & just LIKE Lazarus? It's risen since TIOBE started in 2001 from 20th place (always in top 20) to the TOP 10 (in it or near it now) up to #6!
(Lastly sometimes /. people tick me off with BOGUS misinformation - this is one such case, & so is "Windows != Secure, Linux = Secure" well - ANDROID, yes a form of Linux since it's surely not iOS or Windows, proves QUITE otherwise being shredded almost daily by exploits - on a platform where "SECURITY BY OBSCURITY" doesn't create an illusion of being secure - it's widely used on smartphones & thus, MOST attacked because of it... so much for that falsehood!)
APK
P.S.=> And, there ya go... apk