Getting Started With Software (and Business and Life) Skills - 2023
2023-01-21 09:00
Contents
- Why Am I Writing This?
- Principles Du Jour
- The Big Hitters
- Learning
- Fufillment
- Productivity
- Business
- Communication and Presentation
- Programming-Specific
- Appendix A - Skills (I Think) Software Developers Need to Cultivate
- Appendix B - Everything You Might Need to Know To Create an Enterprise-Level Web Application
Why Am I Writing This?
I wrote my first version of this article in 2018, inspired by a young violinist-turned-developer. This time I'm thinking about some colleagues who are already in the field and wondering what might help them in their careers.
What interested me was how to answer a question: What do I think a junior software engineer needs to know?
Most of what I wrote in 2018 holds today, so there's some copy/paste going on below, but I've asked, "What matters to me now?"
The answer has almost nothing to do with programming. Oh, sure, I could list a whole bunch of programming resources that even I haven't read. But curious developers eventually find those. What I think, based on over twenty-five years of experience in the industry (plus fifteen years in retail, food service, and other jobs before that), is that a successful, fulfilled person needs to:
- Learn how to learn
- Know what it means to know something
- Communicate well in good and bad situations
- Find a job that aligns with one's purpose and values
- Savor life
Are there skills specific to being a programmer? Sure. See Appendix A. But I think they don't matter without the basic human stuff. You're not going to find (much) fluff below, because one of my mottos is "show me the science."
So . . . here we go!
Principles Du Jour
- Develop skills. Knowledge will come.
- Little habits add up.
The Big Hitters
Last time I chose just three books/articles. I can't do that this time. These are my current top recommendations.
There are other good books on habit-forming out there, but Dr Wood is a premier researcher on the subject. When about 40% of your life is habits, it's a good idea to turn them to your benefit.
Combining current science with compelling, practical stories, submarine captain David Marquette explains how and why he transformed himself from a command-and-coerce leadership style to collaborate-and-improve. It was literally a matter of life or death. I recommend this book all the time.
I think the essence of this book is, "Be 100% honest, 100% respectful, and keep it safe." I've always been good at the first one . . . not so good at the other two. This book helped me improve my relationships.
Drive: The Surprising Truth About What Motivates Us
Daniel Pink delivers one of the most important books I've read on motivation.
I've used, adapted, and revisited GTD for over ten years. It's helped me tremendously. In my view, Allen's crucial messages are:
- Get everything you want to do out of your head and into a system you trust.
- The purpose of a personal productivity system is to reduce stress, not get more done.
This is a departure from the above books. Are you trying to figure out what your career should be like? Or considering transitioning? Bill is a consultant, and if you can afford to you should pay him for his expertise and experience. For those who can't, he's provided a real treasure: his entire methodology is on his web site. I took a month to work through all his exercises and they really focused me on my values. Hard work, worth it.
Learning
- The Making of an Expert - Harvard Business Review
- Rapid Learning - 9 Articles Reviewed <= my article
Fufillment
- The Science of Well-Being | Coursera <= Fantastic! Thank you Dr Santos!
- Character Strengths Survey: VIA Character <= one of the board members of VIA is Dr Martin Seligman, author of the books Learned Optimism and Authentic Happiness
- Healthy Minds App <= the only app on the lists. It's meditation, but also work, and also science!
Productivity
- 7 Habits of Highly Effective People
- Randy Pausch, The Last Lecture: Achieving Your Childhood Dreams - YouTube <= This was literally Dr Pausch's last lecture: he had cancer and a few months to live. Watch this to learn about being human.
- The Last Lecture -- Randy Pausch <= and read his book, too
- The 50-10 Time Box - Revising Pomodoro For Software Development <= my article
Business
- Measure What Matters
- What Google Learned From Its Quest to Build the Perfect Team - The New York Times
Business Plans
In my 2018 meeting, I was asked about business plans. I have limited experience writing a business plan, and I knew there'd be plenty of resources available online, such as those listed.
Here's my opinion: unless you're seeking investors or a loan, the point of working on a business plan is to get you thinking, and to prepare for conversations with other professionals. This quote sums that up nicely.
"In preparing for battle I have always found that plans are useless, but planning is indispensable." --Dwight D. Eisenhower
- 7 Steps to a Perfectly Written Business Plan
- Business Plan Basics
- A Standard Business Plan Outline [Updated for 2018] | Bplans
Communication and Presentation
Despite not listing any resources below, communication and presentation might be the most important area any person can work on.
- Interpersonal (Toastmasters, acting, practice presentations and record them).
- Simple courtesies: thank-you notes, formalities, emails.
- Follow through. Under-promise, over-deliver.
Programming-Specific
Developing a software engineer curriculum is hard, because there are about twenty subject areas. Start with what interests you, the rest will follow. See Appendix B for an overwhelming list of what it can take to write a single, professional web application.
- Learn about the fundamentals of programming and what's physically happening in the computer. A lower-level language like C++ helps with this, but don't learn the language, just the concepts. A partial list: what are . . .
- Memory addresses
- Arrays
- Collections (such as linked lists and dictionaries)
- Sorting
- Loops
- Iterating and Enumerating
- Objects
- Manifesto for Agile Software Development
- Principles Behind the Agile Manifesto
- Fundamentals of eXtreme Programming/Scrum/Kanban/Lean. Try one (I like Kanban).
- Accelerate: The Science of Lean Software and DevOps <= One of the most important books on development practices today
- The Art of Agile Development <= I trust James Shore's approach and understanding. It's not faux-Agile.
- Podcast: Developer Tea <= Ten minute programs about improvement. I love this show.
- Find the [your-language/platform-here] version of Morning Dew - Daily links for Windows and .NET developers.
- Automate repetitive tasks
- Systematize administrative routines (tasks, calendar) (plain text is great). That is, make it easy to practice GTD or whatever method you choose.
- Tools are an aid, not an end. Learn your tools, but don't become a tool junkie.
- Be ruthless about maintainability (and maintenance)
Appendix A - Skills (I Think) Software Developers Need to Cultivate
Sorry, I know I'm all about evidence, but I haven't researched this. Here is my opinion on skills/traits specific to software development.
- Puzzle/problem solving. Programmers have to be able to solve problems. In my opinion, the very best are interested in how to solve problems multiple ways, and never think they have the only right answer.
- Tenacity. Programmers are faced with tasks that take hours, days, or months to accomplish. They face problems that often don't have obvious or simple answers. They have to keep after it. And they're sitting in a chair, which is completely unhealthy.
- Abstract thinking. This is a fact, because software is an abstraction. Programming is one of the few fields where what you see is not what you get. Developers stare at words that are instructions later interpreted to produce something someone sees. It's not natural or easy. Imagine your job was to describe, in braille, how to write an English document that explained all the steps to painting Van Gogh's Starry Night, and if the painting doesn't look right the braille book doesn't open.
- Communicating complexity simply. On a scale of 1 to 10, most programmers reach about a 2 on this. A program is like a night at the theater (or movie, or symphony). You, the audience (manager, user) have no idea what it took to create. It looks simple, it must have been. Developers, especially seniors, must be able to explain how something seemingly simple will work, and why it will take a year to do it.
- Understand everyone else's job. Scale of 1 to 10: most programmers are a 3 (but think they're a 7). This really depends on what area of software you're working on, but it's rare for programmers to work on software they use. A consulting shop will work for all kinds of clients. In addition to the gobs of information about their own jobs, programmers often need to understand essentials of diverse fields. I, for example, have needed to rapidly learn about: accounting, manufacturing, aircraft maintenance, and radio-nucleotide decay, to name a few.
- Research. Programmers need to be able to figure out how to query the internet for information, then they have to evaluate the dozen different answers and determine which, if any, fit the issue at hand. I spend as much time researching as I do programming.
Appendix B - Everything You Might Need to Know To Create an Enterprise-Level Web Application
Don't worry, I promise you'll get there. And most of the time, you'll work with other people who know the stuff you don't.
These lists are heavily weighted toward the Microsoft development stack, because that's what I know.
User Interface
- IDEs: Visual Studio, Visual Studio Code, text editor(s),
- Design Prototyping: Balsamiq
- Design Images: Photoshop/GIMP/Paint.Net, Illustrator/Inkscape
- Image Formats: JPG, PNG, GIF, SVG
- HTML
- CSS
- CSS preprocessors (Less, Sass)
- Dynamic web page languages and templates: WebForms, Razor forms, Blazor
- Javascript language
- Javascript server-side development: Node
- Javascript frameworks: Angular, React, JQuery
- Javascript style checking: ESLint
- Javascript Unit Testing: Jasmine, Karma, Angular-mocks
- Package Managers: NPM
- Integration Testing: Selenium
- Authentication: OAuth, OpenID
- Security: CORS, Cross-site injection
- Performance
- Other tools: Chrome F12, Fiddler
- Concepts: page layout, colors, user experience, accessibility (handicapped), minification, HTTP protocol, MVVM, MVC (specifically views), REST, mocking, dependency injection
Web Service
- IDEs: Visual Studio, text editor(s)
- Diff and Merge: KDiff3, WinMerge, Beyond Compare
- Languages: C#, VB.Net
- HTTP
- REST
- WebAPI (models and controllers)
- SOAP
- Package Managers: NPM, NuGet
- Unit Testing: MSTest, xUnit, NSubstitute
- Dependency Injection/Inversion of Control: .NET Core dependency framework
- Authentication: OAuth, OpenID
- Security: Cross-site injection, SQL Injection,
- Performance
- Other tools: Fiddler, PowerShell
- Logging: NLog, Elastic Search, Application Insights
- Architecture: Onion, distributed, (micro)service-oriented
- Concepts: networking, routing, view models
Web Server Back End
- IDEs: Visual Studio, text editor(s)
- Diff and Merge: KDiff3, WinMerge, Beyond Compare
- Languages: C#, VB.NET
- HTTP
- MVC (specifically models and controllers)
- ORM: Entity Framework, NHibernate, Active Record
- Architecture (layers, onion,...)
- Web Servers: IIS, Apache, Node.js
- Javascript server-side development: Node
- Package Managers: NPM, NuGet
- Unit Testing: MSTest, xUnit, NSubstitute
- Dependency Injection/Inversion of Control: .NET Core dependency framework
- Authentication: OAuth, OpenID
- Security: Cross-site injection, SQL Injection,
- Performance
- Logging: NLog, Elastic Search, Application Insights
- Architecture: Onion, distributed, (micro)service-oriented
- Concepts: networking, routing, view models
- Other tools: PowerShell
- Concepts: networking, routing, data modeling, business entity modeling, business rules, test-driven development, REST, mocking, dependency injection
Data Persistence
- IDEs: SQL Server Management Studio, LINQPad, text editor(s)
- Languages: T-SQL, LINQ,
- Databases: SQL (Microsoft, Oracle), No-SQL (MongoDB, Redis)
- ORM: Entity Framework, NHibernate, Active Record
- Authentication (network)
- Security
- Performance
- Other tools: Redgate, PowerShell
- Concepts: database design, data modeling, relational design
Version Control
- Source control systems: Git
- IDEs: command line, Visual Studio extensions, VS Code extensions, Git Kraken
- Other tools: GitHub, BitBucket, GitLab
Methodology
- Development Approaches: Agile, Waterfall, Lean
- Agile methodologies: Scrum, Kanban, eXtreme Programming
- Project/Task Management: Kanban/Scrub board, Azure DevOps
- Issue Tracking: Azure DevOps, GitHub, GitLab, BitBucket
- Architecture Approaches: N-Tier, Domain-Driven Design, Onion, Service-Oriented, Microservice, Distributed
- Messaging: service bugs, message queues
- Continuous Integration/Release: Azure DevOps Pipelines (YAML-based), Infrastructure-As-Code
- Concepts: organization, teamwork, communication, creativity, problem-solving, estimating
Testing
- Unit: Javascript, web, back-end, mocking, automated
- Integration
- Acceptance
- Exploratory
- My current favorite unit testing stack:
- xUnit
- NSubstitute
- FluentAssertions
Platforms
- Cloud Hosting: Azure, Amazon Web Services, Google Cloud
- Docker
Miscellaneous
- Microsoft Office (Word, Excel, PowerPoint)
- Stack Overflow web site for researching problems