Free Online

Career Development

Show filters

Level

Duration

Language

Nail Your Java Interview (2018)

Nail Your Java Interview (2018)

0

Review critical Java concepts-and commonly-asked interview questions-to ensure that you approach your Java interviews with confidence.IntroductionWelcomeWhat you should knowUsing the exercise files1. Interview BasicsOverviewTypes of questionsGetting ready for the interviews2. Java-Specific QuestionsWhat is the Java Virtual Machine?What is the JDK and JRE?Class vs. instanceStatic vs. non-static methodsScopeAccess modifiers3. String Manipulation in JavaWhat is a string?Different ways to concatenate stringsBasic string functionsMore string functionsAdvanced string functionsString equality✓ Challenge: String interview✓ Solution: String interview4. Data StructuresHow to use arraysHow to use a linked listHow to use a queueHow to use a stackHow to use a hash map✓ Challenge: Data structures interview✓ Solution: Data structures interview5. Object-Oriented ConceptsAbstractionEncapsulationInheritancePolymorphism (generics)✓ Challenge: Object-oriented interview✓ Solution: Object-oriented interviewConclusionNext steps

LinkedIn Learning
1-2 hours worth of material
selfpaced
view all
Finding a Job on LinkedIn

Finding a Job on LinkedIn

0

Learn how to find a job using the world's #1 professional network: LinkedIn.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
Starting Your Career in Tech: DevOps

Starting Your Career in Tech: DevOps

0

Looking to advance your career in DevOps? In this learning path, gather foundational knowledge—from nontechnical skills to career path strategies—to continue your professional journey in DevOps.Discover how to prepare for and land a job in DevOps.Build nontechnical skills needed by a DevOps professional.Explore career strategies and paths in the DevOps sector.

LinkedIn Learning
5 hours worth of material
selfpaced
view all
Women Transforming Tech: Getting Strategic with Your Career

Women Transforming Tech: Getting Strategic with Your Career

0

Take charge of your career as a woman in tech. Learn how to find jobs, set goals, network with peers and mentors, and develop a communication style that propels you forward.The unfortunate reality is that building a career in technology has proven more difficult for women than it has for men. Not only do women hold less tech jobs, but they also don't stay in tech for as long as men do. However, you can beat the odds and take charge of your career by getting strategic. This short course, led by Silicon Valley investor Megan Holsten-Alexander, covers strategies for breaking in and staying in the tech industry. Learn how to find the next job to climb the “career tree,” network with peers and mentors, set goals, ask for what you’re worth, and develop a direct communication style that propels you forward.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
15 Tips for Landing a Data Science Job

15 Tips for Landing a Data Science Job

0

Get tips for landing your dream data science job. Learn how to activate your network, showcase your work, create an effective resume, and nail your interview.Finding a job that you love can be hard. This course can help by providing you with quick strategies and tips for finding—and landing—a stellar job in the data science field. Instructor Michael Galarnyk shares how to identify the type of data science job that best suits you, as well as take steps to overcome gaps in your resume. He details how to build impressive projects that showcase your skills, as well as craft a compelling data science resume and cover letter. Plus, get tips for building an online presence; finding relevant contacts to help you land a job; and preparing for your first interview.This course was created by Madecraft. We are pleased to host this training in our library.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
ASP.NET MVC 4 Essential Training

ASP.NET MVC 4 Essential Training

0

Shows how to create a simple web application with professional layouts, web forms, user authentication, and mobile integration with ASP.NET MVC.ASP.NET MVC is a powerful and effective framework for building maintainable and scalable web applications. In this course, author Jess Chadwick reviews the Model-View-Controller (MVC) architecture at the heart of ASP.NET MVC and shows how to create a model, execute controller logic, and interact with models via views. The course shows how to create professional-looking web pages with layouts, work with data in forms, create separate content or sites for mobile devices, and enhance your projects with AJAX. Jess also explains how to secure your site with user permissions, optimize its performance, and deploy it to the world.IntroductionWelcomePrerequisitesUsing the exercise files1. Getting StartedWhat is Microsoft ASP.NET MVC?Preparing your systemHello World: Creating your first websiteExploring an ASP.NET MVC web application project2. The Fundamentals of ASP.NET MVCThe Model-View-Controller architecture patternCreating the modelExecuting controller logicDisplaying viewsRouting requests to controller actionsASP.NET MVC for Web Forms developers3. Working with ViewsIntroduction to Razor (AKA the @ symbol)Interacting with models and ViewDataSpeeding up view development with HTML and URL helpersReusing logic and managing complexity with partial views4. Creating a Consistent Look and FeelUsing layouts to create a consistent themeCreating a content page that uses a layout fileApplying advanced layout techniques5. Routing Requests to Controller ActionsOrganizing access to your app with routingHow routing finds controller actionsCombating routing ambiguity6. Working with DataCreating a form with HTML form helpersAutomatically binding to data in the requestValidating user inputPersisting data with Entity Framework code first7. Enhancing Your Site with AJAXWhat is AJAX?Requesting partial viewsRequesting JSON data via MVC controllers8. Securing Your SiteSecuring your application from unauthorized usersRegistering new usersAuthenticating registered usersAvoiding cross-site request forgery attacks9. Optimizing Site PerformanceThe fundamentals of website optimizationCaching entire pagesCaching parts of pagesScaling your site for more concurrent usersReducing bandwidth with bundling and minification10. Targeting Mobile DevicesThe fundamentals of the mobile webDisplaying mobile-optimized contentBuilding a website just for mobile devices11. Ensuring Separation of ConcernsSimplifying a complex application with areasExposing data via ASP.NET Web API services12. Deploying Your Application to the WorldOverview of website deployment optionsConfiguring and deploying to IISConfiguring and deploying to Windows AzureConclusionGoodbye

