What is a Real-Time Operating System (RTOS), and what does “real-time” mean anyway? What are the various kinds of state machines, and how to code them efficiently in C? What is object-oriented ...
Introduction to programming practice using Python. Analysis and formulation of problems for computer solution. Systematic design, construction, and testing of programs. Substantial programming ...
You want to build a website or web app. So, what are the best web programming languages available, and why are they the best? It's a weighty question, and I'd like to emphasize -- strongly and upfront ...
What prompted the idea for the course? Generative AI is really good at computer programming – to the point where the way we teach and assess students who are learning to program must change. We used ...
Here's what you need to know about object-oriented programming with classes, methods, objects, and interfaces, with examples in Java, Python, and TypeScript. Object-oriented programming (OOP) is ...
This course provides an overview of System Programming for the Linux operating system, or software which is interfacing directly with the Linux Kernel and C library. The basic components of a Linux ...
This course provides an introduction to Kernel programming for the Linux operating system, and the development of Linux kernel drivers for Embedded devices. The Yocto build system is introduced, which ...
Built on top of Erlang, Elixir makes it easier to write good functional programming code and harder to mess it up. Here's a first look at this language on the rise. Elixir is one of the most ...
This article presents an introduction of microcontrollers as the first part on the series Embedded Systems Programming. It describes the structure and operation of the microcontroller, and the purpose ...
As we continue the series on Embedded Systems Programming, this article will present the 2nd part, which is about the hardware or the peripheral circuitry required to run a microprocessor. It ...