Articles tagged with: Development

Object Oriented Python - A Summary

Summary: This blog post provides a summary of object-oriented programming in Python, covering topics such as class creation, inheritance, method types, and method overloading. It also recommends visiting realpython.com for more detailed explanations.


Course Review: Monorepos - A Beginner's Guide (Udemy)

Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.


Monorepo-related resources

Summary: This blog post provides a comprehensive list of resources related to monorepos, including articles, papers, talks, and courses. The resources are sorted alphabetically and include information from various years.


Course Review: TypeScript Essential Training (LinkedIn Learning)

Summary: The TypeScript Essential Training course on LinkedIn Learning is a comprehensive and detailed dive into TypeScript, covering basic setups, ES2015 concepts, and advanced topics. The course provides real-world examples and a sample application for practical learning. The explanations of how TypeScript compiles to JavaScript are interesting, although some features may be missing in the sample code. Overall, the course offers valuable learnings.


Course Review: Learning Typescript (LinkedIn Learning)

Summary: The course 'Learning Typescript' on LinkedIn Learning is a concise and focused guide to setting up Typescript and learning the basics in just over an hour. It also mentions useful tools like DefinitelyTyped.