Computer programming / software engineering








Explore various dependency injection methods in Go such as monkey patching, constructor injection, and method injection
Key Features
- Learn to evaluate Code UX and make it better
- Explore SOLID principles and understand how they relate to dependency injection
- Use Google's wire framework to simplify dependence management
Book Description
Hands-On Dependency Injection in Go takes you on a journey, teaching you about refactoring existing code to adopt dependency injection (DI) using various methods available in Go.











A fast paced guide for JavaScript developers for writing safe, fast, and reusable code by leveraging ResaonML's strong static type system
Key Features
- Reduce code errors with the power of type systems
- Employ static typechecking and genericity to promote code reuse and consistency
- Understand functional programming which is the foundation of type-driven development
Book Description
Type-driven development is an approach that uses a static type system to achieve results including safety and efficiency.













Enhance your programming skills by learning the intricacies of object oriented programming in C# 8
Key Features
- Understand the four pillars of OOP; encapsulation, inheritance, abstraction and polymorphism
- Leverage the latest features of C# 8 including nullable reference types and Async Streams
- Explore various design patterns, principles, and best practices in OOP
Book Description
Object-oriented programming (OOP) is a programming paradigm organized around objects rather than actions, and data rather than logic.






A developer's guide to successfully managing teams, customers, and software projects
Key Features
- A complete guide to managing developer teams, software projects, customers, and users
- Transition successfully from a technical role to management
- Develop crucial skills to enhance your performance and advance your career
Book Description
The Successful Software Manager is a comprehensive and practical guide to managing software developers, software customers, and the process of deciding what software needs to be built.





The easiest way to learn Lua programming
Key Features
- The easiest way to learn Lua coding
- Use the Lua standard libraries and debug Lua code
- Embed Lua as a scripting language using the Lua C API
Book Description
Lua is a small, powerful and extendable scripting/programming language that can be used for learning to program, and writing games and applications, or as an embedded scripting language.