LinkedIn Learning
3-4 hours worth of material
selfpaced
view all
Learning ASP.NET

Learning ASP.NET

0

Learn about working with ASP.NET, a mature framework that boasts frameworks you can use to create robust websites, build RESTful services, and establish real-time web connections.ASP.NET boasts frameworks you can leverage to build robust web applications. In this course, Janan Siam helps you get up and running with this mature framework from Microsoft. Janan explores the framework and IDE, as well as the tools you need to manage data, build RESTful services, and establish real-time web connections. Learn how to build web applications with ASP.NET MVC, create dynamic web content with ASP.NET Web Pages and Razor syntax, work with ASP.NET SignalR, and more.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
Become a Chief of Staff

Become a Chief of Staff

0

LinkedIn chief of staff Brian Rumao shares how to get hired as a COS. Learn how to navigate your first 30 days and manage operations, strategic initiatives, and communications.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
MVC Frameworks for Building PHP Web Applications

MVC Frameworks for Building PHP Web Applications

0

Explore six Model-View-Controller (MVC) frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Learn how to select the right framework for your app development project.PHP developers have a choice: they can design their own architecture or they can use a framework. Frameworks speed up development, enhance collaboration, and help keep code organized. In this course, Drew Falkman introduces the six most popular Model-View-Controller frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Drew describes the advantages of each framework and shows how to get and install the software. Then, he demonstrates how to get the default pages for each framework up and running, so you can see how the code is structured. In the final chapter, Drew compares all the frameworks and provides resources to move forward with each one. Since your choice of framework affects the success of your project, this course is designed to provide the information you need to make the right decision.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
Learning LinkedIn Recruiter

Learning LinkedIn Recruiter

0

Connect the right people to the right jobs. Find the candidates you need with LinkedIn Recruiter, the industry-leading recruiting tool.IntroductionMake the perfect hire with LinkedIn Recruiter1. OverviewQuick look at LinkedIn RecruiterThe importance of your personal brand2. Creating a ProjectWhat is a project?Create a new projectCustomize project settingsAdd team members to a project3. Searching for CandidatesSearch the Talent PoolSave a search and receive search alertsSave a custom filterSearch using an ideal candidate4. Utilizing Your PipelineSave candidates to your pipelineManually add a candidateManage your pipelineUse recruiting tools to collaborate5. Communicating with CandidatesSend a message to candidatesUsing InMailCreate message templates6. JobsPosting a job7. ReportsEvaluate your performance with reportsConclusionNext steps

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
LinkedIn Learning Highlights: Sales

LinkedIn Learning Highlights: Sales

0

Become a more effective salesperson with courses and learning paths from LinkedIn Learning.Become a more effective salesperson with courses and learning paths from LinkedIn Learning. Here, you can sample highlights from courses covering a wide range of topics: sales processes, negotiation techniques, presentation and communication skills, territory management, customer relations management, and much more.When you're ready to explore more, you can find links to all of the courses featured here in the PDF accessible through the Exercise Files tab.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
Writing to Be Heard on LinkedIn

Writing to Be Heard on LinkedIn

0

Get practical advice on how to write great posts and create conversations around your ideas on LinkedIn.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
What to Do in the First 90 Days of Your New Job

What to Do in the First 90 Days of Your New Job

0

Learn how to succeed at a new job. Find out what to do in the first 90 days to impress your boss and deliver results.The first 90 days of a new job are crucial. Your boss will decide if youre the right fit for the job and whether you can deliver results. Its a fun time, but its also really scary. Aimee Bateman, career expert and founder of Careercake.com, has placed over 4,000 people in their dream jobs. In this course, she breaks down those first 90 days for you, month by month, and outlines the activities you need to perform in order to make a real impact. Learn how to absorb all the new information, impress your boss and get along with your coworkers, and deliver the performance you promised in your interview. Plus, find out what to do if the jobs not everything you expected it would be.This course was created by Careercake, the careers content platform. We are pleased to host this training in our library.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
The Step-by-Step Guide to Building your Thought Leadership on LinkedIn

The Step-by-Step Guide to Building your Thought Leadership on LinkedIn

0

Leverage the power of content on LinkedIn to become a thought leader. Create an authentic voice and grow your audience with tips from a Linked Top Voice for the UK.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
LinkedIn for Veterans

LinkedIn for Veterans

0

LinkedIn seeks to helps veterans take the next step in their careers. Learn how to use LinkedIn to grow your network, learn new skills, and find job opportunities.

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
Load more

Level

Duration

Language