Programming
Showing 1705–1716 of 1793 results
Understanding the Java Virtual Machine: Memory Management
This course covers all aspects of garbage collection in Java, including how memory is split into generations and managed and how the different collectors do their job. We also cover the classes you can use to interact with the garbage collection, such as Soft, Weak, and PhantomReference.
Understanding the Java Virtual Machine: Security
This course covers the details of code security explaining how the SecurityManager and the AccessController work together to grant permissions to code in the current call stack. We cover how to grant permissions based on policy and how to create your own permissions and also cover how to limit the stack walk so that privileged code can run.
Unit Testing
Improve code quality and reduce errors by writing effective unit tests for your MATLAB code.
Unleash the Power of Large Language Models Using LangChain
The course covers basics of LLMs and Langchain, utilizing prompt templates, different types of chains, and leveraging Langchain for LLM application development.
Unleashing the Power of AI with OpenAI’s GPT-3
Explore the capabilities of OpenAI's GPT-3 and learn how to integrate it into your applications for advanced AI features.
Unleashing the Power of AI with OpenAI’s GPT-3
Explore the capabilities of OpenAI's GPT-3 and learn how to harness its power to build AI applications.
Unleashing the Power of TypeScript
Discover the features and benefits of TypeScript for building robust applications, focusing on type safety and improved developer experience.
Up and running with Node and GraphQL
Learn to develop applications using Node.js and GraphQL, focusing on server-side development and data fetching techniques.
Up and Running with Pandas
This course will teach you the fundamentals of the Pandas library in terms of data representation, processing and filtering to programmatically start working with complex datasets with ease and extreme convenience.
UPValenciaX: IT Fundamentals for Business Professionals: Programming
Working with Information Technology (IT) without the necessary background? Learn the fundamentals of software programming
Use PyScript to build a dashboard in the browser
Learn how to use PyScript to build interactive dashboards directly in the browser. Understand how to integrate Python code with web technologies like HTML and JavaScript for seamless client-side data visualization.
User Authentication & Authorization in Express
In this course, you'll learn how to implement User Authentication and Authorization in an Express web application.