DEV Community

Gracie Gregory (she/her) for The DEV Team

Posted on

What's the biggest change in software that has affected your work the most? Answer for the chance to be heard on DevDiscuss!

The DevDiscuss Podcast begins with an interview and ends with commentary from listeners — and we like to feature the actual voices from our community!

This week's prompt: “What has been the biggest change in software development in the past 5 years that has affected your work the most?”

For your chance to appear on an upcoming episode, answer the question above by:

  • Calling our Google Voice at +1 (929)500-1513 and leave a message 📞

  • Sending a voice memo to pod@dev.to 🎙

  • OR, leaving a comment here (we'll read your response aloud for you) 🗣

Please send in your recordings by Wednesday, November 18th at Midnight, ET (9 PM PT, 5 AM UTC)


Don't forget to check out last week's episode here

Top comments (37)

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard • Edited

What is the biggest change in software that affected my work?

5 years ago, I would have said: we finally take usability seriously.
Today I say we are now taking seriously usability for ourselves, for the developer tools.
There is a macho culture where people love complex software, like VI or even GIT in its advanced usages.

It's complex?... No... It's powerful they say, WE are power users... but maybe you are too stupid to read the fucking manual.
I say it's even better when you don't impose the complexity on your users.

Developers too are users.
Developers too can be easily distracted from the business task they have at hand and get stuck in a rabbit hole,
with obscure configuration formats, or a cryptic error messages.

There is no silver bullet in software development,
but there are lot of opportunities to make things 1% better.
Help to prevent common mistakes.
Write clear error messages that point to a solution.
Use more empathy when you write documentation.
Those things matter.
At the end of the day we are users too and we deserve better developer tools.

Collapse
 
hentaichan profile image
ヘンタイちゃん

This is often the result of bad documentation or the lack of short, concise examples. If your documentation reads like an abstract math book, that I am not interested in using your software.

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Thanks, @jmfayard ! Any chance you'd be interested in calling in to record this message? It only takes a minute 😊 If so, the instructions are listed above. Thanks!

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

Done :)

Collapse
 
ben profile image
Ben Halpern

I think the biggest change has been the maturation of the bootcamp space. I was not a part of bootcamps but they were just becoming a thing when I was earlier in my career. I feel now that that has normalized, it's really broadened the landscape of the software industry in ways that may not directly affect me as a more experienced developer but really have changed the way the whole industry conducts its business.

We have a long way to go, but it's very different in mostly good ways compared to when I started.

Collapse
 
simonholdorf profile image
Simon Holdorf

Sites like Netlify & Vercel brought the hosting game to a new level. It's never been easier to hosting applications within seconds allowing me to test new things and push new apps regularly and without hassle.

Collapse
 
bernardbaker profile image
Bernard Baker

Mine has to be the change in provisioning infrastructure, databases and web hosting. It's generally cloud based.

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Thanks, @bernardbaker ! Any chance you'd be interested in calling in to record this comment or a similar one? It's a super quick process! Instructions above!

Collapse
 
bernardbaker profile image
Bernard Baker

Sure.

Collapse
 
bernardbaker profile image
Bernard Baker

Darn! I missed the cut-off for calling in. Apologies @graciegregory .

Collapse
 
jimmont profile image
Jim Montgomery

Native Web Components make working on the frontend fun again. Many of the frontend technologies and those in v8, including recently via Deno, reduce the disparities between implementations and shift away from large external dependencies to simply working directly in the runtime. Things that come to mind that make life easier: template literals, Intl, Custom Elements, Proxy, URL, etc.

Collapse
 
miku86 profile image
miku86

It's really interesting for me that literally every comment here talks about "positive" things.

One of the most negative changes is that literally every company nowadays tracks everything the user does. Sure, this data can be valuable for some insights. But ultimately this tracked data goes either into Scrooge McDuck's safe (it's an asset) or it gets directly sold (you use Google Analytics, so Google now owns your tracked data too).

How has it affected my work? For me, this leads to the fact that I nowadays morally devalue many companies. Because as an employee you have to add this stuff into your code, although you know how bad/shady many companies handle it (e.g. hiding it in 100 sites of TOS). In the long run, this leads to an internet that is controlled by huge companies. 80% of the Browser market is controlled by Google. 80% of the Search Market is controlled by Google. 80% of the whole Internet Infrastructure is controlled by AWS, Google, Microsoft.

