Jarrod Reyes
Jarrod Reyes
### Proposed topic title: Learn Swift as a JavaScript Developer ### Topic description: As someone that's proficient/skilled at JS, how can I jump-start Kotlin learnings with experience from another language...
### Proposed topic title: Learn Kotlin as a JavaScript Developer ### Topic description: As someone that's proficient/skilled at JS, how can I jump-start Kotlin learnings with experience from another language...
### Proposed topic title: What are regular programming languages? ### Topic description: In computer science, there are such things called "Regular languages" and non-regular languages. This should be a high-level...
### Proposed topic title: The Complete Guide to Babel Plugin Authoring ### Topic description: Babel is the uber-popular JavaScript transpiler. You can extend it by writing your own plugins, here's...
### Proposed topic title: Don't use px for font sizes ### Topic description: Using PX for font sizes breaks the ability to change font sizes and such ### Link to...
### Proposed topic title: How to setup TypeORM for React Native ### Topic description: TypeORM is a popular ORM for TS projects. It's really hard to set up for RN...
### Proposed topic title: Introduction to Git ### Topic description: Use visuals, don't be hamstrung into the Git CLI: Introduce local-only git, introduce commits, introduce branches, introduce remote Git databases...
### Proposed topic title: The Complete Guide to JavaScript Async Logic ### Topic description: [- Introduce the event loop, showcase callbacks, write an implementation of Promises from scratch, then introduce...
### Proposed topic title: An Introduction to Manual TypeScript Type Gaurds ### Topic description: Manual type guards in TS: const isFn = (arg: any) arg is Function => typeof arg...
### Proposed topic title: Introduction to JavaScript Proxies ### Topic description: JavaScript Proxies are a powerful method to handle data in JS ### Link to existing draft: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy ### Part...