Log InSign Up

Top 12 Computer Engineer Skills to Put on Your Resume

In today's competitive job market, showcasing the right set of skills on your resume can significantly enhance your chances of landing a coveted computer engineering position. This article highlights the top 12 skills that can make your resume stand out to employers, ensuring you portray yourself as a highly capable and versatile candidate in the field of computer engineering.

Top 12 Computer Engineer Skills to Put on Your Resume

Computer Engineer Skills

  1. Python
  2. Java
  3. C++
  4. Linux
  5. SQL
  6. AWS
  7. Git
  8. Docker
  9. Kubernetes
  10. TensorFlow
  11. React
  12. Node.js

1. Python

Python is a high-level, interpreted programming language known for its simplicity, readability, and wide range of applications, including web development, data analysis, artificial intelligence, and scripting.

Why It's Important

Python is important for a Computer Engineer due to its versatility, readability, and extensive libraries, making it ideal for a wide range of applications including software development, data analysis, artificial intelligence, and automation, while also being accessible for beginners and powerful for experts.

How to Improve Python Skills

Improving your Python skills as a Computer Engineer involves a combination of theoretical learning and practical application. Here's a concise guide:

  1. Master the Basics: Ensure you have a strong understanding of Python syntax, data structures, and basic algorithms. Python Official Documentation is a great starting point.

  2. Work on Projects: Apply what you've learned in real-world projects. Websites like GitHub offer a plethora of open-source projects where you can contribute and learn from others.

  3. Learn Advanced Topics: Dive into more complex topics such as asynchronous programming, decorators, and context managers. The Real Python website is a good resource for advanced tutorials.

  4. Understand Python Libraries: Familiarize yourself with popular libraries relevant to your field, such as NumPy, Pandas, TensorFlow for data science, or Flask, Django for web development. PyPI is the Python Package Index where you can explore libraries.

  5. Write Clean Code: Follow best practices for coding and documentation to improve readability and maintainability. The book "Clean Code" by Robert C. Martin, although not Python-specific, offers valuable insights. Additionally, PEP 8 -- the Python style guide -- is a must-read. PEP 8 Style Guide.

  6. Use Learning Platforms: Platforms like Coursera, Udacity, and edX offer courses designed by professionals and universities that cover both fundamental and specialized topics.

  7. Join Python Communities: Engaging with communities can provide support, insights, and opportunities to collaborate. Stack Overflow, Reddit’s r/Python, and Python.org’s Community are good places to start.

  8. Practice Competitive Coding: Websites like LeetCode, HackerRank, and CodeSignal offer problems to solve that can improve your problem-solving and algorithmic thinking skills.

  9. Stay Updated: Python and its ecosystem are constantly evolving. Follow Python-related news, blogs, and podcasts to stay informed about the latest developments.

By integrating these strategies into your learning process, you'll not only improve your Python skills but also deepen your understanding of computer engineering principles.

How to Display Python Skills on Your Resume

How to Display Python Skills on Your Resume

2. Java

Java is a high-level, class-based, object-oriented programming language designed for portability across different platforms, widely used for developing applications ranging from mobile and web to enterprise systems.

Why It's Important

Java is crucial for a Computer Engineer because it's a versatile, platform-independent language widely used in enterprise environments, web applications, and Android app development, offering a vast ecosystem of libraries and frameworks for efficient software solutions.

How to Improve Java Skills

Improving your Java skills involves a mix of understanding core concepts, practicing coding, learning from advanced resources, and staying updated with the latest trends. Here's a concise guide:

  1. Master the Basics: Ensure a solid understanding of Java fundamentals. Oracle’s Java Tutorials offer comprehensive coverage.

  2. Practice Coding: Regularly solve problems on platforms like LeetCode and HackerRank to improve your coding and problem-solving skills.

  3. Understand Design Patterns: Learn about design patterns to write more efficient and maintainable code. The book Head First Design Patterns is a great resource.

  4. Learn Frameworks: Familiarize yourself with popular Java frameworks like Spring and Hibernate. The Spring Framework Documentation is a good starting point.

  5. Contribute to Open Source: Engage with the Java community and contribute to open-source projects on GitHub to gain practical experience and feedback from other developers.

  6. Stay Updated: Follow Java news and updates to stay informed about the latest tools and best practices. Websites like InfoQ and DZone are useful resources.

  7. Read and Code Daily: Consistency is key. Dedicate time every day to read about Java and to code. The more you practice, the better you become.

  8. Join a Community: Participate in Java forums and groups such as Stack Overflow or the Java subreddit to learn from others and get your queries resolved.