And if I don't want to participate, literally 99% of companies are not for me.

Collapse
 
graciegregory profile image
Gracie Gregory (she/her)

Totally hear this. I'd love to hear this as a recording if you'd be interested in submitting a voice memo. Thanks for writing in!

Collapse
 
miku86 profile image
miku86

Hey Gracie,

thanks for reaching out,
unfortunately I have read your answer just now.
I will definitely have a look at your episode!

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

Free static hosting site and Firebase. Now I have more chance to showcase my work without worrying about cost. Free tier is gorgeous enough for hobbies and quick work. I don't have to pay for hosting just to host my customized website.

Collapse
 
dansilcox profile image
Dan Silcox

For personal projects, things like netlify and heroku - for work stuff - not really new but transformative to me has been embracing TDD and a test focussed approach to development - slowed me down to start with but long term it’s way quicker to prevent as many bugs as poss rather than finding them in prod!

Collapse
 
abdullahdibas profile image
Abdullah Di'bas • Edited

There were many things that affected my work, but the most one was me realizing that I need to stop racing every new technology and to focus more on concepts, principles, and ideas. Not like it's not important to learn new stuff but trying to learn every new technology can sometimes be distracting from excelling in the technologies or languages you know.
I still try to keep myself cultured with the new technologies, and I learn new ones from time to time in a way that's enough for me to know about them, and when I need one I can then learn more about it.

Collapse
 
crimsonmed profile image
Médéric Burlet • Edited

The high / fast development of micro-services. The concept is quite old but has recently started to be very mainstream and used heavily (netflix for example). This has led to the creation of many tools that are really easy to deploy. It has also led to the creation of many cloud services which are only pay as you go.

This led to the creation of many small internal tools that we can reuse with various clients and allowed us to give tailored services. For instance we have a easily deploy-able status system.

Collapse
 
navdeepsingh profile image
Navdeep Singh

JavaScript really become the star of all languages and it becomes really matured with ES6, ES7, ESNext, and with Nodejs you can use javaScript even in Backend development also. It makes it a superpower.

I started my career as a PHP developer, but with the trend of separation of concerns for the front end, the backend, and DevOps, the scenario really gets changed. Also, Front End Development doesn't limit to creating HTML and CSS markup from a PSD file. It has grown to Components based development.

For Components based development, we use Reactjs, Vuejs (the javascript libraries for front end development), and as they use their own template like JSX (which JS engine don't understand) and to make it understandable we use Babel and so on.. (Webpack) and developer with new skill set requirement raised.

Collapse
 
shiftyp profile image
Ryan Kahn (he/him)

The biggest change in software I've experienced over my career has been in the meaning I find in it, rather than a change in the technology that powers it. The perspectives of those who dream and develop software give it substance, and when when we look, or feel, or hear through it and pull a switch — then it has meaning. Today software is a lens of incalculable scale, and the more humans and switches we add — the more it focuses on diversifying the perspectives that shape it. And that is the meaning I find today in software, more so than ever before.

Collapse
 
eriklz profile image
Erik Lundevall Zara

Definitely public cloud services. While we had already started with cloud services earlier than 5 years ago, this space has evolved quite a bit.
There is a lot more around provisioning infrastructure through software and also taking advantage of various managed services that make a bunch of things easier - but also introduces new types of challenges.

Collapse
 
_hs_ profile image
HS • Edited

Move to cloud. It was inevitable that one project will require deployment to any of these
providers and then more and more will follow. Also CI has a good name now, before I just called it administration, I made some bash scripts and used Jenkins to automate some stuff on Linux server. I'm waiting for a project to start forcing me to use ML or AI which I successfully avoided. Not that I hate it but not all projects actually need it.

Collapse
 
loganliffick profile image
Logan Liffick

I'm going to stray from dev tools with my answer and mention Figma. As someone who works cross-functional between design and engineering, I've always championed for transforming teams into collaborative units and minimizing handoffs however possible. Before tools like Figma, the only time design and engineering worked together was during early whiteboard sessions and of course the design handoff. Figma however, provides an interesting solution. Its live collaboration and URL-based sharing allows different teams to jump into files at a moment's notice to iterate together and create solutions at a much faster pace. I've recognized increased enthusiasm from both engineering and design teams using Figma. Presentations are far less frequent and the team dynamic grows to become more fluid. Anything we can do to eliminate the fences that separate our disciplines only helps foster better products and better teams.