IT & Software
Showing 16273–16284 of 16328 results
Writing Burp Suite Macros and Plugins
Learn how to write Burp Suite macros and extensions in different languages. Understand the Burp API, its supporting classes and structure in order to equip yourself in writing customized Burp functionality for your developer and pentester needs.
Writing Complex Analytical Queries with Hive
Hive is a data warehouse that runs on top of the Hadoop distributed computing framework. It works on huge datasets, so this course is useful for understanding its features so you can write efficient, fast, and optimal queries.
Writing Custom Scripts for OWASP Zed Attack Proxy
Do you want to automate your web security activities? Learn to write custom scripts with OWASP ZAP to detect and guard against application specific vulnerabilities while building security into the software.
Writing Efficient Code with pandas
Learn efficient techniques in pandas to optimize your Python code.
Writing Efficient Python Code
Learn to write efficient code that executes quickly and allocates resources skillfully to avoid unnecessary overhead.
Writing Efficient R Code
Learn to write faster R code, discover benchmarking and profiling, and unlock the secrets of parallel programming.
Writing Functions and Stored Procedures in SQL Server
Master SQL Server programming by learning to create, update, and execute functions and stored procedures.
Writing Functions in Python
Learn to use best practices to write maintainable, reusable, complex functions with good documentation.
Writing Highly Maintainable Unit Tests
This course will teach you how to develop maintainable and sustainable tests as your production code grows and develops.
Writing Parsers in Rust With Gobble
Use Rust to write efficient parsers and learn about some tools that already exist to help!
Writing Purely Functional Code in C# 7
Learn where .NET development is heading and what mindset you'll need in the future to master multi-paradigm programming with C#.
Writing React Forms Like a Pro with Formik
Learn how to leverage Formik to create complex and straightforward forms with ease.