Focusing on these areas will significantly improve your Java skills, making you a more competent and efficient computer engineer in the Java ecosystem.

How to Display Java Skills on Your Resume

How to Display Java Skills on Your Resume

3. C++

C++ is a high-level programming language with object-oriented, generic, and procedural programming features, widely used in software development, including operating systems, game development, and performance-critical applications.

Why It's Important

C++ is crucial for a Computer Engineer due to its efficiency, control over system resources, and ability to write high-performance software for system/application development, including operating systems, game development, and real-time systems.

How to Improve C++ Skills

Improving your C++ skills involves continuous learning and practice. Here are concise suggestions tailored for a Computer Engineer:

  1. Master the Basics: Solidify your understanding of C++ fundamentals, including syntax, data types, pointers, and memory management.

  2. Practice Regularly: Engage in coding exercises on platforms like LeetCode or HackerRank to enhance problem-solving skills.

  3. Understand the Standard Library: Familiarize yourself with the C++ Standard Library, including containers, algorithms, and utilities for efficient programming.

  4. Learn Modern C++: Stay updated with the latest features introduced in C++11, C++14, C++17, and beyond. Resources like cppreference.com are invaluable.

  5. Read C++ Books: Books like "Effective Modern C++" by Scott Meyers provide deep insights into using modern C++ effectively.

  6. Join C++ Communities: Participate in forums like Stack Overflow or Reddit’s r/cpp to learn from experienced developers.

  7. Contribute to Open Source: Get involved in open-source projects on GitHub to apply your skills in real-world scenarios.

  8. Use Tools and IDEs: Familiarize yourself with C++ development tools and IDEs such as Visual Studio, CLion, or Qt Creator for efficient coding practices.

  9. Attend Workshops and Conferences: Participate in C++ conferences like CppCon to learn from experts and network with peers.

  10. Analyze Code: Read and analyze code from well-written C++ projects to see best practices in action.

Consistent practice and learning from a diverse range of resources are key to improving your C++ skills.

How to Display C++ Skills on Your Resume

How to Display C++ Skills on Your Resume

4. Linux

Linux is a free, open-source, Unix-like operating system kernel that serves as the foundation for various distributions, supporting a wide range of hardware and software. It's widely used in server, desktop, embedded systems, and supercomputing environments, emphasizing modularity, security, and community-driven development.

Why It's Important

Linux is crucial for a Computer Engineer due to its widespread use in server environments, its role in powering most of the internet infrastructure, its open-source nature allowing for deep customization and learning, and its significance in embedded systems and development platforms.

How to Improve Linux Skills

Improving Linux as a Computer Engineer involves contributing to the kernel, developing or enhancing user-space applications, and optimizing system performance. Here are concise ways to achieve this:

  1. Kernel Contributions: Start by understanding the Linux kernel's architecture and coding standards. Contribute patches for bugs, performance improvements, or new features. Kernel Newbies and the Linux Kernel Mailing List are excellent resources.

  2. Develop User-Space Applications: Identify gaps in the ecosystem or opportunities for improvement. Use GitHub to collaborate on open-source projects or start your own.

  3. Optimize Performance: Use tools like perf and SystemTap to identify bottlenecks. Enhance efficiency by contributing optimizations to existing projects or your own solutions.

  4. Security Enhancements: Engage with the Linux security community. Resources like the Open Source Security Mailing List and Security Focus can guide you on current issues needing attention.

  5. Documentation: Improve or write documentation to help others understand and use Linux more effectively. The Linux Documentation Project is a good starting point.

  6. Teach and Mentor: Share your knowledge through blogs, videos, or mentoring. Platforms like Medium for blogs or YouTube for videos can be used to disseminate knowledge.

Contributing to Linux requires understanding its philosophy, community standards, and technical requirements. Each contribution, no matter the size, helps improve Linux for everyone.

How to Display Linux Skills on Your Resume

How to Display Linux Skills on Your Resume

5. SQL

SQL (Structured Query Language) is a standard programming language designed for managing and manipulating relational databases.

