Software Development
Showing 85–96 of 2824 results
Algorithms and Data Structures – Part 1
In this course, you will look at the core data structures and algorithms that are the building blocks of applications everywhere. You will learn how they work and see real-world examples that you can apply to your next project.
All About JUnit5
Explore JUnit5 in depth, covering features, usage patterns, and best practices for effective unit testing in Java applications.
An In-Depth Understanding of Memory and Pointers in C
The course will cover everything from basic information about pointers & memory to data structures implementation using pointers and their advanced usage.
An Intro to Python 3
A beginner-friendly introduction to Python 3, covering fundamental concepts and practical programming exercises.
An Introduction to Algorithmics
An introductory guided tour to the field of data structures, algorithms, and complexity analysis. This course is loaded with a ton of practical examples, and focuses on intuition, rather than formulas and mathematical proofs.
An Introduction to Microservice Principles and Concepts
This course covers everything related to microservices, including principles and concepts of micro and macro architectures and technical microarchitectures.
An Introduction to Programming in Go
This Golang course helps you learn Go programming, covering unique features like slices and goroutines that distinguish it from traditional languages.
AnahuacX: DevOps: Foundations and tools
Learn essential Linux & Unix to efficiently manage applications from the command line. Meet the basics of source code management with Git and Github. Also, go over the pillars of DevOps like Continuous Integration/Continuous Deployment, the paradigm shift in systems management with Infrastructure as Code and the creation of containers to assure the CI/CD pipeline.
AnahuacX: DevOps: Foundations and tools
Learn essential Linux & Unix to efficiently manage applications from the command line. Meet the basics of source code management with Git and Github. Also, go over the pillars of DevOps like Continuous Integration/Continuous Deployment, the paradigm shift in systems management with Infrastructure as Code and the creation of containers to assure the CI/CD pipeline.
AnahuacX: DevOps: Foundations and tools
Learn essential Linux & Unix to efficiently manage applications from the command line. Meet the basics of source code management with Git and Github. Also, go over the pillars of DevOps like Continuous Integration/Continuous Deployment, the paradigm shift in systems management with Infrastructure as Code and the creation of containers to assure the CI/CD pipeline.
Angular Monorepos with Nx
This course will teach you everything you need to know about starting an Angular Application with Nx, separating and extracting features into architectural parts to maximize overview and control over your applications, workspace and architecture.
Angular Testing with Jasmine
This course will teach you how to Get started with Jasmine, Test your Angular apps, Use advanced testing techniques and Write tests for real world apps