Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 53 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/32
    Keywords: Linux ; Scripting languages (Computer science) ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learning the Linux command line can be quite confusing at best. I experienced that on my own with my first Linux lessons in school. I just didn't get it, and I didn't see the point of using all those complicated commands to complete exercises that I wasn't going to use in real life. At first, I was lost and kind of demotivated about it. But after a few professional experiences (web and mobile development, server administration and automation, and robotics), I started to get a good grasp on the Linux terminal, and more importantly, I started to really understand why I need it and why it's super powerful. Now, when I use Linux OS, I remove almost all graphical tools and open the terminal for everything. I've put all my years of Linux experience into this course with a strong focus on understanding what you're doing and why you're doing it. This is basically what was lacking in my own education. My goal is that you get a strong Linux command-line foundation in just a few hours and maybe avoid being confused for a few months or years before really getting it. This Linux command-line foundation helps you with anything IT related: web or software development, data science, machine learning, robotics, system administration, and so forth. This course provides the building blocks that you need to go in any other direction. There are many things that look fancy but are a waste of time, especially when you begin. I'm going to teach you what I use personally. No need to learn 150 commands to get started. With just a few commands and a good understanding, you can go a long way.
    Note: Online resource; title from title details screen (O'Reilly, viewed December 12, 2022)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Apache Maven ; Application software Development ; Java (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This is a no-nonsense, demo-based introduction to getting started with Maven. You'll learn how to work with the Maven build tool, which is currently the number-one industry standard for creating Java applications. By concentrating on practical hands-on demonstrations, you'll see firsthand how Maven works. From there you will develop the skills--and the confidence--to use it on your own to build your Java projects at home, college, or in the workplace. While many video courses are delivered presentation style, this unique course uses a demonstration-first approach, explaining concepts through demonstration. You'll experience this approach first "at the command line," with videos showing what Maven is doing and explaining how it is doing it; then in IDEs using the sophisticated Maven integration that Eclipse and IntelliJ IDEA provide. In this way, you'll develop an understanding of the nuts and bolts of the tool and be in a position to develop effectively after the course is over. This approach also equips you with the "under the hood" understanding you need to effectively troubleshoot any problems you may encounter when developing with Maven on your own. Though this course has some useful content for people who are already using Maven, it is really intended for Maven beginners. Maybe you've started a new job where they use it to build their applications, or you're learning industry-standard tools to better place you ahead of the competition in the job market. By unlocking the mechanics of how Maven works in front of your eyes, the course will equip you to better build Java projects with the tool and have fun doing so.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 15 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7/2
    Keywords: Web site development ; Internet programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn hands-on web development with HTML5 and CSS3 in this completely new, up-to-date course. You'll learn the fundamentals of HTML and CSS so you can create your own website from scratch, transfer your pages to a web server, and make your site look good and work well. HTML is the foundation for websites, and you'll find it surprisingly easy and straightforward to become fluent with it. We'll cover a simplified approach to the language to teach you the core HTML elements that make up any web page. In a step-by-step, easy-to-follow approach, we go over all the basics you need to get started developing a web page. Once you complete your basic HTML page, we'll show you how to add styles to bring your HTML to life. You'll learn how to apply the most common styling features to design your website the way you want it to look. And we'll walk you through making your website responsive so that it works across different devices. This course includes source code so you can try the code for yourself and explore what you can make happen. And it's also loaded with tips for better web development and site creation.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Microsoft .NET Framework ; Computers Access control ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course, you will learn the basics of modern authentication using the ASP.NET Core Identity Library and learn to extend the functionality relative to your specific business needs. While perfect security is arguably impossible to achieve, we will explore a variety of techniques that go a long way in ensuring security and relative ease of use simultaneously. We will look at implementing security in a practical ASP.NET Core application and how we can implement role, claim and custom policy-based authorization. ASP.NET Identity Core - Authorization, Authentication and User Management are mainstay features in real world applications. Identity Core is the flagship library, packaged with ASP.NET Core projects to help us get the most security possible out of the box. Getting authentication and authorization done right in your website can help keep your users and their data safe from attacks. Added features such as Two and Multi Factor Authentication are relatively easy to plugin and this library can easily be extended to implement unique business rules to surround how users are treated. This course has content for developers at all levels as it is never too late or early to start thinking about the best security practices for your web application.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/882
    Keywords: Microsoft .NET Framework Handbooks, manuals, etc ; Active server pages ; Web site development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course, you will learn the skills you need to be able to apply TDD in your .NET projects. Test Driven Development (TDD) is a powerful approach to building solid and robust software. Unit Testing is a type of software testing where code is written to automate the testing of sub-sections of an entire application. This methodology gives more functional coverage and reduces the need for manual regression testing when the application's code changes. The purpose is to validate that each unit of the software code performs as expected. You will discover the basics of unit testing and the red-green-refactor cycle. You will also learn how to test and implement business logic in a .NET Core application using xUnit as a testing framework and Moq as a mocking library. After this course, you will have fundamental knowledge of Test Driven Development that will help you as you move forward to test and implement new features in your C# projects. You will have the skills and knowledge of creating a testable and maintainable ASP.NET Core application needed to architect real-world, enterprise .NET Core apps.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (7 hr., 53 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer algorithms ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Technical interviews are the filter between good and great developers. At least that is how the industry sees them. In this course, we will improve your problem solving ability as well as your speed with 100 algorithm problems and solutions. These questions are some of the most commonly asked in interviews--including interviews with Google, Facebook, Uber, Amazon, and other top tech companies. By the end of the course you will: Have a handle on higher order functions in JavaScript Understand the basics of TypeScript Have a 100-algorithm portfolio item Be ready to ace the JavaScript technical interview.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 46 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Microsoft Azure (Computing platform) ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Azure Functions is one of the quickest and easiest ways to get your code running in Azure while maintaining a cost-effective and serverless model. In this course, you will learn how to create your own Azure Functions apps and visualize how full applications can be built using Azure Functions' powerful, yet simple model. We will explore the tools needed to support development, both locally and in the Azure Portal, and explore the different triggers, bindings and deployment models that are possible. By the end of this course, you should have a fundamental understanding of what Microsoft Azure Functions is, how it can be used and how it interacts with other services. This course aligns with training required for the Exam AZ-204: Developing Solutions for Microsoft Azure, though it is not an official training guide. Ultimately, you will know enough about developing with Azure Functions to be functional in your workspace, without taking the exam.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 9, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Security measures ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The Application Security Program course teaches you to implement a robust program of security throughout your development process. It goes well beyond the basics, detailing flexible security fundamentals that can adapt and evolve to new and emerging threats. Its service-oriented approach is perfectly suited to the fast pace of modern development. Your team will quickly switch from viewing security as a chore to seeing it as an essential part of their daily work. Follow the expert advice in this guide and you'll reliably deliver software that is free from security defects and critical vulnerabilities.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 22 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Linux ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: When you work in IT cyber security, you are responsible for ensuring that all operating systems are fully secured. Guide to Security for Linux Systems introduces you to the parameters and policies that will help you fulfill this responsibility. You will gain an understanding of the procedures and steps needed to secure operating systems; learn about the different types of security breaches you may encounter; and get familiar with the tools and software you can use to ensure a safe Linux system.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 2 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.75/85
    Keywords: SQL server ; Client/server computing ; Relational databases ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Databases are crucial in the typical software development process, and developers use SQL (Structural Query Language) to communicate with databases. Released in 1989, Microsoft SQL Server is one of the most popular database engines in the world, and it's a must-learn for anyone who wants to work with databases. This course will teach everything you need to know about Microsoft SQL (Transact-SQL or T-SQL), from introductory topics like creating databases and tables to more complex ones like creating stored procedures and sorting data from multiple tables. While the course is designed for beginners, it's perfect for intermediate Microsoft SQL users looking to brush up their knowledge.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...