Why It's Important

SQL is essential for a Computer Engineer as it enables efficient data management, retrieval, and manipulation in databases, critical for developing, maintaining, and optimizing software applications and systems.

How to Improve SQL Skills

Improving your SQL skills involves understanding advanced SQL concepts, practicing problem-solving, and optimizing queries for performance. Here are concise steps to enhance your SQL proficiency:

  1. Master the Basics: Ensure you have a solid foundation. Understand joins, aggregate functions, subqueries, and basic data manipulation operations. W3Schools SQL Tutorial.

  2. Learn Advanced Concepts: Dive into complex SQL features like window functions, common table expressions (CTEs), and recursive queries. PostgreSQL Tutorial on Advanced Features.

  3. Optimize Query Performance: Understand indexing, query plans, and how to use EXPLAIN to analyze queries. Use The Index, Luke!.

  4. Practice Regularly: Solve real-world problems on platforms like HackerRank or LeetCode.

  5. Learn Database-Specific Features: Each database system (MySQL, PostgreSQL, etc.) has unique features and optimizations. Refer to the official documentation of the database you're using (e.g., MySQL Documentation, PostgreSQL Documentation).

  6. Stay Updated: SQL standards and database technologies evolve. Follow blogs, forums, and participate in communities like Stack Overflow and Reddit r/SQL.

  7. Work on Real Projects: Nothing beats hands-on experience. Work on projects that challenge your SQL skills.

  8. Code Review: Learn from peers by reviewing SQL queries written by others and having your queries reviewed as well. Platforms like GitHub can be a good place to start.

By following these steps and utilizing the provided resources, you can systematically improve your SQL skills.

How to Display SQL Skills on Your Resume

How to Display SQL Skills on Your Resume

6. AWS

AWS (Amazon Web Services) is a comprehensive, evolving cloud computing platform provided by Amazon that includes a mixture of infrastructure as a service (IaaS), platform as a service (PaaS), and packaged software as a service (SaaS) offerings.

Why It's Important

AWS is important for a Computer Engineer because it provides a vast, scalable cloud computing platform with a rich array of services that enable rapid development, deployment, and operation of applications, facilitating innovation and efficient resource management.

How to Improve AWS Skills

Improving your AWS skills as a Computer Engineer involves a mix of hands-on practice, continuous learning, and staying updated with the latest AWS features. Here are concise steps with resources for enhancing your AWS expertise:

  1. AWS Training and Certification: Start with AWS's official training programs. They offer a wide range of courses from beginner to advanced levels. AWS Training and Certification

  2. Hands-On Practice: Utilize the AWS Free Tier to gain hands-on experience. Experiment with different services to understand their workings intimately. AWS Free Tier

  3. AWS Whitepapers and Guides: Read AWS whitepapers and guides for in-depth knowledge on best practices and service optimizations. AWS Whitepapers

  4. AWS Blogs and Forums: Follow AWS blogs for the latest announcements, and engage in AWS forums to solve real-world problems. AWS Blog, AWS Forums

  5. GitHub Projects: Contribute to or start AWS-related projects on GitHub. This will provide practical experience and showcase your skills. GitHub

  6. Networking with Professionals: Join AWS-focused groups on LinkedIn or attend AWS Meetups and events to network with other professionals. AWS Events

  7. Continuous Learning: Stay informed about the latest AWS services and features through online platforms like Coursera, Udemy, or A Cloud Guru. They offer up-to-date courses tailored to evolving AWS technologies. Coursera, Udemy, A Cloud Guru

By following these steps and utilizing the provided resources, you'll be well on your way to improving your AWS skills and understanding.

How to Display AWS Skills on Your Resume

How to Display AWS Skills on Your Resume

7. Git

Git is a distributed version control system designed for tracking changes in source code during software development.

Why It's Important

Git is crucial for a Computer Engineer as it enables efficient version control, collaboration, and code management for software development projects.

How to Improve Git Skills

