Products related to Application:
-
Grokking Web Application Security
When you launch an application on the web, every hacker in the world has access to it.Are you sure your web apps can stand up to the most sophisticated attacks?Grokking Web Application Security is a brilliantly illustrated and clearly written guide that delivers detailed coverage on: How the browser security model works, including sandboxing, the same-origin policy, and methods of securing cookiesSecuring web servers with input validation, escaping of output, and defense in depthA development process that prevents security bugsProtecting yourself from browser vulnerabilities such as cross-site scripting, cross-site request forgery, and clickjackingNetwork vulnerabilities like man-in-the-middle attacks, SSL-stripping, and DNS poisoningPreventing authentication vulnerabilities that allow brute forcing of credentials by using single sign-on or multi-factor authenticationAuthorization vulnerabilities like broken access control and session jackingHow to use encryption in web applicationsInjection attacks, command execution attacks, and remote code execution attacksMalicious payloads that can be used to attack XML parsers, and file upload functions
Price: 69.99 £ | Shipping*: 0.00 £ -
Cisco CISCO SECURE WEB APPLICATION
Cisco CISCO SECURE WEB APPLICATION
Price: 8.02 £ | Shipping*: 0.00 £ -
Web Application Security : Exploitation and Countermeasures for Modern Web Applications
In the first edition of this critically acclaimed book, Andrew Hoffman defined the three pillars of application security: reconnaissance, offense, and defense.In this revised and updated second edition, he examines dozens of related topics, from the latest types of attacks and mitigations to threat modeling, the secure software development lifecycle (SSDL/SDLC), and more. Hoffman, senior staff security engineer at Ripple, also provides information regarding exploits and mitigations for several additional web application technologies such as GraphQL, cloud-based deployments, content delivery networks (CDN) and server-side rendering (SSR).Following the curriculum from the first book, this second edition is split into three distinct pillars comprising three separate skill sets:Pillar 1: Recon-Learn techniques for mapping and documenting web applications remotely, including procedures for working with web applicationsPillar 2: Offense-Explore methods for attacking web applications using a number of highly effective exploits that have been proven by the best hackers in the world.These skills are valuable when used alongside the skills from Pillar 3. Pillar 3: Defense-Build on skills acquired in the first two parts to construct effective and long-lived mitigations for each of the attacks described in Pillar 2.
Price: 52.99 £ | Shipping*: 0.00 £ -
A Beginner's Guide To Web Application Penetration Testing
A hands-on, beginner-friendly intro to web application pentesting In A Beginner's Guide to Web Application Penetration Testing, seasoned cybersecurity veteran Ali Abdollahi delivers a startlingly insightful and up-to-date exploration of web app pentesting.In the book, Ali takes a dual approach—emphasizing both theory and practical skills—equipping you to jumpstart a new career in web application security.You'll learn about common vulnerabilities and how to perform a variety of effective attacks on web applications.Consistent with the approach publicized by the Open Web Application Security Project (OWASP), the book explains how to find, exploit and combat the ten most common security vulnerability categories, including broken access controls, cryptographic failures, code injection, security misconfigurations, and more.A Beginner's Guide to Web Application Penetration Testing walks you through the five main stages of a comprehensive penetration test: scoping and reconnaissance, scanning, gaining and maintaining access, analysis, and reporting.You'll also discover how to use several popular security tools and techniques—like as well as: Demonstrations of the performance of various penetration testing techniques, including subdomain enumeration with Sublist3r and Subfinder, and port scanning with NmapStrategies for analyzing and improving the security of web applications against common attacks, includingExplanations of the increasing importance of web application security, and how to use techniques like input validation, disabling external entities to maintain security Perfect for software engineers new to cybersecurity, security analysts, web developers, and other IT professionals, A Beginner's Guide to Web Application Penetration Testing will also earn a prominent place in the libraries of cybersecurity students and anyone else with an interest in web application security.
Price: 37.99 £ | Shipping*: 0.00 £
-
How do you program a web application?
To program a web application, you typically use a combination of front-end and back-end technologies. For the front-end, you would use languages like HTML, CSS, and JavaScript to create the user interface and handle client-side interactions. On the back-end, you would use languages like Python, Ruby, Java, or JavaScript (Node.js) to handle server-side logic, database interactions, and other server-side operations. These technologies work together to create a dynamic and interactive web application that can communicate with servers, databases, and other resources to provide users with the desired functionality.
-
Which web server can I use for my own web application?
There are several web servers you can use for your own web application, including Apache, Nginx, and Microsoft Internet Information Services (IIS). Each of these web servers has its own strengths and weaknesses, so it's important to consider your specific needs and requirements when choosing one. Apache is a popular open-source option known for its flexibility and compatibility with various operating systems. Nginx is known for its high performance and scalability, making it a good choice for high-traffic websites. IIS is a web server developed by Microsoft specifically for Windows servers, offering seamless integration with other Microsoft products.
-
Which travel destination do you recommend for an adventure vacation in 2022?
I recommend Iceland as a travel destination for an adventure vacation in 2022. With its stunning landscapes including volcanoes, glaciers, hot springs, and waterfalls, Iceland offers a wide range of outdoor activities such as hiking, glacier trekking, snorkeling in crystal-clear waters, and exploring ice caves. Additionally, you can witness the mesmerizing Northern Lights during the winter months. Iceland's unique natural beauty and thrilling adventures make it a perfect choice for an unforgettable adventure vacation in 2022.
-
What is on Epstein's travel itinerary?
Epstein's travel itinerary includes trips to various locations around the world, including his private island in the U.S. Virgin Islands, his residences in New York and Florida, and frequent trips to Paris, London, and other international destinations. Additionally, he has been known to travel to his properties in New Mexico and the Caribbean. His travel itinerary also includes visits to his various business interests and social engagements.
Similar search terms for Application:
-
Technology Application in Tourism Fairs, Festivals and Events in Asia
It is an unconditional reality that the tourism industry in Asia is becoming exposed to innovative technologies more than ever before.This book reports the latest research in the application of innovative technology to the tourism industry, covering the perspectives, innovativeness, theories, issues, complexities, opportunities and challenges affecting tourism in Asia.A blend of comprehensive and extensive efforts by the contributors and editors, it is designed especially to cover technology applications in tourism fairs, festivals and events in Asia. The application and practice of technologies in tourism, including the relevant niches of fairs, festivals and events are also covered, with a focus on the importance of technology in tourism.This book highlights, in a comprehensive manner, technologies that are impacting the tourism industry in Asia, as well as the constraints it is facing.It deals with distinct topics, such as tourism promotion, technology-driven sustainable tourism development, social media, accessibility and so on to cover fairs, festivals and events. This book is a significant contribution towards the very limited knowledge in this identified research area, with examples from selected Asian countries.This book is designed to accommodate both qualitative and quantitative research linking theory and practice.This book has a clear focus on outlining the research issues.Each chapter of the book highlights a methodology that was used, with rationale for its use.This book addresses a number of revisions that unify the theme or framework to integrate the chapters.
Price: 159.99 £ | Shipping*: 0.00 £ -
Beginning Django : Web Application Development and Deployment with Python
Discover the Django web application framework and get started building Python-based web applications.This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications.Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email.Along with material on data access with SQL queries, you’ll have all you need to get up and running with Django 1.11 LTS, which is compatible with Python 2 and Python 3. Once you’ve built your web application, you’ll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups.This technique allows you to restrict access to URLs and content, giving you total control of your data.In addition, you’ll work with and customize the Django admin site, which provides access to a Django project’sdata. After reading and using this book, you’ll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development. What You'll LearnGet started with the Django frameworkUse Django views, class-based views, URLs, middleware, forms, templates, and Jinja templatesTake advantage of Django models, including model relationships, migrations, queries, and formsLeverage the Django admin site to get access to the database used by a Django projectDeploy Django REST services to serve as the data backbone for mobile, IoT, and SaaS systemsWho This Book Is For Python developers new to the Django web application development framework and web developers new to Python and Django.
Price: 29.99 £ | Shipping*: 0.00 £ -
Building Web Apps with WordPress 2e : WordPress as an Application Framework
WordPress is much more than a blogging platform. If you have basic PHP, HTML, CSS, and JavaScript experience you can use WordPress to develop fast, scalable, secure, and highly customized web apps, mobile apps, web services, and multisite networks of websites.Along with core WordPress functions and database schema, you’ll learn how to build custom plugins, themes, and services for just about any kind of web or mobile application. In this updated second edition, Brian Messenlehner and Jason Coleman cover new features and functionality added to WordPress up to version 5.4.All code examples in the book are available on GitHub. Compare WordPress with traditional app development frameworksUse themes for views and plugins for backend functionalityGet suggestions for choosing or building WordPress pluginsRegister custom post types (CPTs) and taxonomiesManage user accounts and roles, and access user dataBuild asynchronous behaviors with jQueryUse WordPress to develop mobile apps for iOS and AndroidIntegrate PHP libraries, external APIs, and web service pluginsCollect payments through ecommerce and membership pluginsLearn how to speed up and scale your WordPress appExtend the WordPress REST API and create custom endpointsLearn about WordPress Gutenberg blocks development
Price: 44.99 £ | Shipping*: 0.00 £ -
Pro PHP Application Performance : Tuning PHP Web Projects for Maximum Performance
Pro PHP Application Performance will help you understand all the technologies and components which play a role in how well your applications run.When seconds can mean the difference between retaining a user and losing a user, it's important for all of us to have optimization as part of our project roadmap.But what components within your application should you analyze?How should you optimize? And how can you measure how well your application is performing?These are some of the questions that are answered in this book. Along the way you will also learn the "why" of optimizing.You’ll discover why you should optimize a specific component, why selecting one function over another is beneficial, and how to find and use the optimization tools available to the open source community.You’ll also learn how to deploy caching software as well as web server software.Pro PHP Application Performance will also teach you more advanced techniques, such as: • Using Xdebug to profile functions that are not running as efficiently as possible. • Comparing opcode executed by different PHP functions to narrow the search for functions that run efficiently. • Using strace to analyze Apache while your application is served to the user. Once you complete this book you will have a complete sense of where to start optimizing and, most importantly, have the tools which allow you to continue optimizing in other PHP applications going forward.
Price: 39.99 £ | Shipping*: 0.00 £
-
What is your idea for a web application?
My idea for a web application is a virtual event platform that allows users to create and host their own virtual events, such as conferences, trade shows, and networking events. The platform would provide customizable virtual event spaces, interactive features like live chat and Q&A sessions, and tools for event organizers to manage registrations and attendee engagement. It would also include analytics and reporting features to help organizers track the success of their events. This web application would provide a seamless and engaging virtual event experience for both organizers and attendees.
-
How does the web application Departure Monitor work?
Departure Monitor is a web application that provides real-time information on public transportation departures. It works by accessing and aggregating data from various transportation agencies and sources to display departure times for buses, trains, and other modes of public transportation. Users can search for specific routes or stations and view the upcoming departure times, allowing them to plan their travel more efficiently. The application updates the information in real-time, ensuring that users have the most current and accurate departure information available.
-
What is the application for a training as a tourism clerk?
The application for a training as a tourism clerk typically involves submitting a resume, cover letter, and any relevant certificates or qualifications. Some training programs may also require a personal statement or essay explaining why the applicant is interested in the program and how it aligns with their career goals. Additionally, applicants may need to attend an interview or assessment to demonstrate their communication skills, customer service abilities, and knowledge of the tourism industry. Overall, the application process is designed to assess the candidate's suitability for the role and their commitment to a career in tourism.
-
Is my application letter for the position of tourism clerk okay?
To provide feedback on your application letter for the position of tourism clerk, I would need to review the content of the letter. However, some general tips to ensure your application is strong include addressing the specific job requirements, highlighting relevant experience and skills, and showcasing your enthusiasm for the role. Make sure to proofread your letter for any errors and tailor it to the company you are applying to. If you would like more specific feedback, feel free to share your letter for a more detailed review.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.