TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Software Engineering for Professionals – talk ideas

1 pointsby tamersalamaover 6 years ago
Where I work, we&#x27;re seeing more professionals (operations engineers, production engineers, accountants, geophysicists, scientists, ...) working on developing their own &#x27;applications&#x27; for reporting, visualizations and data analytics.<p>I thought it&#x27;d be good idea to give a talk about software engineering to help them better understand the tools, architecture, trade-offs, ecosystems and such.<p>Any thoughts on what to include and how to make it more appealing to a wide audience?

1 comment

AnimalMuppetover 6 years ago
Source code control.<p>Code reviews before checkin.<p>Tests. (&quot;What is your objective evidence that it does what you need it to do?&quot;)<p>Keeping track of bugs - a bug database, even if somewhat informal.<p>Handling unexpected input. (For these people, &quot;complain and die&quot; may be a valid approach, but don&#x27;t just continue and produce garbage output.)<p>Discussing a variety of languages, and giving some guidance on when to use each, might be useful.