Improving your Git skills as a Computer Engineer involves mastering advanced features, optimizing workflows, and understanding best practices. Here are concise tips with resources for deep dives:

  1. Master Branching Strategies: Understand and implement branching strategies like Git Flow or GitHub Flow to streamline development and collaboration. Atlassian - Comparing Workflows

  2. Leverage Git Hooks: Use pre-commit, pre-push, and other hooks to automate checks and tasks. Git Hooks

  3. Optimize Commit Practices: Write meaningful commit messages and squash commits for cleaner history. Conventional Commits

  4. Use Interactive Rebase: Learn how to use git rebase -i for editing, deleting, or combining commits for a polished commit history. Interactive Rebase

  5. Understand Git Internals: Deepen your understanding of Git's internal mechanisms (objects, refs, index) to troubleshoot or optimize your repositories. Git Internals - Plumbing and Porcelain

  6. Efficiently Manage Large Files: Use Git LFS (Large File Storage) for handling binary or large files without bloating your repository. Git LFS

  7. Explore Advanced Merging and Diffing: Customize merge strategies and diff algorithms for complex codebases. Advanced Merging

  8. Automate with Git Aliases: Save time on repetitive commands by creating aliases. Git Aliases

  9. Secure Your Code: Implement signing commits and tags with GPG for security. Signing Your Work

  10. Stay Updated: Git evolves, so regularly review the release notes and documentation to leverage new features and improvements. Git Releases

By focusing on these areas, you can significantly improve your efficiency and proficiency with Git.

How to Display Git Skills on Your Resume

How to Display Git Skills on Your Resume

8. Docker

Docker is a platform for developing, shipping, and running applications inside lightweight, portable containers, enabling software to run consistently across different environments.

Why It's Important

Docker streamlines the development, deployment, and scaling of applications by encapsulating them into lightweight, portable containers. This ensures consistent environments across development, testing, and production, significantly reducing compatibility issues and improving efficiency for computer engineers.

How to Improve Docker Skills

To enhance your Docker expertise and efficiency as a Computer Engineer, consider adopting the following strategies:

  1. Master Docker Commands: Familiarize yourself with essential Docker commands for container management. Dive deeper with the Docker command line documentation.

  2. Compose for Development: Utilize Docker Compose to define and run multi-container Docker applications. Learn more about it through the official Docker Compose documentation.

  3. Optimize Docker Images: Create smaller, more efficient images by using multi-stage builds and choosing the right base images. The Best practices for writing Dockerfiles guide offers valuable tips.

  4. Secure Your Containers: Apply security best practices, such as scanning images for vulnerabilities with tools like Docker Bench for Security and employing least privilege principles in container runtimes.

  5. Leverage Docker Networking: Understand and implement Docker’s networking capabilities to ensure your containers can communicate effectively. The Docker Networking overview is a good starting point.

  6. Use Docker Volumes for Persistence: Implement Docker volumes for data persistence, ensuring that your data persists across container rebuilds and restarts. Explore more at Manage data in Docker.

  7. Continuous Integration/Deployment (CI/CD): Integrate Docker into your CI/CD pipelines to streamline development and deployment processes. Jenkins, GitLab CI, and GitHub Actions are popular tools that support Docker.

  8. Stay Updated: Docker and the container ecosystem evolve rapidly. Keep abreast of the latest features and best practices by following the Docker Blog and participating in community forums.

  9. Practice: Nothing beats hands-on experience. Regularly experiment with new Docker features and techniques in your projects.

  10. Educational Resources: Leverage online courses and tutorials from platforms like Udemy, Coursera, and Pluralsight to deepen your understanding.

By focusing on these areas, you'll be well on your way to mastering Docker and enhancing your containerization skills.

How to Display Docker Skills on Your Resume

How to Display Docker Skills on Your Resume

9. Kubernetes

Kubernetes is an open-source platform designed for automating deployment, scaling, and operations of application containers across clusters of hosts, providing container-centric infrastructure.

Why It's Important

Kubernetes is crucial for Computer Engineers as it provides an efficient and scalable platform for automating deployment, scaling, and management of containerized applications, significantly improving development, operations, and resource utilization.

How to Improve Kubernetes Skills

