Friday, September 18, 2015

Programmer Skills



https://simpleprogrammer.com/2012/12/09/the-4-most-important-skills-for-a-software-developer/

https://www.eskimo.com/~scs/cclass/progintro/sx1.html
ability to abstract, think on several levels

This is probably the most important skill in programming. Computers are some of the most complex systems we've ever built, and if while programming you had to keep in mind every aspect of the functioning of the computer at all levels, it would be a Herculean task to write even a simple program.

One of the most powerful techniques for managing the complexity of a software system (or any complex system) is to compartmentalize it into little ``black box'' processes which perform useful tasks but which hide some details so you don't have to think about them all the time.
http://www.rasmussen.edu/degrees/technology/blog/5-soft-skills-programmers-need/

Soft Skill #2: Effective delegation

No matter how skilled you may be with the hands-on work, once you reach a management position you won’t be able to do it all. Being able to delegate work is a soft skill every manager needs, and the key to it is being able to break down a large project into smaller pieces.
https://www.entrepreneur.com/article/240644

10. A business perspective.

It’s easy to lose sight of the big picture while focusing on creating one piece of software. The ideal programmer has a business focus that allows him to move beyond the current application. A business-focused programmer will suggest ideas for new applications that can improve operations.
Sample interview question: Have you ever made a suggestion that improved a business’s processes?

15. Respect for deadlines.

Most programmers work on projects with deadlines. While it’s important that managers understand a reasonable turnaround time for coding a new application or repairing an existing one, programmers should also show respect for deadlines. It’s important to determine that an applicant will do everything possible to meet assigned deadlines.
https://www.mymajors.com/career/computer-programmers/skills/
Innovation - Job requires creativity and alternative thinking to develop new ideas for and answers to work-related problems.
Independence - Job requires developing one's own ways of doing things, guiding oneself with little or no supervision, and depending on oneself to get things done.
Dependability - Job requires being reliable, responsible, and dependable, and fulfilling obligations.
Leadership - Job requires a willingness to lead, take charge, and offer opinions and direction.
https://job-descriptions.careerplanner.com/Computer-Programmers-3.cfm
2) Critical Thinking -- Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions or approaches to problems.

3) Complex Problem Solving -- Identifying complex problems and reviewing related information to develop and evaluate options and implement solutions.

4) Active Learning -- Understanding the implications of new information for both current and future problem-solving and decision-making.

6) Learning Strategies -- Selecting and using training/instructional methods and procedures appropriate for the situation when learning or teaching new things.

8) Active Listening -- Giving full attention to what other people are saying, taking time to understand the points being made, asking questions as appropriate, and not interrupting at inappropriate times.


9) Technology Design -- Generating or adapting equipment and technology to serve user needs.

10) Troubleshooting -- Determining causes of operating errors and deciding what to do about it.


11) Coordination -- Adjusting actions in relation to others' actions.

12) Time Management -- Managing one's own time and the time of others.
http://techbeacon.com/7-bad-habits-highly-ineffective-software-engineers
1. Lacks passion
2. Dislikes testing code
3. Believes usability is a four-letter word
4. Likes to say "no"
5. Dislikes learning and avoids curiosity
6. Doesn't play well with others

7. Doesn't care about security

Labels

Review (572) System Design (334) System Design - Review (198) Java (189) Coding (75) Interview-System Design (65) Interview (63) Book Notes (59) Coding - Review (59) to-do (45) Linux (43) Knowledge (39) Interview-Java (35) Knowledge - Review (32) Database (31) Design Patterns (31) Big Data (29) Product Architecture (28) MultiThread (27) Soft Skills (27) Concurrency (26) Cracking Code Interview (26) Miscs (25) Distributed (24) OOD Design (24) Google (23) Career (22) Interview - Review (21) Java - Code (21) Operating System (21) Interview Q&A (20) System Design - Practice (20) Tips (19) Algorithm (17) Company - Facebook (17) Security (17) How to Ace Interview (16) Brain Teaser (14) Linux - Shell (14) Redis (14) Testing (14) Tools (14) Code Quality (13) Search (13) Spark (13) Spring (13) Company - LinkedIn (12) How to (12) Interview-Database (12) Interview-Operating System (12) Solr (12) Architecture Principles (11) Resource (10) Amazon (9) Cache (9) Git (9) Interview - MultiThread (9) Scalability (9) Trouble Shooting (9) Web Dev (9) Architecture Model (8) Better Programmer (8) Cassandra (8) Company - Uber (8) Java67 (8) Math (8) OO Design principles (8) SOLID (8) Design (7) Interview Corner (7) JVM (7) Java Basics (7) Kafka (7) Mac (7) Machine Learning (7) NoSQL (7) C++ (6) Chrome (6) File System (6) Highscalability (6) How to Better (6) Network (6) Restful (6) CareerCup (5) Code Review (5) Hash (5) How to Interview (5) JDK Source Code (5) JavaScript (5) Leetcode (5) Must Known (5) Python (5)

Popular Posts