Jarrod Reyes

Results 42 issues of Jarrod Reyes

### Proposed topic title: TypeScript's infer keyword ### Topic description: TypeScript allows you to conditionally type items using the infer keyword ### Link to existing draft: _No response_ ### Part...

blog post

### Proposed topic title: Write JavaScript Template Literals ### Topic description: You can write helpers on strings that transform them in some way using template literals ### Link to existing...

blog post

### Proposed topic title: TypeScript's Built-in Types ### Topic description: There are a lot of built-in types to TS. This article should walk through them: (IE: ReturnType, Paramters) ### Link...

blog post

### Proposed topic title: Rust: String vs String& vs *str ### Topic description: There are so many ways to type a string in Rust. Which one is right when? ###...

blog post

### Proposed topic title: Using Generics in GoLang ### Topic description: Generics are a type-safe way to make utilities generic. This article explores what they are and how to use...

blog post

### Proposed topic title: History of XNU (macOS' Kernel) ### Topic description: MacOS' kernel was hacked together in various ways thru the mach kernel, and thru nextstep. Interesting and hard...

blog post

### Proposed topic title: What are different type of OS Kernels? ### Topic description: Not all OS Kernels are built the same way. There's a few different methods ### Link...

blog post

### Proposed topic title: What's an Operating System Kernel? ### Topic description: Your computer software needs to speak to your hardware. In an operating system this is done using a...

blog post

### Proposed topic title: History of the ARM CPU Architecture ### Topic description: Apple PCs and phones run on the ARM archtecture. How did the mobile revolution happen? ### Link...

blog post

### Proposed topic title: History of the x86 CPU Architecture ### Topic description: Most PCs nowadays run the CPU architecture known as "x64_64". Lots of history there with Intel and...

blog post