Improving your Kubernetes skills involves understanding its architecture, best practices, and staying updated with new features. Here are concise strategies:

  1. Understand Core Concepts: Deepen your understanding of Kubernetes' core concepts like Pods, Deployments, Services, and Ingress. The Kubernetes official documentation is an excellent place to start.

  2. Practice with Minikube: Use Minikube to create a local Kubernetes cluster for testing and learning purposes.

  3. Learn Kubernetes Networking: Networking is vital in Kubernetes. Understand how different components communicate with each other. The Kubernetes Networking Model is a critical concept to grasp.

  4. Master Kubernetes Storage: Explore Persistent Volumes (PVs), Persistent Volume Claims (PVCs), and StorageClasses. Kubernetes Storage documentation provides comprehensive insights.

  5. Implement Security Best Practices: Security in Kubernetes is paramount. Learn about Pod Security Policies, Network Policies, and Role-Based Access Control (RBAC). The Kubernetes Security section offers detailed guidelines.

  6. Automate with CI/CD Tools: Integrate Kubernetes with continuous integration and continuous deployment (CI/CD) tools like Jenkins, GitLab CI, and Argo CD. This CI/CD with Kubernetes guide can get you started.

  7. Monitor and Log: Implement monitoring and logging to keep track of cluster health and troubleshoot issues. Tools like Prometheus and Grafana are widely used. Explore the Kubernetes Monitoring Guide for Prometheus.

  8. Stay Updated: Kubernetes evolves rapidly. Follow the Kubernetes Blog and attend meetups or webinars to stay informed about the latest features and best practices.

  9. Join the Community: Participate in Kubernetes forums, GitHub repositories, and Slack channels to ask questions, share knowledge, and collaborate on projects. The Kubernetes Community page is a great place to start.

  10. Certifications: Consider obtaining Kubernetes certifications such as Certified Kubernetes Administrator (CKA) or Certified Kubernetes Application Developer (CKAD) to validate your skills. Information on certifications can be found on the Cloud Native Computing Foundation (CNCF) website.

By following these strategies and continuously practicing, you can significantly improve your Kubernetes skills and understanding.

How to Display Kubernetes Skills on Your Resume

How to Display Kubernetes Skills on Your Resume

10. TensorFlow

TensorFlow is an open-source machine learning library developed by Google, used for designing, building, and training deep learning models. It provides a flexible and comprehensive ecosystem of tools, libraries, and community resources that allows researchers and developers to build and deploy machine learning applications.

Why It's Important

TensorFlow is crucial for a Computer Engineer as it provides a comprehensive, flexible ecosystem of tools, libraries, and community resources that enables the easy development, training, and deployment of machine learning models, thereby facilitating the creation of sophisticated AI applications and advancements in computational power utilization.

How to Improve TensorFlow Skills

Improving TensorFlow performance and efficiency involves several strategies tailored to your specific use case. Here are concise tips with relevant resources:

  1. Optimize Data Input Pipelines: Ensure efficient data feeding to avoid bottlenecks. Use tf.data API for optimal data loading and preprocessing. TensorFlow Data Input

  2. Utilize Graph Execution: Graph execution mode can offer performance benefits. Leverage tf.function to convert Python functions into TensorFlow graphs. Graphs and tf.function

  3. Apply Mixed Precision Training: Utilize mixed precision to speed up training, using both 16-bit and 32-bit floating-point types. This can significantly reduce memory usage and increase performance on compatible hardware. Mixed Precision

  4. Distribute Training: Scale your training across multiple GPUs or machines to further reduce training time. TensorFlow's tf.distribute.Strategy API simplifies distributed training. Distributed Training

  5. Profiling and Performance Analysis: Use TensorFlow Profiler in TensorBoard to identify bottlenecks in your model and data pipelines. This tool provides actionable insights for optimization. TensorFlow Profiler

  6. Optimize TensorFlow Operations: Choose the most efficient TensorFlow operations and structures for your use case. Avoid common pitfalls such as using Python loops over tensors instead of vectorized operations. TensorFlow Performance Guide

  7. Keep TensorFlow Updated: New versions of TensorFlow often come with performance improvements, bug fixes, and new features. Regularly updating to the latest version can yield significant benefits. TensorFlow Install Guide

Each of these strategies can be tailored and combined based on the specific demands and constraints of your TensorFlow project.

How to Display TensorFlow Skills on Your Resume

How to Display TensorFlow Skills on Your Resume

11. React

React is a JavaScript library for building user interfaces, primarily for web applications. It allows developers to create reusable UI components and manage the state of complex applications efficiently.

Why It's Important

React is important because it provides a powerful, efficient, and flexible framework for building user interfaces in web and mobile applications, significantly enhancing development speed, performance, and scalability.

