Tag Archives: software development

Head First Git HD PDF

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Software developers rely on a variety of tools to get the job done, but that often means having to have a lot of software knowledge, otherwise it’s going to be tough. Although we can understand the basics of Git in a few hours, it may take a long time to truly master its details and understand its breadth and depth. Every page of Head First Git gives you a more comprehensive description or explanation of what you thought you already knew. No matter your Git level, it can help you get better at using this useful tool.

Continue reading Head First Git HD PDF

[v8.5, v8.4] Astah – Full-featured and professional UML modeling tool

The meaning and ideas you want to express can’t be seen through code editing alone, but creating diagrams can easily show your ideas. Thus, UML (Unified Modeling Language) has been used to solve the object-oriented problems for a long time, providing a common language among analysts, designers, and programmers for software design.

Continue reading [v8.5, v8.4] Astah – Full-featured and professional UML modeling tool

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

Cross-Platform Desktop Applications: Using Electron and NW.js HD PDF

JavaScript used to be just a scripting language running in the browser’s sandbox environment. Since the release of Node.js in 2009, JavaScript has show extraordinary talents on the server side, the Internet of Things, mobile native application development, and even desktop application development. In the past, to develop desktop applications, we need to learn the exclusive programming languages and development frameworks for different platforms, which not only costs a lot, but also takes a lot of time to make a desktop application that supports and is compatible with multiple OS platforms, and basically needs to be implemented by different teams for different platforms.

Continue reading Cross-Platform Desktop Applications: Using Electron and NW.js HD PDF

Implementing Domain-Driven Design HD PDF

Domain-Driven Design (DDD) teaches us how to make good software, but it also teaches us how to use the object-oriented technology. Good software should be based on domain-driven design. However, it is difficult to adopt DDD in the software development process. Even experienced developers will have a hard time finding the right way to implement DDD. In other words, DDD gives us a whole new perspective on designing software, but it also leaves developers with a big puzzle: How do you put domain-driven design into practice?

Continue reading Implementing Domain-Driven Design HD PDF

Domain-Driven Design: Tackling Complexity in the Heart of Software HD PDF

As we know, the production process of software is: analysis, design, programming, testing, and deployment. In the past, the analysis and design of software were separated. As a result, the results of software requirement analysis cannot be directly designed and programmed, while the code that can be programmed and run distorts the requirements, causing customers to find that many functions are not what they want only after running the software, and the software cannot quickly follow the changes of requirements.

Continue reading Domain-Driven Design: Tackling Complexity in the Heart of Software HD PDF

[v3.0.4] Themida – Advanced Windows software protection system

In the current Internet environment, most commercial software can be cracked, and that is just a matter of cost and time at most. In order to protect their software from reverse engineering or cracking, almost all software developers use a lot of codes with complex encryption algorithms. That not only costs developers a lot of energy and expense, but also makes the program more chaotic and bloated, and the final effect is not obvious.

Continue reading [v3.0.4] Themida – Advanced Windows software protection system

Head First C# HD PDF

C# (read as ‘C Sharp‘)  is a simple, modern, object-oriented, and type-safe programming language derived from C and C++, which attempts to combine the rapid development ability of Visual Basic and the powerful flexible feature of C++. Programmers who understand the C or C++ will be able to become familiar with C# at once.

Continue reading Head First C# HD PDF