Software Development
Showing 1369–1380 of 2824 results
IITBombayX: Algorithms
Learn how to structure and use algorithms to solve real life problems.
IITBombayX: Foundations of Data Structures
Learn the best way to structure and represent data.
IITBombayX: Foundations of Data Structures
Learn the best way to structure and represent data.
IITBombayX: Implementation of Data Structures
Learn how to write correct and efficient data structures manipulation using existing standard template library (STL) of C++. Get introduced to the power of STL and make your code more solid, reusable, and robust.
IITBombayX: Implementation of Data Structures
Learn how to write correct and efficient data structures manipulation using existing standard template library (STL) of C++. Get introduced to the power of STL and make your code more solid, reusable, and robust.
IITBombayX: Object-Oriented Programming
Learn the principles of programming for building large and extensible systems.
IITBombayX: Object-Oriented Programming
Learn the principles of programming for building large and extensible systems.
IITBombayX: Programming Basics
Learn basic computer programming skills and master the art of writing C/C++ programs to solve real world problems.
IITBombayX: Programming Basics
Learn basic computer programming skills and master the art of writing C/C++ programs to solve real world problems.
IITBombayX: Shell Programming – A necessity for all Programmers
Unleash your Linux scripting skills and amaze others with your productivity level.
Implement a code workflow in your build pipeline by using Git and GitHub
Collaborate with others and merge only the highest quality code.
Implement a non-relational data model
Identify an application's key access patterns. Define the entities' data model, along with containers to store the data with a partition key that will result in an efficient and scalable data store for the application.