How to Improve React Skills

Improving your skills in React as a Computer Engineer involves mastering both the fundamentals and advanced concepts of the library, focusing on performance optimization, and staying updated with the latest features and best practices. Here's a concise guide:

  1. Master the Core Concepts: Ensure you have a solid understanding of JSX, components (class and functional), props, state, lifecycle methods, and hooks. React Official Documentation is the best place to start.

  2. State Management: Learn state management libraries like Redux or Context API to manage state in large applications efficiently. Redux Documentation and Context API can help.

  3. Performance Optimization: Understand the importance of optimizing component performance using React.memo, useMemo, and useCallback hooks to prevent unnecessary re-renders. The Optimizing Performance section of React docs provides insights.

  4. Type Checking with PropTypes or TypeScript: Use PropTypes for type checking in smaller projects or TypeScript for larger applications to catch errors early. TypeScript with React guide and PropTypes documentation are useful resources.

  5. React Router for Navigation: Master client-side routing with React Router for single-page applications (SPAs). React Router Tutorial is a good starting point.

  6. Testing: Learn to write tests for your React components using testing libraries like Jest and React Testing Library. Jest and React Testing Library docs offer comprehensive guides.

  7. Follow Best Practices and Patterns: Adopt best practices and design patterns such as the Container/Presenter pattern, higher-order components (HOCs), and custom hooks for cleaner and more maintainable code. The React Patterns website is a useful resource.

  8. Stay Updated: React evolves rapidly. Follow the React Blog and join communities on platforms like Reddit or Discord to stay informed about the latest updates and features.

  9. Build Projects: Apply what you've learned by building and deploying real-world projects. This hands-on experience is invaluable.

  10. Code Quality Tools: Use tools like ESLint, Prettier, and Husky to enforce coding standards and improve code quality. ESLint, Prettier, and Husky documentation will guide you.

By focusing on these areas and continuously practicing, you'll greatly improve your React skills and be able to build complex, high-performance web applications.

How to Display React Skills on Your Resume

How to Display React Skills on Your Resume

12. Node.js

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser, enabling the development of server-side and networking applications.

Why It's Important

Node.js is important because it enables non-blocking, event-driven I/O to efficiently manage concurrent connections, making it ideal for building scalable network applications. It allows computer engineers to use JavaScript on both the client and server side, simplifying development and ensuring high performance.

How to Improve Node.js Skills

Improving Node.js performance and efficiency involves several strategies tailored for computer engineers. Here are concise tips with relevant resources:

  1. Use Asynchronous Code: Favor non-blocking asynchronous functions over synchronous counterparts to enhance event loop efficiency. Node.js Docs on Blocking vs. Non-Blocking.

  2. Optimize Use of Middleware: Minimize middleware usage in Express apps; unnecessary middleware can add overhead. Express.js Middleware Best Practices.

  3. Leverage Caching: Implement caching strategies to reduce database read operations, using packages like node-cache. Caching in Node.js.

  4. Profiling and Monitoring: Utilize tools like Node Clinic and PM2 for profiling and monitoring your Node.js applications to identify bottlenecks. Node Clinic and PM2.

  5. Streamline Database Interactions: Optimize DB queries and use efficient data indexing. Consider using ORM/ODM libraries like Sequelize or Mongoose for structured data access. Sequelize and Mongoose.

  6. Employ Load Balancing: Use a load balancer like Nginx or Node.js cluster module to distribute traffic and maximize resource utilization. Node.js Cluster Documentation.

  7. Code Optimization: Regularly refactor code for performance, preferring native methods and avoiding memory leaks. Tools like ESLint can help maintain code quality. ESLint.

  8. Update Node.js Version: Ensure you're using the latest Node.js version for performance improvements and new features. Node.js Downloads.

  9. Implement Compression: Use compression middleware like compression in Express apps to reduce the size of the response body and improve loading times. Compression Middleware.

  10. Secure Your Application: Use tools like Helmet to set HTTP headers for app security and rate-limiter-flexible to prevent brute-force attacks. Helmet and Rate Limiter Flexible.

By integrating these strategies, computer engineers can significantly enhance the performance, security, and scalability of Node.js applications.

How to Display Node.js Skills on Your Resume

How to Display Node.js Skills on Your Resume