Northeastern University CS 4973: Introduction to Software Development Tooling Course
By
vismit2000
Fresh out the oven, still warm. Top of the tray.
Summary
This is a course website for CS 4973: Introduction to Software Development Tooling at Northeastern University, Summer 2 2024. The course teaches essential software development tools that working software engineers need to know, including command line usage, version control, build systems, and correctness tools. The site contains the authoritative syllabus, lecture notes, and assignments, with the course staff reserving the right to make changes without notice.
Key quotes
· 4 pulledThis is the course website for CS 4973: Introduction to Software Development Tooling at Northeastern University, Summer 2 2024.
Learn tools you'll be expected to know as a working software engineer, which will help you write better code, collaborate with others, and tackle
Learn the command line, version control, build systems, and correctness in NEU's CS 4973: ISDT.
The course staff reserves the right to change this page at any time without notice.
You might also wanna read
The History of Pipes, Forks, and Zombies in Unix Systems
This article discusses the history and concept of pipes in Unix systems, focusing on Doug McIlroy's original vision of coupling programs lik
Demystifying Floating Point Numbers: An Interactive Guide
An in-depth technical blog post that demystifies floating point numbers, explaining their internal representation and behavior. The author i
Four-Column ASCII Table Reveals Encoding Patterns and Relationships
The article discusses a four-column ASCII table format shared on Hacker News that reveals patterns in ASCII encoding, making relationships b
Supplementary Resources for Bret Victor's 'The Future of Programming' Talk
The article provides references and additional resources related to Bret Victor's talk titled 'The Future of Programming' at the DBX confere
Understanding Arrays and Tables as Functions in Programming
The article explores the concept of arrays and tables in programming, presenting a mental model that explains APL-style multidimensional arr
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
