This week's code snippet, Hello World in Cyclone, is brought to you by Subete and the Sample Programs repo.
#include <stdio.h>
int main() {
puts("Hello, World!");
return 0;
}
Below you'll find an up-to-date list of articles by me on The Renegade Coder. For ease of browsing, emojis let you know the article category (i.e., blog: ✒️, code: 💻, meta: 💭, teach: 🍎)
- 🍎 You Should Give Open-Ended Projects to Your Students
- 💻 How to Move Your Extensions Folder in VS Code
- 💭 Sample Programs Repo Celebrates 1,000 Code Snippets
- 🍎 Canvas Is Not Built With Educators in Mind
- 💻 Workshopping a Tier List Generator
- ✒️ No, The GRE Should Not Be Reinstated
- ✒️ Summarizing My Dissertation for the Layman
- ✒️ 9 Things I Wish I Knew About Doctoral Programs
- ✒️ I Successfully Completed My PhD in Engineering Education
- 🍎 So You Want to Be a University Educator
Also, here are some fun links you can use to support my work.
This document was automatically rendered on 2025-01-24 using SnakeMD.