Learn to program Arduino using object-oriented programming (OOP) principles in this comprehensive course. Develop efficient and organized Arduino code for any hardware component or functionality. A project-based practical course that will help you build an entire Arduino project from start to finish.
Master Azure DevOps and Git for seamless, efficient software delivery. This comprehensive course covers everything from basic project management concepts to advanced continuous delivery techniques in Azure DevOps, tailored for technical professionals.
Learn how to build a RESTful API using ASP.NET Core 6, and then consume it in a modern Blazor single-page application. Along the way, you will review clean coding principles and patterns, RESTful standards, logging tools, database development and management, and application testing and deployment strategies.
This comprehensive .NET Core course will provide a strong foundation in clean architecture, SOLID principles, and help implement the CQRS and Mediator patterns. You will also learn to build and consume APIs in a Blazor WebAssembly application. The course content is fully compatible with .NET 6 and .NET 7, ensuring you are up-to-date with the latest version.
This complete hands-on, step-by-step course targets the latest version of Raspberry Pi, which is the Raspberry Pi 4. Everything also works perfectly for Raspberry Pi 2 and 3 versions. You don't need any knowledge in programming, electronics, or anything else. All you need is a working computer and a Raspberry Pi board to get started.
In this course, we will master the syntax and structure of RSpec then learn to utilize test-driven development principles to design and implement clean test specs and reduce dependencies in the test suite by mocking objects with class and instance doubles. We will also explore the wide collection of RSpec matches available to test the code.
There are quite a few issues with manual memory management. Therefore, to avoid memory leaks and optimally use your memory, automatic memory management is essential. In this course, we'll learn about garbage collection as a form of automatic memory management.
Building a parser is one of the early steps of designing a compiler. And to build a parser, it is important to learn about the different parsing techniques and how they work. In this course, we are going to learn just that.
This course will walk you through a whole real-world scenario for developing and deploying an ecommerce website with Blazor, and we will tackle numerous obstacles along the way. You will learn how to create a .NET 6 API from scratch and deploy .NET API, Blazor WASM, and Server to Azure in this course.
State machines-the fundamental concept used today in many practical applications, starting from UI programming such as React, automated reply systems, lexical analysis in parsers, and formal language theory. In this course, we will study the automata theory on the practical example of implementing a regular expressions machine.