Programming
Showing 1573–1584 of 1793 results
Specification Pattern in C#
Domain-driven design includes many established patterns and practices. This course will provide an in-depth guideline into implementing the specification pattern in C#.
Spectral Analysis Techniques
Learn techniques for estimating and analyzing the power spectrum of signals.
Sprachassistent mit Python auf Deutsch – Alexa Klon
Baue Schritt für Schritt Deinen eigenen Sprachassistenten mit Python
Spring Boot 3 Fundamentals
Spring Boot enables you to create microservices and other applications using the Spring Framework quickly and easily. This course will teach you how to create RESTful web services that store data in a database using Spring Boot.
Spring Boot 3: The Big Picture
This course will give you a high level overview of Spring Boot, what it is, and how it can be used for your application development needs.
Spring Framework 6 Fundamentals
This course will cover the fundamentals of Java Development using Spring Framework 6.
Spring Framework: Aspect Oriented Programming with Spring AOP
This course examines the principles, practice, and benefits of Aspect Oriented Programming with Spring AOP. It helps Java developers understand the fundamentals of Spring AOP and implement cross-cutting functionalities and Spring AOP introductions.
Spring MVC
Learn Java Spring MVC
SQL and Data Modeling for the Web
Learn SQL and data modeling techniques for web applications, covering database design and implementation.
SQL Fluency
Achieve fluency in SQL, focusing on advanced queries, data modeling, and database design techniques.
SQL: Master SQL Database Queries in Just 90 Mins!
Master SQL Database Queries, Joins and Subqueries!
StanfordOnline: Compilers
This self-paced course will discuss the major ideas used today in the implementation of programming language compilers, including lexical analysis, parsing, syntax-directed translation, abstract syntax trees, types and type checking, intermediate languages, dataflow analysis, program optimization, code generation, and runtime systems. As a result, you will learn how a program written in a high-level language designed for humans is systematically translated into a program written in low-level assembly more suited to machines. Along the way we will also touch on how programming languages are designed, programming language semantics, and why there are so many different kinds of programming languages.